Shades of Deep Magenta #D211AE
Tints of Deep Magenta #D211AE
RGB
CMYK
RGB Variations
Color information
#D211AE (or 0xD211AE) is known color: Deep Magenta. HEX triplet: D2, 11 and AE. RGB value is (210,17,174). Sum of RGB (Red+Green+Blue) = 210+17+174=401 (53% of max value = 765). Red value is 210 (82.42% from 255 or 52.37% from 401); Green value is 17 (7.03% from 255 or 4.24% from 401); Blue value is 174 (68.36% from 255 or 43.39% from 401); Max value from RGB is 210 - color contains mainly: red. Hex color #D211AE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D211AE is #2DEE51. Grayscale: #5C5C5C. Windows color (decimal): -3010130 or 11407826. OLE color: 11407826.
HSL color Cylindrical-coordinate representation of color #D211AE: hue angle of 311.19º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D211AE is Cyan = 0, Magento = 0.92, Yellow = 0.17 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 17 | 174 | - |
| CMYK | 0 | 0.92 | 0.17 | 0.18 |
| HSL | 311.19º | 0.85% | 0.45% | - |
| HSV(B) | 311.19º | 0.92% | 0.82% | - |
| XYZ | 34.42 | 17.16 | 41.54 | - |
| YUV | 92.61 | 173.94 | 211.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 17 | 174 | 0 | 0.92 | 0.17 | 0.18 | 311.19 | 0.85 | 0.45 |
| Hex | D2 | 11 | AE | 0 | 5C | 11 | 12 | 137 | 55 | 2D |
| Octal | 322 | 21 | 256 | 0 | 134 | 21 | 22 | 467 | 125 | 55 |
| Binary | 11010010 | 10001 | 10101110 | 0 | 1011100 | 10001 | 10010 | 100110111 | 1010101 | 101101 |
Color Harmonies of #D211AE
Complementary color
Monochromatic Colors of #D211AE
Black with #D211AE
Text Example
Text Example
White with #D211AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D211AE; }
p { color: rgb(210,17,174); }
H1.HeaderClassName
{
color: #D211AE;
}
.AnyTagClassName
{
color: #D211AE;
}
</style>
background-color css
<style>
a { background-color: #D211AE; }
a { background-color: rgb(210,17,174); }
div.DivClassName
{
background-color: #D211AE;
}
.BgClassName
{
background-color: #D211AE;
}
</style>
border-color css
<style>
span { border-color: #D211AE; }
span { border-color: rgb(210,17,174); }
td.TdClassName
{
border-color: #D211AE;
}
.TagClassName
{
border-color: #D211AE;
}
</style>