Shades of Deep Magenta #DB19D8
Tints of Deep Magenta #DB19D8
RGB
CMYK
RGB Variations
Color information
#DB19D8 (or 0xDB19D8) is known color: Deep Magenta. HEX triplet: DB, 19 and D8. RGB value is (219,25,216). Sum of RGB (Red+Green+Blue) = 219+25+216=460 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.61% from 460); Green value is 25 (10.16% from 255 or 5.43% from 460); Blue value is 216 (84.77% from 255 or 46.96% from 460); Max value from RGB is 219 - color contains mainly: red. Hex color #DB19D8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB19D8 is #24E627. Grayscale: #686868. Windows color (decimal): -2418216 or 14162395. OLE color: 14162395.
HSL color Cylindrical-coordinate representation of color #DB19D8: hue angle of 300.93º 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 #DB19D8 is Cyan = 0, Magento = 0.89, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 25 | 216 | - |
| CMYK | 0 | 0.89 | 0.01 | 0.14 |
| HSL | 300.93º | 0.8% | 0.48% | - |
| HSV(B) | 300.93º | 0.89% | 0.86% | - |
| XYZ | 41.96 | 20.71 | 66.75 | - |
| YUV | 104.78 | 190.77 | 209.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 25 | 216 | 0 | 0.89 | 0.01 | 0.14 | 300.93 | 0.8 | 0.48 |
| Hex | DB | 19 | D8 | 0 | 59 | 1 | E | 12D | 50 | 30 |
| Octal | 333 | 31 | 330 | 0 | 131 | 1 | 16 | 455 | 120 | 60 |
| Binary | 11011011 | 11001 | 11011000 | 0 | 1011001 | 1 | 1110 | 100101101 | 1010000 | 110000 |
Color Harmonies of #DB19D8
Complementary color
Monochromatic Colors of #DB19D8
Black with #DB19D8
Text Example
Text Example
White with #DB19D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB19D8; }
p { color: rgb(219,25,216); }
H1.HeaderClassName
{
color: #DB19D8;
}
.AnyTagClassName
{
color: #DB19D8;
}
</style>
background-color css
<style>
a { background-color: #DB19D8; }
a { background-color: rgb(219,25,216); }
div.DivClassName
{
background-color: #DB19D8;
}
.BgClassName
{
background-color: #DB19D8;
}
</style>
border-color css
<style>
span { border-color: #DB19D8; }
span { border-color: rgb(219,25,216); }
td.TdClassName
{
border-color: #DB19D8;
}
.TagClassName
{
border-color: #DB19D8;
}
</style>