#DB33AF
A medium, moderate magenta closely aligning with Mediumvioletred.
About #DB33AF
Visually, #DB33AF is defined as a moderate magenta. If you're using CSS, you might find it aligns closely with Mediumvioletred. Its digital footprint relies on 219 parts red, 51 parts green, and 175 parts blue light.
When sending designs containing this color to a printer, the CMYK values come into play. To reproduce this shade on paper, a printer utilizes 0% cyan and 77% magenta inks. With a hue angle of 315.7 degrees, it sits comfortably in the magenta spectrum.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#DB33AF
RGB219, 51, 175
HSL315.7°, 70.0%, 52.9%
CMYK0%, 77%, 20%, 14%
HSV315.7°, 76.7%, 85.9%
LAB52.4, 73.9, -28.2
XYZ38.1, 20.5, 42.5
Decimal14365615
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.11:1
Text on #FFFFFF
AA Large
5.10:1
Text on #000000
AA
3.93:1
Text on #F8FAFC
AA Large
4.34:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #DB33AF;
}
.text-color {
color: #DB33AF;
}
.border-color {
border: 2px solid #DB33AF;
}