Shades of Deep Magenta #D21ECB
Tints of Deep Magenta #D21ECB
RGB
CMYK
RGB Variations
Color information
#D21ECB (or 0xD21ECB) is known color: Deep Magenta. HEX triplet: D2, 1E and CB. RGB value is (210,30,203). Sum of RGB (Red+Green+Blue) = 210+30+203=443 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.40% from 443); Green value is 30 (12.11% from 255 or 6.77% from 443); Blue value is 203 (79.69% from 255 or 45.82% from 443); Max value from RGB is 210 - color contains mainly: red. Hex color #D21ECB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D21ECB is #2DE134. Grayscale: #676767. Windows color (decimal): -3006773 or 13311698. OLE color: 13311698.
HSL color Cylindrical-coordinate representation of color #D21ECB: hue angle of 302.33º 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 #D21ECB is Cyan = 0, Magento = 0.86, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 30 | 203 | - |
| CMYK | 0 | 0.86 | 0.03 | 0.18 |
| HSL | 302.33º | 0.75% | 0.47% | - |
| HSV(B) | 302.33º | 0.86% | 0.82% | - |
| XYZ | 37.82 | 18.94 | 58.16 | - |
| YUV | 103.54 | 184.13 | 203.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 30 | 203 | 0 | 0.86 | 0.03 | 0.18 | 302.33 | 0.75 | 0.47 |
| Hex | D2 | 1E | CB | 0 | 56 | 3 | 12 | 12E | 4B | 2F |
| Octal | 322 | 36 | 313 | 0 | 126 | 3 | 22 | 456 | 113 | 57 |
| Binary | 11010010 | 11110 | 11001011 | 0 | 1010110 | 11 | 10010 | 100101110 | 1001011 | 101111 |
Color Harmonies of #D21ECB
Complementary color
Monochromatic Colors of #D21ECB
Black with #D21ECB
Text Example
Text Example
White with #D21ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21ECB; }
p { color: rgb(210,30,203); }
H1.HeaderClassName
{
color: #D21ECB;
}
.AnyTagClassName
{
color: #D21ECB;
}
</style>
background-color css
<style>
a { background-color: #D21ECB; }
a { background-color: rgb(210,30,203); }
div.DivClassName
{
background-color: #D21ECB;
}
.BgClassName
{
background-color: #D21ECB;
}
</style>
border-color css
<style>
span { border-color: #D21ECB; }
span { border-color: rgb(210,30,203); }
td.TdClassName
{
border-color: #D21ECB;
}
.TagClassName
{
border-color: #D21ECB;
}
</style>