Shades of Deep Magenta #DB19D2
Tints of Deep Magenta #DB19D2
RGB
CMYK
RGB Variations
Color information
#DB19D2 (or 0xDB19D2) is known color: Deep Magenta. HEX triplet: DB, 19 and D2. RGB value is (219,25,210). Sum of RGB (Red+Green+Blue) = 219+25+210=454 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.24% from 454); Green value is 25 (10.16% from 255 or 5.51% from 454); Blue value is 210 (82.42% from 255 or 46.26% from 454); Max value from RGB is 219 - color contains mainly: red. Hex color #DB19D2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB19D2 is #24E62D. Grayscale: #676767. Windows color (decimal): -2418222 or 13769179. OLE color: 13769179.
HSL color Cylindrical-coordinate representation of color #DB19D2: hue angle of 302.78º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DB19D2 is Cyan = 0, Magento = 0.89, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 25 | 210 | - |
| CMYK | 0 | 0.89 | 0.04 | 0.14 |
| HSL | 302.78º | 0.8% | 0.48% | - |
| HSV(B) | 302.78º | 0.89% | 0.86% | - |
| XYZ | 41.19 | 20.41 | 62.74 | - |
| YUV | 104.1 | 187.77 | 209.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 25 | 210 | 0 | 0.89 | 0.04 | 0.14 | 302.78 | 0.8 | 0.48 |
| Hex | DB | 19 | D2 | 0 | 59 | 4 | E | 12F | 50 | 30 |
| Octal | 333 | 31 | 322 | 0 | 131 | 4 | 16 | 457 | 120 | 60 |
| Binary | 11011011 | 11001 | 11010010 | 0 | 1011001 | 100 | 1110 | 100101111 | 1010000 | 110000 |
Color Harmonies of #DB19D2
Complementary color
Monochromatic Colors of #DB19D2
Black with #DB19D2
Text Example
Text Example
White with #DB19D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB19D2; }
p { color: rgb(219,25,210); }
H1.HeaderClassName
{
color: #DB19D2;
}
.AnyTagClassName
{
color: #DB19D2;
}
</style>
background-color css
<style>
a { background-color: #DB19D2; }
a { background-color: rgb(219,25,210); }
div.DivClassName
{
background-color: #DB19D2;
}
.BgClassName
{
background-color: #DB19D2;
}
</style>
border-color css
<style>
span { border-color: #DB19D2; }
span { border-color: rgb(219,25,210); }
td.TdClassName
{
border-color: #DB19D2;
}
.TagClassName
{
border-color: #DB19D2;
}
</style>