#DB33B6
A medium, moderate magenta closely aligning with Mediumvioletred.
About #DB33B6
The precise color #DB33B6 is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Mediumvioletred. This translates to an RGB value of rgb(219, 51, 182).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 0% C, 77% M, 17% Y, and 14% K. The HSL representation is 313.2° hue, 70.0% saturation, and 52.9% lightness.
When using this color as a background, text legibility must be considered. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#DB33B6
RGB219, 51, 182
HSL313.2°, 70.0%, 52.9%
CMYK0%, 77%, 17%, 14%
HSV313.2°, 76.7%, 85.9%
LAB52.7, 74.8, -31.8
XYZ38.8, 20.8, 46.2
Decimal14365622
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.07:1
Text on #FFFFFF
AA Large
5.16:1
Text on #000000
AA
3.89:1
Text on #F8FAFC
AA Large
4.39:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #DB33B6;
}
.text-color {
color: #DB33B6;
}
.border-color {
border: 2px solid #DB33B6;
}