#D32483
A medium, vivid magenta closely aligning with Mediumvioletred.
About #D32483
Visually, #D32483 is defined as a vivid magenta. Its closest recognized web color is Mediumvioletred. In the RGB color space, it consists of 211 red, 36 green, and 131 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). Its ink density profile breaks down to 0% cyan, 83% magenta, 38% yellow, and 17% black. Always request a physical proof before doing a large print run with this exact code.
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#D32483
RGB211, 36, 131
HSL327.4°, 70.9%, 48.4%
CMYK0%, 83%, 38%, 17%
HSV327.4°, 82.9%, 82.7%
LAB47.9, 70.7, -8.9
XYZ31.6, 16.7, 23.0
Decimal13837443
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.83:1
Text on #FFFFFF
AA
4.35:1
Text on #000000
AA Large
4.61:1
Text on #F8FAFC
AA
3.70:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #D32483;
}
.text-color {
color: #D32483;
}
.border-color {
border: 2px solid #D32483;
}