Shades of Deep Magenta #DB19C8
Tints of Deep Magenta #DB19C8
RGB
CMYK
RGB Variations
Color information
#DB19C8 (or 0xDB19C8) is known color: Deep Magenta. HEX triplet: DB, 19 and C8. RGB value is (219,25,200). Sum of RGB (Red+Green+Blue) = 219+25+200=444 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.32% from 444); Green value is 25 (10.16% from 255 or 5.63% from 444); Blue value is 200 (78.52% from 255 or 45.05% from 444); Max value from RGB is 219 - color contains mainly: red. Hex color #DB19C8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB19C8 is #24E637. Grayscale: #666666. Windows color (decimal): -2418232 or 13113819. OLE color: 13113819.
HSL color Cylindrical-coordinate representation of color #DB19C8: hue angle of 305.88º 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 #DB19C8 is Cyan = 0, Magento = 0.89, Yellow = 0.09 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 25 | 200 | - |
| CMYK | 0 | 0.89 | 0.09 | 0.14 |
| HSL | 305.88º | 0.8% | 0.48% | - |
| HSV(B) | 305.88º | 0.89% | 0.86% | - |
| XYZ | 39.99 | 19.93 | 56.38 | - |
| YUV | 102.96 | 182.77 | 210.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 25 | 200 | 0 | 0.89 | 0.09 | 0.14 | 305.88 | 0.8 | 0.48 |
| Hex | DB | 19 | C8 | 0 | 59 | 9 | E | 132 | 50 | 30 |
| Octal | 333 | 31 | 310 | 0 | 131 | 11 | 16 | 462 | 120 | 60 |
| Binary | 11011011 | 11001 | 11001000 | 0 | 1011001 | 1001 | 1110 | 100110010 | 1010000 | 110000 |
Color Harmonies of #DB19C8
Complementary color
Monochromatic Colors of #DB19C8
Black with #DB19C8
Text Example
Text Example
White with #DB19C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB19C8; }
p { color: rgb(219,25,200); }
H1.HeaderClassName
{
color: #DB19C8;
}
.AnyTagClassName
{
color: #DB19C8;
}
</style>
background-color css
<style>
a { background-color: #DB19C8; }
a { background-color: rgb(219,25,200); }
div.DivClassName
{
background-color: #DB19C8;
}
.BgClassName
{
background-color: #DB19C8;
}
</style>
border-color css
<style>
span { border-color: #DB19C8; }
span { border-color: rgb(219,25,200); }
td.TdClassName
{
border-color: #DB19C8;
}
.TagClassName
{
border-color: #DB19C8;
}
</style>