#D3167C
A medium, vivid magenta closely aligning with Mediumvioletred.
About #D3167C
The hex code #D3167C represents a beautifully specific shade of magenta. It is closely associated with the named CSS color Mediumvioletred. This translates to an RGB value of rgb(211, 22, 124).
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 0% C, 90% M, 41% Y, and 17% K. The HSL representation is 327.6° hue, 81.1% saturation, and 45.7% lightness.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#D3167C
RGB211, 22, 124
HSL327.6°, 81.1%, 45.7%
CMYK0%, 90%, 41%, 17%
HSV327.6°, 89.6%, 82.7%
LAB46.8, 72.6, -6.3
XYZ30.8, 15.9, 20.5
Decimal13833852
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.03:1
Text on #FFFFFF
AA
4.18:1
Text on #000000
AA Large
4.81:1
Text on #F8FAFC
AA
3.55:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #D3167C;
}
.text-color {
color: #D3167C;
}
.border-color {
border: 2px solid #D3167C;
}