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