#D35F92
A light, moderate magenta closely aligning with Palevioletred.
About #D35F92
When working with digital screens, the color #D35F92 is rendered by mixing light. It is closely associated with the named CSS color Palevioletred. In the RGB color space, it consists of 211 red, 95 green, and 146 blue.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 0% C, 55% M, 31% Y, and 17% K. The HSL representation is 333.6° hue, 56.9% saturation, and 60.0% lightness.
Contrast ratios determine whether this color is safe for typography. Because it is a light color, it is generally recommended to use #000000 text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#D35F92
RGB211, 95, 146
HSL333.6°, 56.9%, 60.0%
CMYK0%, 55%, 31%, 17%
HSV333.6°, 55.0%, 82.7%
LAB56.2, 51.1, -5.6
XYZ36.1, 24.1, 29.9
Decimal13852562
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.61:1
Text on #FFFFFF
AA Large
5.82:1
Text on #000000
AA
3.45:1
Text on #F8FAFC
AA Large
4.95:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #D35F92;
}
.text-color {
color: #D35F92;
}
.border-color {
border: 2px solid #D35F92;
}