#DB0F83
A medium, vivid magenta closely aligning with Mediumvioletred.
About #DB0F83
At its core, #DB0F83 is a medium and vivid hue. If you're using CSS, you might find it aligns closely with Mediumvioletred. To achieve this exact tint on a monitor, you would use an RGB mix of 219, 15, and 131.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 0% cyan, 93% magenta, 40% yellow, and 14% black. With a hue angle of 325.9 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#DB0F83
RGB219, 15, 131
HSL325.9°, 87.2%, 45.9%
CMYK0%, 93%, 40%, 14%
HSV325.9°, 93.2%, 85.9%
LAB48.3, 75.9, -8.2
XYZ33.5, 17.0, 23.0
Decimal14356355
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.76:1
Text on #FFFFFF
AA
4.41:1
Text on #000000
AA Large
4.55:1
Text on #F8FAFC
AA
3.75:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #DB0F83;
}
.text-color {
color: #DB0F83;
}
.border-color {
border: 2px solid #DB0F83;
}