#DB1DA0
A medium, vivid magenta closely aligning with Mediumvioletred.
About #DB1DA0
Visually, #DB1DA0 is defined as a vivid magenta. It is closely associated with the named CSS color Mediumvioletred. To achieve this exact tint on a monitor, you would use an RGB mix of 219, 29, and 160.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 0% cyan and 87% magenta inks. The HSL representation is 318.6° hue, 76.6% saturation, and 48.6% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a medium color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#DB1DA0
RGB219, 29, 160
HSL318.6°, 76.6%, 48.6%
CMYK0%, 87%, 27%, 14%
HSV318.6°, 86.8%, 85.9%
LAB50.1, 77.0, -23.0
XYZ36.0, 18.5, 34.9
Decimal14359968
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.47:1
Text on #FFFFFF
AA Large
4.70:1
Text on #000000
AA
4.27:1
Text on #F8FAFC
AA Large
3.99:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #DB1DA0;
}
.text-color {
color: #DB1DA0;
}
.border-color {
border: 2px solid #DB1DA0;
}