Shades of Deep Magenta #D019DC
Tints of Deep Magenta #D019DC
RGB
CMYK
RGB Variations
Color information
#D019DC (or 0xD019DC) is known color: Deep Magenta. HEX triplet: D0, 19 and DC. RGB value is (208,25,220). Sum of RGB (Red+Green+Blue) = 208+25+220=453 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.92% from 453); Green value is 25 (10.16% from 255 or 5.52% from 453); Blue value is 220 (86.33% from 255 or 48.57% from 453); Max value from RGB is 220 - color contains mainly: blue. Hex color #D019DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D019DC is #2FE623. Grayscale: #656565. Windows color (decimal): -3139108 or 14424528. OLE color: 14424528.
HSL color Cylindrical-coordinate representation of color #D019DC: hue angle of 296.31º 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 #D019DC is Cyan = 0.05, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 208 | 25 | 220 | - |
| CMYK | 0.05 | 0.89 | 0 | 0.14 |
| HSL | 296.31º | 0.8% | 0.48% | - |
| HSV(B) | 296.31º | 0.89% | 0.86% | - |
| XYZ | 39.28 | 19.27 | 69.36 | - |
| YUV | 101.95 | 194.63 | 203.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 25 | 220 | 0.05 | 0.89 | 0 | 0.14 | 296.31 | 0.8 | 0.48 |
| Hex | D0 | 19 | DC | 5 | 59 | 0 | E | 128 | 50 | 30 |
| Octal | 320 | 31 | 334 | 5 | 131 | 0 | 16 | 450 | 120 | 60 |
| Binary | 11010000 | 11001 | 11011100 | 101 | 1011001 | 0 | 1110 | 100101000 | 1010000 | 110000 |
Color Harmonies of #D019DC
Complementary color
Monochromatic Colors of #D019DC
Black with #D019DC
Text Example
Text Example
White with #D019DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D019DC; }
p { color: rgb(208,25,220); }
H1.HeaderClassName
{
color: #D019DC;
}
.AnyTagClassName
{
color: #D019DC;
}
</style>
background-color css
<style>
a { background-color: #D019DC; }
a { background-color: rgb(208,25,220); }
div.DivClassName
{
background-color: #D019DC;
}
.BgClassName
{
background-color: #D019DC;
}
</style>
border-color css
<style>
span { border-color: #D019DC; }
span { border-color: rgb(208,25,220); }
td.TdClassName
{
border-color: #D019DC;
}
.TagClassName
{
border-color: #D019DC;
}
</style>