Shades of Deep Magenta #DB19C9
Tints of Deep Magenta #DB19C9
RGB
CMYK
RGB Variations
Color information
#DB19C9 (or 0xDB19C9) is known color: Deep Magenta. HEX triplet: DB, 19 and C9. RGB value is (219,25,201). Sum of RGB (Red+Green+Blue) = 219+25+201=445 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.21% from 445); Green value is 25 (10.16% from 255 or 5.62% from 445); Blue value is 201 (78.91% from 255 or 45.17% from 445); Max value from RGB is 219 - color contains mainly: red. Hex color #DB19C9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB19C9 is #24E636. Grayscale: #666666. Windows color (decimal): -2418231 or 13179355. OLE color: 13179355.
HSL color Cylindrical-coordinate representation of color #DB19C9: hue angle of 305.57º 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 #DB19C9 is Cyan = 0, Magento = 0.89, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 25 | 201 | - |
| CMYK | 0 | 0.89 | 0.08 | 0.14 |
| HSL | 305.57º | 0.8% | 0.48% | - |
| HSV(B) | 305.57º | 0.89% | 0.86% | - |
| XYZ | 40.1 | 19.97 | 57 | - |
| YUV | 103.07 | 183.27 | 210.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 25 | 201 | 0 | 0.89 | 0.08 | 0.14 | 305.57 | 0.8 | 0.48 |
| Hex | DB | 19 | C9 | 0 | 59 | 8 | E | 132 | 50 | 30 |
| Octal | 333 | 31 | 311 | 0 | 131 | 10 | 16 | 462 | 120 | 60 |
| Binary | 11011011 | 11001 | 11001001 | 0 | 1011001 | 1000 | 1110 | 100110010 | 1010000 | 110000 |
Color Harmonies of #DB19C9
Complementary color
Monochromatic Colors of #DB19C9
Black with #DB19C9
Text Example
Text Example
White with #DB19C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB19C9; }
p { color: rgb(219,25,201); }
H1.HeaderClassName
{
color: #DB19C9;
}
.AnyTagClassName
{
color: #DB19C9;
}
</style>
background-color css
<style>
a { background-color: #DB19C9; }
a { background-color: rgb(219,25,201); }
div.DivClassName
{
background-color: #DB19C9;
}
.BgClassName
{
background-color: #DB19C9;
}
</style>
border-color css
<style>
span { border-color: #DB19C9; }
span { border-color: rgb(219,25,201); }
td.TdClassName
{
border-color: #DB19C9;
}
.TagClassName
{
border-color: #DB19C9;
}
</style>