Shades of Deep Magenta #D21EAF
Tints of Deep Magenta #D21EAF
RGB
CMYK
RGB Variations
Color information
#D21EAF (or 0xD21EAF) is known color: Deep Magenta. HEX triplet: D2, 1E and AF. RGB value is (210,30,175). Sum of RGB (Red+Green+Blue) = 210+30+175=415 (54% of max value = 765). Red value is 210 (82.42% from 255 or 50.60% from 415); Green value is 30 (12.11% from 255 or 7.23% from 415); Blue value is 175 (68.75% from 255 or 42.17% from 415); Max value from RGB is 210 - color contains mainly: red. Hex color #D21EAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D21EAF is #2DE150. Grayscale: #636363. Windows color (decimal): -3006801 or 11476690. OLE color: 11476690.
HSL color Cylindrical-coordinate representation of color #D21EAF: hue angle of 311.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 #D21EAF is Cyan = 0, Magento = 0.86, Yellow = 0.17 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 30 | 175 | - |
| CMYK | 0 | 0.86 | 0.17 | 0.18 |
| HSL | 311.67º | 0.75% | 0.47% | - |
| HSV(B) | 311.67º | 0.86% | 0.82% | - |
| XYZ | 34.78 | 17.73 | 42.15 | - |
| YUV | 100.35 | 170.13 | 206.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 30 | 175 | 0 | 0.86 | 0.17 | 0.18 | 311.67 | 0.75 | 0.47 |
| Hex | D2 | 1E | AF | 0 | 56 | 11 | 12 | 138 | 4B | 2F |
| Octal | 322 | 36 | 257 | 0 | 126 | 21 | 22 | 470 | 113 | 57 |
| Binary | 11010010 | 11110 | 10101111 | 0 | 1010110 | 10001 | 10010 | 100111000 | 1001011 | 101111 |
Color Harmonies of #D21EAF
Complementary color
Monochromatic Colors of #D21EAF
Black with #D21EAF
Text Example
Text Example
White with #D21EAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21EAF; }
p { color: rgb(210,30,175); }
H1.HeaderClassName
{
color: #D21EAF;
}
.AnyTagClassName
{
color: #D21EAF;
}
</style>
background-color css
<style>
a { background-color: #D21EAF; }
a { background-color: rgb(210,30,175); }
div.DivClassName
{
background-color: #D21EAF;
}
.BgClassName
{
background-color: #D21EAF;
}
</style>
border-color css
<style>
span { border-color: #D21EAF; }
span { border-color: rgb(210,30,175); }
td.TdClassName
{
border-color: #D21EAF;
}
.TagClassName
{
border-color: #D21EAF;
}
</style>