Shades of Deep Magenta #D219D7
Tints of Deep Magenta #D219D7
RGB
CMYK
RGB Variations
Color information
#D219D7 (or 0xD219D7) is known color: Deep Magenta. HEX triplet: D2, 19 and D7. RGB value is (210,25,215). Sum of RGB (Red+Green+Blue) = 210+25+215=450 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.67% from 450); Green value is 25 (10.16% from 255 or 5.56% from 450); Blue value is 215 (84.38% from 255 or 47.78% from 450); Max value from RGB is 215 - color contains mainly: blue. Hex color #D219D7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D219D7 is #2DE628. Grayscale: #656565. Windows color (decimal): -3008041 or 14096850. OLE color: 14096850.
HSL color Cylindrical-coordinate representation of color #D219D7: hue angle of 298.42º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D219D7 is Cyan = 0.02, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 210 | 25 | 215 | - |
| CMYK | 0.02 | 0.88 | 0 | 0.16 |
| HSL | 298.42º | 0.79% | 0.47% | - |
| HSV(B) | 298.42º | 0.88% | 0.84% | - |
| XYZ | 39.19 | 19.3 | 65.95 | - |
| YUV | 101.98 | 191.79 | 205.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 25 | 215 | 0.02 | 0.88 | 0 | 0.16 | 298.42 | 0.79 | 0.47 |
| Hex | D2 | 19 | D7 | 2 | 58 | 0 | 10 | 12A | 4F | 2F |
| Octal | 322 | 31 | 327 | 2 | 130 | 0 | 20 | 452 | 117 | 57 |
| Binary | 11010010 | 11001 | 11010111 | 10 | 1011000 | 0 | 10000 | 100101010 | 1001111 | 101111 |
Color Harmonies of #D219D7
Complementary color
Monochromatic Colors of #D219D7
Black with #D219D7
Text Example
Text Example
White with #D219D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D219D7; }
p { color: rgb(210,25,215); }
H1.HeaderClassName
{
color: #D219D7;
}
.AnyTagClassName
{
color: #D219D7;
}
</style>
background-color css
<style>
a { background-color: #D219D7; }
a { background-color: rgb(210,25,215); }
div.DivClassName
{
background-color: #D219D7;
}
.BgClassName
{
background-color: #D219D7;
}
</style>
border-color css
<style>
span { border-color: #D219D7; }
span { border-color: rgb(210,25,215); }
td.TdClassName
{
border-color: #D219D7;
}
.TagClassName
{
border-color: #D219D7;
}
</style>