#DB0092
A medium, vivid magenta closely aligning with Mediumvioletred.
About #DB0092
When working with digital screens, the color #DB0092 is rendered by mixing light. Its closest recognized web color is Mediumvioletred. In the RGB color space, it consists of 219 red, 0 green, and 146 blue.
Translating this color to physical media requires the CMYK color model. The color uses 0% Cyan, 100% Magenta, 33% Yellow, and 14% Black. With a hue angle of 320.0 degrees, it sits comfortably in the magenta spectrum.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #FFFFFF 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#DB0092
RGB219, 0, 146
HSL320.0°, 100.0%, 42.9%
CMYK0%, 100%, 33%, 14%
HSV320.0°, 100.0%, 85.9%
LAB48.4, 78.6, -17.1
XYZ34.4, 17.1, 28.7
Decimal14352530
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.74:1
Text on #FFFFFF
AA
4.43:1
Text on #000000
AA Large
4.53:1
Text on #F8FAFC
AA
3.76:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #DB0092;
}
.text-color {
color: #DB0092;
}
.border-color {
border: 2px solid #DB0092;
}