#DB0792
A medium, vivid magenta closely aligning with Mediumvioletred.
About #DB0792
Visually, #DB0792 is defined as a vivid magenta. Its closest recognized web color is Mediumvioletred. This translates to an RGB value of rgb(219, 7, 146).
For print applications, it's crucial to understand its CMYK makeup. The color uses 0% Cyan, 97% Magenta, 33% Yellow, and 14% Black. With a hue angle of 320.7 degrees, it sits comfortably in the magenta spectrum.
When using this color as a background, text legibility must be considered. Because it is a medium color, it is generally recommended to use #FFFFFF text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#DB0792
RGB219, 7, 146
HSL320.7°, 93.8%, 44.3%
CMYK0%, 97%, 33%, 14%
HSV320.7°, 96.8%, 85.9%
LAB48.6, 78.1, -16.8
XYZ34.5, 17.3, 28.7
Decimal14354322
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.71:1
Text on #FFFFFF
AA
4.46:1
Text on #000000
AA Large
4.50:1
Text on #F8FAFC
AA
3.79:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #DB0792;
}
.text-color {
color: #DB0792;
}
.border-color {
border: 2px solid #DB0792;
}