#D316A0
A medium, vivid magenta closely aligning with Mediumvioletred.
About #D316A0
The precise color #D316A0 is an excellent choice for modern design projects. It is closely associated with the named CSS color Mediumvioletred. This translates to an RGB value of rgb(211, 22, 160).
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 0% C, 90% M, 24% Y, and 17% K. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#D316A0
RGB211, 22, 160
HSL316.2°, 81.1%, 45.7%
CMYK0%, 90%, 24%, 17%
HSV316.2°, 89.6%, 82.7%
LAB48.2, 76.4, -26.0
XYZ33.5, 17.0, 34.8
Decimal13833888
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.78:1
Text on #FFFFFF
AA
4.39:1
Text on #000000
AA Large
4.57:1
Text on #F8FAFC
AA
3.73:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #D316A0;
}
.text-color {
color: #D316A0;
}
.border-color {
border: 2px solid #D316A0;
}