Shades of Deep Magenta #D20FD9
Tints of Deep Magenta #D20FD9
RGB
CMYK
RGB Variations
Color information
#D20FD9 (or 0xD20FD9) is known color: Deep Magenta. HEX triplet: D2, 0F and D9. RGB value is (210,15,217). Sum of RGB (Red+Green+Blue) = 210+15+217=442 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.51% from 442); Green value is 15 (6.25% from 255 or 3.39% from 442); Blue value is 217 (85.16% from 255 or 49.10% from 442); Max value from RGB is 217 - color contains mainly: blue. Hex color #D20FD9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D20FD9 is #2DF026. Grayscale: #5F5F5F. Windows color (decimal): -3010599 or 14225362. OLE color: 14225362.
HSL color Cylindrical-coordinate representation of color #D20FD9: hue angle of 297.92º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D20FD9 is Cyan = 0.03, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 210 | 15 | 217 | - |
| CMYK | 0.03 | 0.93 | 0 | 0.15 |
| HSL | 297.92º | 0.87% | 0.45% | - |
| HSV(B) | 297.92º | 0.93% | 0.85% | - |
| XYZ | 39.27 | 19.05 | 67.25 | - |
| YUV | 96.33 | 196.1 | 209.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 15 | 217 | 0.03 | 0.93 | 0 | 0.15 | 297.92 | 0.87 | 0.45 |
| Hex | D2 | F | D9 | 3 | 5D | 0 | F | 12A | 57 | 2D |
| Octal | 322 | 17 | 331 | 3 | 135 | 0 | 17 | 452 | 127 | 55 |
| Binary | 11010010 | 1111 | 11011001 | 11 | 1011101 | 0 | 1111 | 100101010 | 1010111 | 101101 |
Color Harmonies of #D20FD9
Complementary color
Monochromatic Colors of #D20FD9
Black with #D20FD9
Text Example
Text Example
White with #D20FD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D20FD9; }
p { color: rgb(210,15,217); }
H1.HeaderClassName
{
color: #D20FD9;
}
.AnyTagClassName
{
color: #D20FD9;
}
</style>
background-color css
<style>
a { background-color: #D20FD9; }
a { background-color: rgb(210,15,217); }
div.DivClassName
{
background-color: #D20FD9;
}
.BgClassName
{
background-color: #D20FD9;
}
</style>
border-color css
<style>
span { border-color: #D20FD9; }
span { border-color: rgb(210,15,217); }
td.TdClassName
{
border-color: #D20FD9;
}
.TagClassName
{
border-color: #D20FD9;
}
</style>