Shades of Deep Magenta #D20DAE
Tints of Deep Magenta #D20DAE
RGB
CMYK
RGB Variations
Color information
#D20DAE (or 0xD20DAE) is known color: Deep Magenta. HEX triplet: D2, 0D and AE. RGB value is (210,13,174). Sum of RGB (Red+Green+Blue) = 210+13+174=397 (52% of max value = 765). Red value is 210 (82.42% from 255 or 52.90% from 397); Green value is 13 (5.47% from 255 or 3.27% from 397); Blue value is 174 (68.36% from 255 or 43.83% from 397); Max value from RGB is 210 - color contains mainly: red. Hex color #D20DAE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D20DAE is #2DF251. Grayscale: #595959. Windows color (decimal): -3011154 or 11406802. OLE color: 11406802.
HSL color Cylindrical-coordinate representation of color #D20DAE: hue angle of 310.96º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D20DAE is Cyan = 0, Magento = 0.94, Yellow = 0.17 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 13 | 174 | - |
| CMYK | 0 | 0.94 | 0.17 | 0.18 |
| HSL | 310.96º | 0.88% | 0.44% | - |
| HSV(B) | 310.96º | 0.94% | 0.82% | - |
| XYZ | 34.36 | 17.05 | 41.52 | - |
| YUV | 90.26 | 175.27 | 213.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 13 | 174 | 0 | 0.94 | 0.17 | 0.18 | 310.96 | 0.88 | 0.44 |
| Hex | D2 | D | AE | 0 | 5E | 11 | 12 | 137 | 58 | 2C |
| Octal | 322 | 15 | 256 | 0 | 136 | 21 | 22 | 467 | 130 | 54 |
| Binary | 11010010 | 1101 | 10101110 | 0 | 1011110 | 10001 | 10010 | 100110111 | 1011000 | 101100 |
Color Harmonies of #D20DAE
Complementary color
Monochromatic Colors of #D20DAE
Black with #D20DAE
Text Example
Text Example
White with #D20DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D20DAE; }
p { color: rgb(210,13,174); }
H1.HeaderClassName
{
color: #D20DAE;
}
.AnyTagClassName
{
color: #D20DAE;
}
</style>
background-color css
<style>
a { background-color: #D20DAE; }
a { background-color: rgb(210,13,174); }
div.DivClassName
{
background-color: #D20DAE;
}
.BgClassName
{
background-color: #D20DAE;
}
</style>
border-color css
<style>
span { border-color: #D20DAE; }
span { border-color: rgb(210,13,174); }
td.TdClassName
{
border-color: #D20DAE;
}
.TagClassName
{
border-color: #D20DAE;
}
</style>