Pale Violet Red Hex Code — #DB7093
RGB, HSL, and CMYK values for Pale Violet Red.
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%) |
Want to explore more shades? Use our Color Converter
About Pale Violet Red
Color psychology: Romance, warmth.
Pale Violet Red (#DB7093) is a medium shade of pink. It's commonly used in web design, graphic design, and branding where romance, warmth are desired associations.
How to Use Pale Violet Red in CSS
/* Using HEX */ color: #DB7093; background-color: #DB7093; /* Using RGB */ color: rgb(219, 112, 147); /* Using HSL */ color: hsl(340, 60%, 65%);