Cherry Hex Code — #DE3163
RGB, HSL, and CMYK values for Cherry.
Cherry 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 Cherry
Color psychology: Sweetness, youthfulness.
Cherry (#DE3163) is a medium shade of red. It's commonly used in web design, graphic design, and branding where sweetness, youthfulness are desired associations.
How to Use Cherry in CSS
/* Using HEX */ color: #DE3163; background-color: #DE3163; /* Using RGB */ color: rgb(222, 49, 99); /* Using HSL */ color: hsl(343, 72%, 53%);