Shades of Deep Magenta #D21ECA
Tints of Deep Magenta #D21ECA
RGB
CMYK
RGB Variations
Color information
#D21ECA (or 0xD21ECA) is known color: Deep Magenta. HEX triplet: D2, 1E and CA. RGB value is (210,30,202). Sum of RGB (Red+Green+Blue) = 210+30+202=442 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.51% from 442); Green value is 30 (12.11% from 255 or 6.79% from 442); Blue value is 202 (79.30% from 255 or 45.70% from 442); Max value from RGB is 210 - color contains mainly: red. Hex color #D21ECA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D21ECA is #2DE135. Grayscale: #666666. Windows color (decimal): -3006774 or 13246162. OLE color: 13246162.
HSL color Cylindrical-coordinate representation of color #D21ECA: hue angle of 302.67º 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 #D21ECA is Cyan = 0, Magento = 0.86, Yellow = 0.04 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 30 | 202 | - |
| CMYK | 0 | 0.86 | 0.04 | 0.18 |
| HSL | 302.67º | 0.75% | 0.47% | - |
| HSV(B) | 302.67º | 0.86% | 0.82% | - |
| XYZ | 37.7 | 18.89 | 57.54 | - |
| YUV | 103.43 | 183.63 | 204.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 30 | 202 | 0 | 0.86 | 0.04 | 0.18 | 302.67 | 0.75 | 0.47 |
| Hex | D2 | 1E | CA | 0 | 56 | 4 | 12 | 12F | 4B | 2F |
| Octal | 322 | 36 | 312 | 0 | 126 | 4 | 22 | 457 | 113 | 57 |
| Binary | 11010010 | 11110 | 11001010 | 0 | 1010110 | 100 | 10010 | 100101111 | 1001011 | 101111 |
Color Harmonies of #D21ECA
Complementary color
Monochromatic Colors of #D21ECA
Black with #D21ECA
Text Example
Text Example
White with #D21ECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21ECA; }
p { color: rgb(210,30,202); }
H1.HeaderClassName
{
color: #D21ECA;
}
.AnyTagClassName
{
color: #D21ECA;
}
</style>
background-color css
<style>
a { background-color: #D21ECA; }
a { background-color: rgb(210,30,202); }
div.DivClassName
{
background-color: #D21ECA;
}
.BgClassName
{
background-color: #D21ECA;
}
</style>
border-color css
<style>
span { border-color: #D21ECA; }
span { border-color: rgb(210,30,202); }
td.TdClassName
{
border-color: #D21ECA;
}
.TagClassName
{
border-color: #D21ECA;
}
</style>