Shades of Deep Magenta #D21ECC
Tints of Deep Magenta #D21ECC
RGB
CMYK
RGB Variations
Color information
#D21ECC (or 0xD21ECC) is known color: Deep Magenta. HEX triplet: D2, 1E and CC. RGB value is (210,30,204). Sum of RGB (Red+Green+Blue) = 210+30+204=444 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.30% from 444); Green value is 30 (12.11% from 255 or 6.76% from 444); Blue value is 204 (80.08% from 255 or 45.95% from 444); Max value from RGB is 210 - color contains mainly: red. Hex color #D21ECC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D21ECC is #2DE133. Grayscale: #676767. Windows color (decimal): -3006772 or 13377234. OLE color: 13377234.
HSL color Cylindrical-coordinate representation of color #D21ECC: hue angle of 302º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D21ECC is Cyan = 0, Magento = 0.86, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 30 | 204 | - |
| CMYK | 0 | 0.86 | 0.03 | 0.18 |
| HSL | 302º | 0.75% | 0.47% | - |
| HSV(B) | 302º | 0.86% | 0.82% | - |
| XYZ | 37.94 | 18.99 | 58.79 | - |
| YUV | 103.66 | 184.63 | 203.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 30 | 204 | 0 | 0.86 | 0.03 | 0.18 | 302 | 0.75 | 0.47 |
| Hex | D2 | 1E | CC | 0 | 56 | 3 | 12 | 12E | 4B | 2F |
| Octal | 322 | 36 | 314 | 0 | 126 | 3 | 22 | 456 | 113 | 57 |
| Binary | 11010010 | 11110 | 11001100 | 0 | 1010110 | 11 | 10010 | 100101110 | 1001011 | 101111 |
Color Harmonies of #D21ECC
Complementary color
Monochromatic Colors of #D21ECC
Black with #D21ECC
Text Example
Text Example
White with #D21ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21ECC; }
p { color: rgb(210,30,204); }
H1.HeaderClassName
{
color: #D21ECC;
}
.AnyTagClassName
{
color: #D21ECC;
}
</style>
background-color css
<style>
a { background-color: #D21ECC; }
a { background-color: rgb(210,30,204); }
div.DivClassName
{
background-color: #D21ECC;
}
.BgClassName
{
background-color: #D21ECC;
}
</style>
border-color css
<style>
span { border-color: #D21ECC; }
span { border-color: rgb(210,30,204); }
td.TdClassName
{
border-color: #D21ECC;
}
.TagClassName
{
border-color: #D21ECC;
}
</style>