Pale Violet Red Hex Code — #DB7093
RGB, HSL, and CMYK values for Pale Violet Red.
Last updated: April 6, 2026
Pale Violet Red Color Values
| Format | Value |
|---|---|
| HEX | #DB7093 |
| RGB | rgb(219, 112, 147) |
| HSL | hsl(340, 60%, 65%) |
| CMYK | cmyk(0%, 49%, 33%, 14%) |
About Pale Violet Red
Color psychology: Romance, warmth.
Pale Violet Red (#DB7093) is a medium shade of pink with a hue angle of 340° on the color wheel, 60% saturation, and 65% lightness. It's commonly used in web design, graphic design, and branding where romance, warmth are desired associations.
In color theory, Pale Violet Red sits in the warm section of the spectrum. Its moderate saturation gives it a balanced, professional appearance suitable for both text and backgrounds.
When to Use Pale Violet Red in Design
Web Design
Use Pale Violet Red as a background color with dark text overlay. Light colors like this create open, airy layouts that reduce visual fatigue for content-heavy pages.
Branding & Logo
Pale Violet Red conveys romance, warmth — 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:49% Y:33% K:14%) 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 Pale Violet Red work well for card backgrounds, section dividers, and hover states. Pair with a darker variant for active/selected states.
How to Use Pale Violet Red in CSS
/* Using HEX */ color: #DB7093; background-color: #DB7093; /* Using RGB */ color: rgb(219, 112, 147); /* Using HSL — best for creating variations */ color: hsl(340, 60%, 65%); /* Transparent overlay (50% opacity) */ background-color: rgba(219, 112, 147, 0.5); /* Lighter variant for hover states */ background-color: hsl(340, 60%, 75%); /* Darker variant for active states */ background-color: hsl(340, 60%, 55%);
HSL is the most flexible format for creating color systems. By adjusting the lightness value, you can generate an entire shade scale from Pale Violet Red without changing its core hue or saturation.
Colors That Go With Pale Violet Red
Complementary
Analogous
Triadic
Similar Shades of Pink
Frequently Asked Questions
What is the hex code for Pale Violet Red?
What is Pale Violet Red in RGB and when should I use RGB?
How to use Pale Violet Red in CSS with different color formats?
What is the HSL value of Pale Violet Red and why is HSL useful for designers?
What is the CMYK value of Pale Violet Red for print design?
What colors pair well with Pale Violet Red in design projects?
Is Pale Violet Red (#DB7093) 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.