Shades of Deep Magenta #D20DCF
Tints of Deep Magenta #D20DCF
RGB
CMYK
RGB Variations
Color information
#D20DCF (or 0xD20DCF) is known color: Deep Magenta. HEX triplet: D2, 0D and CF. RGB value is (210,13,207). Sum of RGB (Red+Green+Blue) = 210+13+207=430 (56% of max value = 765). Red value is 210 (82.42% from 255 or 48.84% from 430); Green value is 13 (5.47% from 255 or 3.02% from 430); Blue value is 207 (81.25% from 255 or 48.14% from 430); Max value from RGB is 210 - color contains mainly: red. Hex color #D20DCF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D20DCF is #2DF230. Grayscale: #5D5D5D. Windows color (decimal): -3011121 or 13569490. OLE color: 13569490.
HSL color Cylindrical-coordinate representation of color #D20DCF: hue angle of 300.91º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D20DCF is Cyan = 0, Magento = 0.94, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 13 | 207 | - |
| CMYK | 0 | 0.94 | 0.01 | 0.18 |
| HSL | 300.91º | 0.88% | 0.44% | - |
| HSV(B) | 300.91º | 0.94% | 0.82% | - |
| XYZ | 37.98 | 18.49 | 60.6 | - |
| YUV | 94.02 | 191.77 | 210.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 13 | 207 | 0 | 0.94 | 0.01 | 0.18 | 300.91 | 0.88 | 0.44 |
| Hex | D2 | D | CF | 0 | 5E | 1 | 12 | 12D | 58 | 2C |
| Octal | 322 | 15 | 317 | 0 | 136 | 1 | 22 | 455 | 130 | 54 |
| Binary | 11010010 | 1101 | 11001111 | 0 | 1011110 | 1 | 10010 | 100101101 | 1011000 | 101100 |
Color Harmonies of #D20DCF
Complementary color
Monochromatic Colors of #D20DCF
Black with #D20DCF
Text Example
Text Example
White with #D20DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D20DCF; }
p { color: rgb(210,13,207); }
H1.HeaderClassName
{
color: #D20DCF;
}
.AnyTagClassName
{
color: #D20DCF;
}
</style>
background-color css
<style>
a { background-color: #D20DCF; }
a { background-color: rgb(210,13,207); }
div.DivClassName
{
background-color: #D20DCF;
}
.BgClassName
{
background-color: #D20DCF;
}
</style>
border-color css
<style>
span { border-color: #D20DCF; }
span { border-color: rgb(210,13,207); }
td.TdClassName
{
border-color: #D20DCF;
}
.TagClassName
{
border-color: #D20DCF;
}
</style>