#D316A8
A medium, vivid magenta closely aligning with Mediumvioletred.
About #D316A8
At its core, #D316A8 is a medium and vivid hue. Designers often compare it to the standard color Mediumvioletred. This translates to an RGB value of rgb(211, 22, 168).
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 0% cyan, 90% magenta, 20% yellow, and 17% black. With a hue angle of 313.7 degrees, it sits comfortably in the magenta spectrum.
Ensuring your text is legible against this background is a key part of web design. Because it is a medium color, it is generally recommended to use #FFFFFF text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#D316A8
RGB211, 22, 168
HSL313.7°, 81.1%, 45.7%
CMYK0%, 90%, 20%, 17%
HSV313.7°, 89.6%, 82.7%
LAB48.6, 77.4, -30.2
XYZ34.2, 17.2, 38.6
Decimal13833896
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.72:1
Text on #FFFFFF
AA
4.45:1
Text on #000000
AA Large
4.51:1
Text on #F8FAFC
AA
3.78:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #D316A8;
}
.text-color {
color: #D316A8;
}
.border-color {
border: 2px solid #D316A8;
}