Cerise Hex Code — #DE3163
RGB, HSL, and CMYK values for Cerise.
Cerise Color Values
| Format | Value |
|---|---|
| HEX | #DE3163 |
| RGB | rgb(222, 49, 99) |
| HSL | hsl(343, 72%, 53%) |
| CMYK | cmyk(0%, 78%, 55%, 13%) |
Want to explore more shades? Use our Color Converter
About Cerise
Color psychology: Confidence, boldness.
Cerise (#DE3163) is a medium shade of pink. It's commonly used in web design, graphic design, and branding where confidence, boldness are desired associations.
How to Use Cerise in CSS
/* Using HEX */ color: #DE3163; background-color: #DE3163; /* Using RGB */ color: rgb(222, 49, 99); /* Using HSL */ color: hsl(343, 72%, 53%);