Shades of Deep Magenta #D219CF
Tints of Deep Magenta #D219CF
RGB
CMYK
RGB Variations
Color information
#D219CF (or 0xD219CF) is known color: Deep Magenta. HEX triplet: D2, 19 and CF. RGB value is (210,25,207). Sum of RGB (Red+Green+Blue) = 210+25+207=442 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.51% from 442); Green value is 25 (10.16% from 255 or 5.66% from 442); Blue value is 207 (81.25% from 255 or 46.83% from 442); Max value from RGB is 210 - color contains mainly: red. Hex color #D219CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D219CF is #2DE630. Grayscale: #646464. Windows color (decimal): -3008049 or 13572562. OLE color: 13572562.
HSL color Cylindrical-coordinate representation of color #D219CF: hue angle of 300.97º 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 #D219CF is Cyan = 0, Magento = 0.88, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 25 | 207 | - |
| CMYK | 0 | 0.88 | 0.01 | 0.18 |
| HSL | 300.97º | 0.79% | 0.46% | - |
| HSV(B) | 300.97º | 0.88% | 0.82% | - |
| XYZ | 38.19 | 18.9 | 60.67 | - |
| YUV | 101.06 | 187.79 | 205.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 25 | 207 | 0 | 0.88 | 0.01 | 0.18 | 300.97 | 0.79 | 0.46 |
| Hex | D2 | 19 | CF | 0 | 58 | 1 | 12 | 12D | 4F | 2E |
| Octal | 322 | 31 | 317 | 0 | 130 | 1 | 22 | 455 | 117 | 56 |
| Binary | 11010010 | 11001 | 11001111 | 0 | 1011000 | 1 | 10010 | 100101101 | 1001111 | 101110 |
Color Harmonies of #D219CF
Complementary color
Monochromatic Colors of #D219CF
Black with #D219CF
Text Example
Text Example
White with #D219CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D219CF; }
p { color: rgb(210,25,207); }
H1.HeaderClassName
{
color: #D219CF;
}
.AnyTagClassName
{
color: #D219CF;
}
</style>
background-color css
<style>
a { background-color: #D219CF; }
a { background-color: rgb(210,25,207); }
div.DivClassName
{
background-color: #D219CF;
}
.BgClassName
{
background-color: #D219CF;
}
</style>
border-color css
<style>
span { border-color: #D219CF; }
span { border-color: rgb(210,25,207); }
td.TdClassName
{
border-color: #D219CF;
}
.TagClassName
{
border-color: #D219CF;
}
</style>