Shades of Deep Magenta #D219DC
Tints of Deep Magenta #D219DC
RGB
CMYK
RGB Variations
Color information
#D219DC (or 0xD219DC) is known color: Deep Magenta. HEX triplet: D2, 19 and DC. RGB value is (210,25,220). Sum of RGB (Red+Green+Blue) = 210+25+220=455 (60% of max value = 765). Red value is 210 (82.42% from 255 or 46.15% from 455); Green value is 25 (10.16% from 255 or 5.49% from 455); Blue value is 220 (86.33% from 255 or 48.35% from 455); Max value from RGB is 220 - color contains mainly: blue. Hex color #D219DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D219DC is #2DE623. Grayscale: #656565. Windows color (decimal): -3008036 or 14424530. OLE color: 14424530.
HSL color Cylindrical-coordinate representation of color #D219DC: hue angle of 296.92º 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 #D219DC is Cyan = 0.05, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 210 | 25 | 220 | - |
| CMYK | 0.05 | 0.89 | 0 | 0.14 |
| HSL | 296.92º | 0.8% | 0.48% | - |
| HSV(B) | 296.92º | 0.89% | 0.86% | - |
| XYZ | 39.84 | 19.56 | 69.39 | - |
| YUV | 102.55 | 194.29 | 204.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 25 | 220 | 0.05 | 0.89 | 0 | 0.14 | 296.92 | 0.8 | 0.48 |
| Hex | D2 | 19 | DC | 5 | 59 | 0 | E | 129 | 50 | 30 |
| Octal | 322 | 31 | 334 | 5 | 131 | 0 | 16 | 451 | 120 | 60 |
| Binary | 11010010 | 11001 | 11011100 | 101 | 1011001 | 0 | 1110 | 100101001 | 1010000 | 110000 |
Color Harmonies of #D219DC
Complementary color
Monochromatic Colors of #D219DC
Black with #D219DC
Text Example
Text Example
White with #D219DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D219DC; }
p { color: rgb(210,25,220); }
H1.HeaderClassName
{
color: #D219DC;
}
.AnyTagClassName
{
color: #D219DC;
}
</style>
background-color css
<style>
a { background-color: #D219DC; }
a { background-color: rgb(210,25,220); }
div.DivClassName
{
background-color: #D219DC;
}
.BgClassName
{
background-color: #D219DC;
}
</style>
border-color css
<style>
span { border-color: #D219DC; }
span { border-color: rgb(210,25,220); }
td.TdClassName
{
border-color: #D219DC;
}
.TagClassName
{
border-color: #D219DC;
}
</style>