Shades of Deep Magenta #D21EC5
Tints of Deep Magenta #D21EC5
RGB
CMYK
RGB Variations
Color information
#D21EC5 (or 0xD21EC5) is known color: Deep Magenta. HEX triplet: D2, 1E and C5. RGB value is (210,30,197). Sum of RGB (Red+Green+Blue) = 210+30+197=437 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.05% from 437); Green value is 30 (12.11% from 255 or 6.86% from 437); Blue value is 197 (77.34% from 255 or 45.08% from 437); Max value from RGB is 210 - color contains mainly: red. Hex color #D21EC5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D21EC5 is #2DE13A. Grayscale: #666666. Windows color (decimal): -3006779 or 12918482. OLE color: 12918482.
HSL color Cylindrical-coordinate representation of color #D21EC5: hue angle of 304.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 #D21EC5 is Cyan = 0, Magento = 0.86, Yellow = 0.06 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 30 | 197 | - |
| CMYK | 0 | 0.86 | 0.06 | 0.18 |
| HSL | 304.33º | 0.75% | 0.47% | - |
| HSV(B) | 304.33º | 0.86% | 0.82% | - |
| XYZ | 37.12 | 18.66 | 54.47 | - |
| YUV | 102.86 | 181.13 | 204.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 30 | 197 | 0 | 0.86 | 0.06 | 0.18 | 304.33 | 0.75 | 0.47 |
| Hex | D2 | 1E | C5 | 0 | 56 | 6 | 12 | 130 | 4B | 2F |
| Octal | 322 | 36 | 305 | 0 | 126 | 6 | 22 | 460 | 113 | 57 |
| Binary | 11010010 | 11110 | 11000101 | 0 | 1010110 | 110 | 10010 | 100110000 | 1001011 | 101111 |
Color Harmonies of #D21EC5
Complementary color
Monochromatic Colors of #D21EC5
Black with #D21EC5
Text Example
Text Example
White with #D21EC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21EC5; }
p { color: rgb(210,30,197); }
H1.HeaderClassName
{
color: #D21EC5;
}
.AnyTagClassName
{
color: #D21EC5;
}
</style>
background-color css
<style>
a { background-color: #D21EC5; }
a { background-color: rgb(210,30,197); }
div.DivClassName
{
background-color: #D21EC5;
}
.BgClassName
{
background-color: #D21EC5;
}
</style>
border-color css
<style>
span { border-color: #D21EC5; }
span { border-color: rgb(210,30,197); }
td.TdClassName
{
border-color: #D21EC5;
}
.TagClassName
{
border-color: #D21EC5;
}
</style>