Shades of Deep Magenta #D219C9
Tints of Deep Magenta #D219C9
RGB
CMYK
RGB Variations
Color information
#D219C9 (or 0xD219C9) is known color: Deep Magenta. HEX triplet: D2, 19 and C9. RGB value is (210,25,201). Sum of RGB (Red+Green+Blue) = 210+25+201=436 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.17% from 436); Green value is 25 (10.16% from 255 or 5.73% from 436); Blue value is 201 (78.91% from 255 or 46.10% from 436); Max value from RGB is 210 - color contains mainly: red. Hex color #D219C9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D219C9 is #2DE636. Grayscale: #636363. Windows color (decimal): -3008055 or 13179346. OLE color: 13179346.
HSL color Cylindrical-coordinate representation of color #D219C9: hue angle of 302.92º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D219C9 is Cyan = 0, Magento = 0.88, Yellow = 0.04 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 25 | 201 | - |
| CMYK | 0 | 0.88 | 0.04 | 0.18 |
| HSL | 302.92º | 0.79% | 0.46% | - |
| HSV(B) | 302.92º | 0.88% | 0.82% | - |
| XYZ | 37.47 | 18.61 | 56.88 | - |
| YUV | 100.38 | 184.79 | 206.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 25 | 201 | 0 | 0.88 | 0.04 | 0.18 | 302.92 | 0.79 | 0.46 |
| Hex | D2 | 19 | C9 | 0 | 58 | 4 | 12 | 12F | 4F | 2E |
| Octal | 322 | 31 | 311 | 0 | 130 | 4 | 22 | 457 | 117 | 56 |
| Binary | 11010010 | 11001 | 11001001 | 0 | 1011000 | 100 | 10010 | 100101111 | 1001111 | 101110 |
Color Harmonies of #D219C9
Complementary color
Monochromatic Colors of #D219C9
Black with #D219C9
Text Example
Text Example
White with #D219C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D219C9; }
p { color: rgb(210,25,201); }
H1.HeaderClassName
{
color: #D219C9;
}
.AnyTagClassName
{
color: #D219C9;
}
</style>
background-color css
<style>
a { background-color: #D219C9; }
a { background-color: rgb(210,25,201); }
div.DivClassName
{
background-color: #D219C9;
}
.BgClassName
{
background-color: #D219C9;
}
</style>
border-color css
<style>
span { border-color: #D219C9; }
span { border-color: rgb(210,25,201); }
td.TdClassName
{
border-color: #D219C9;
}
.TagClassName
{
border-color: #D219C9;
}
</style>