#DB1DAF
A medium, vivid magenta closely aligning with Mediumvioletred.
About #DB1DAF
Visually, #DB1DAF is defined as a vivid magenta. Its closest recognized web color is Mediumvioletred. In the RGB color space, it consists of 219 red, 29 green, and 175 blue.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 0% cyan, 87% magenta, 20% yellow, and 14% 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 #000000 text provides the most optimal reading experience. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#DB1DAF
RGB219, 29, 175
HSL313.9°, 76.6%, 48.6%
CMYK0%, 87%, 20%, 14%
HSV313.9°, 86.8%, 85.9%
LAB50.7, 78.7, -30.8
XYZ37.4, 19.0, 42.3
Decimal14359983
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.37:1
Text on #FFFFFF
AA Large
4.81:1
Text on #000000
AA
4.18:1
Text on #F8FAFC
AA Large
4.09:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #DB1DAF;
}
.text-color {
color: #DB1DAF;
}
.border-color {
border: 2px solid #DB1DAF;
}