Shades of Deep Magenta #D20FC9
Tints of Deep Magenta #D20FC9
RGB
CMYK
RGB Variations
Color information
#D20FC9 (or 0xD20FC9) is known color: Deep Magenta. HEX triplet: D2, 0F and C9. RGB value is (210,15,201). Sum of RGB (Red+Green+Blue) = 210+15+201=426 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.30% from 426); Green value is 15 (6.25% from 255 or 3.52% from 426); Blue value is 201 (78.91% from 255 or 47.18% from 426); Max value from RGB is 210 - color contains mainly: red. Hex color #D20FC9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D20FC9 is #2DF036. Grayscale: #5D5D5D. Windows color (decimal): -3010615 or 13176786. OLE color: 13176786.
HSL color Cylindrical-coordinate representation of color #D20FC9: hue angle of 302.77º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D20FC9 is Cyan = 0, Magento = 0.93, Yellow = 0.04 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 15 | 201 | - |
| CMYK | 0 | 0.93 | 0.04 | 0.18 |
| HSL | 302.77º | 0.87% | 0.44% | - |
| HSV(B) | 302.77º | 0.93% | 0.82% | - |
| XYZ | 37.29 | 18.26 | 56.82 | - |
| YUV | 94.51 | 188.1 | 210.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 15 | 201 | 0 | 0.93 | 0.04 | 0.18 | 302.77 | 0.87 | 0.44 |
| Hex | D2 | F | C9 | 0 | 5D | 4 | 12 | 12F | 57 | 2C |
| Octal | 322 | 17 | 311 | 0 | 135 | 4 | 22 | 457 | 127 | 54 |
| Binary | 11010010 | 1111 | 11001001 | 0 | 1011101 | 100 | 10010 | 100101111 | 1010111 | 101100 |
Color Harmonies of #D20FC9
Complementary color
Monochromatic Colors of #D20FC9
Black with #D20FC9
Text Example
Text Example
White with #D20FC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D20FC9; }
p { color: rgb(210,15,201); }
H1.HeaderClassName
{
color: #D20FC9;
}
.AnyTagClassName
{
color: #D20FC9;
}
</style>
background-color css
<style>
a { background-color: #D20FC9; }
a { background-color: rgb(210,15,201); }
div.DivClassName
{
background-color: #D20FC9;
}
.BgClassName
{
background-color: #D20FC9;
}
</style>
border-color css
<style>
span { border-color: #D20FC9; }
span { border-color: rgb(210,15,201); }
td.TdClassName
{
border-color: #D20FC9;
}
.TagClassName
{
border-color: #D20FC9;
}
</style>