#D3008A
A medium, vivid magenta closely aligning with Mediumvioletred.
About #D3008A
Visually, #D3008A is defined as a vivid magenta. Its closest recognized web color is Mediumvioletred. Its digital footprint relies on 211 parts red, 0 parts green, and 138 parts blue light.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 0% C, 100% M, 35% Y, and 17% K. With a hue angle of 320.8 degrees, it sits comfortably in the magenta spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a medium color, it is generally recommended to use #FFFFFF text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#D3008A
RGB211, 0, 138
HSL320.8°, 100.0%, 41.4%
CMYK0%, 100%, 35%, 17%
HSV320.8°, 100.0%, 82.7%
LAB46.6, 76.2, -15.3
XYZ31.5, 15.7, 25.4
Decimal13828234
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.08:1
Text on #FFFFFF
AA
4.14:1
Text on #000000
AA Large
4.85:1
Text on #F8FAFC
AA
3.52:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #D3008A;
}
.text-color {
color: #D3008A;
}
.border-color {
border: 2px solid #D3008A;
}