Shades of Deep Magenta #D20FD0
Tints of Deep Magenta #D20FD0
RGB
CMYK
RGB Variations
Color information
#D20FD0 (or 0xD20FD0) is known color: Deep Magenta. HEX triplet: D2, 0F and D0. RGB value is (210,15,208). Sum of RGB (Red+Green+Blue) = 210+15+208=433 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.50% from 433); Green value is 15 (6.25% from 255 or 3.46% from 433); Blue value is 208 (81.64% from 255 or 48.04% from 433); Max value from RGB is 210 - color contains mainly: red. Hex color #D20FD0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D20FD0 is #2DF02F. Grayscale: #5E5E5E. Windows color (decimal): -3010608 or 13635538. OLE color: 13635538.
HSL color Cylindrical-coordinate representation of color #D20FD0: hue angle of 300.62º 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 #D20FD0 is Cyan = 0, Magento = 0.93, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 15 | 208 | - |
| CMYK | 0 | 0.93 | 0.01 | 0.18 |
| HSL | 300.62º | 0.87% | 0.44% | - |
| HSV(B) | 300.62º | 0.93% | 0.82% | - |
| XYZ | 38.13 | 18.6 | 61.25 | - |
| YUV | 95.31 | 191.6 | 209.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 15 | 208 | 0 | 0.93 | 0.01 | 0.18 | 300.62 | 0.87 | 0.44 |
| Hex | D2 | F | D0 | 0 | 5D | 1 | 12 | 12D | 57 | 2C |
| Octal | 322 | 17 | 320 | 0 | 135 | 1 | 22 | 455 | 127 | 54 |
| Binary | 11010010 | 1111 | 11010000 | 0 | 1011101 | 1 | 10010 | 100101101 | 1010111 | 101100 |
Color Harmonies of #D20FD0
Complementary color
Monochromatic Colors of #D20FD0
Black with #D20FD0
Text Example
Text Example
White with #D20FD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D20FD0; }
p { color: rgb(210,15,208); }
H1.HeaderClassName
{
color: #D20FD0;
}
.AnyTagClassName
{
color: #D20FD0;
}
</style>
background-color css
<style>
a { background-color: #D20FD0; }
a { background-color: rgb(210,15,208); }
div.DivClassName
{
background-color: #D20FD0;
}
.BgClassName
{
background-color: #D20FD0;
}
</style>
border-color css
<style>
span { border-color: #D20FD0; }
span { border-color: rgb(210,15,208); }
td.TdClassName
{
border-color: #D20FD0;
}
.TagClassName
{
border-color: #D20FD0;
}
</style>