Cherry Hex Code — #DE3163
RGB, HSL, and CMYK values for Cherry.
Last updated: April 6, 2026
Cherry Color Values
| Format | Value |
|---|---|
| HEX | #DE3163 |
| RGB | rgb(222, 49, 99) |
| HSL | hsl(343, 72%, 53%) |
| CMYK | cmyk(0%, 78%, 55%, 13%) |
About Cherry
Color psychology: Sweetness, youthfulness.
Cherry (#DE3163) is a medium shade of red with a hue angle of 343° on the color wheel, 72% saturation, and 53% lightness. It's commonly used in web design, graphic design, and branding where sweetness, youthfulness are desired associations.
In color theory, Cherry sits in the warm section of the spectrum. Its high saturation makes it vivid and attention-grabbing — ideal for CTAs, headings, and brand accents.
When to Use Cherry in Design
Web Design
Use Cherry for headings, links, or accent elements against light backgrounds. Dark colors like this provide strong contrast and draw the eye to important content.
Branding & Logo
Cherry conveys sweetness, youthfulness — consider it for brands that want to project these qualities. Test it at small sizes (favicon, social avatar) to ensure it remains recognizable.
Print Design
Use the CMYK values (C:0% M:78% Y:55% K:13%) for accurate print reproduction in brochures, business cards, and packaging. Request a physical proof — screen colors often appear more vibrant than their printed equivalents.
UI / UX Design
Light colors like Cherry work well for card backgrounds, section dividers, and hover states. Pair with a darker variant for active/selected states.
How to Use Cherry in CSS
/* Using HEX */ color: #DE3163; background-color: #DE3163; /* Using RGB */ color: rgb(222, 49, 99); /* Using HSL — best for creating variations */ color: hsl(343, 72%, 53%); /* Transparent overlay (50% opacity) */ background-color: rgba(222, 49, 99, 0.5); /* Lighter variant for hover states */ background-color: hsl(343, 72%, 63%); /* Darker variant for active states */ background-color: hsl(343, 72%, 43%);
HSL is the most flexible format for creating color systems. By adjusting the lightness value, you can generate an entire shade scale from Cherry without changing its core hue or saturation.
Colors That Go With Cherry
Complementary
Analogous
Triadic
Similar Shades of Red
Frequently Asked Questions
What is the hex code for Cherry?
What is Cherry in RGB and when should I use RGB?
How to use Cherry in CSS with different color formats?
What is the HSL value of Cherry and why is HSL useful for designers?
What is the CMYK value of Cherry for print design?
What colors pair well with Cherry in design projects?
Is Cherry (#DE3163) accessible for web design and WCAG compliant?
Was this page helpful?
Written by
Tamanna Tasnim
Senior Full Stack Developer
Full-stack developer with deep expertise in data formats, APIs, and developer tooling. Writes in-depth technical comparisons and conversion guides backed by hands-on engineering experience across modern web stacks.