Shades of Deep Magenta #D21EC6
Tints of Deep Magenta #D21EC6
RGB
CMYK
RGB Variations
Color information
#D21EC6 (or 0xD21EC6) is known color: Deep Magenta. HEX triplet: D2, 1E and C6. RGB value is (210,30,198). Sum of RGB (Red+Green+Blue) = 210+30+198=438 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.95% from 438); Green value is 30 (12.11% from 255 or 6.85% from 438); Blue value is 198 (77.73% from 255 or 45.21% from 438); Max value from RGB is 210 - color contains mainly: red. Hex color #D21EC6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D21EC6 is #2DE139. Grayscale: #666666. Windows color (decimal): -3006778 or 12984018. OLE color: 12984018.
HSL color Cylindrical-coordinate representation of color #D21EC6: hue angle of 304º 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 #D21EC6 is Cyan = 0, Magento = 0.86, Yellow = 0.06 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 30 | 198 | - |
| CMYK | 0 | 0.86 | 0.06 | 0.18 |
| HSL | 304º | 0.75% | 0.47% | - |
| HSV(B) | 304º | 0.86% | 0.82% | - |
| XYZ | 37.24 | 18.71 | 55.07 | - |
| YUV | 102.97 | 181.63 | 204.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 30 | 198 | 0 | 0.86 | 0.06 | 0.18 | 304 | 0.75 | 0.47 |
| Hex | D2 | 1E | C6 | 0 | 56 | 6 | 12 | 130 | 4B | 2F |
| Octal | 322 | 36 | 306 | 0 | 126 | 6 | 22 | 460 | 113 | 57 |
| Binary | 11010010 | 11110 | 11000110 | 0 | 1010110 | 110 | 10010 | 100110000 | 1001011 | 101111 |
Color Harmonies of #D21EC6
Complementary color
Monochromatic Colors of #D21EC6
Black with #D21EC6
Text Example
Text Example
White with #D21EC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21EC6; }
p { color: rgb(210,30,198); }
H1.HeaderClassName
{
color: #D21EC6;
}
.AnyTagClassName
{
color: #D21EC6;
}
</style>
background-color css
<style>
a { background-color: #D21EC6; }
a { background-color: rgb(210,30,198); }
div.DivClassName
{
background-color: #D21EC6;
}
.BgClassName
{
background-color: #D21EC6;
}
</style>
border-color css
<style>
span { border-color: #D21EC6; }
span { border-color: rgb(210,30,198); }
td.TdClassName
{
border-color: #D21EC6;
}
.TagClassName
{
border-color: #D21EC6;
}
</style>