Shades of Deep Magenta #D211AF
Tints of Deep Magenta #D211AF
RGB
CMYK
RGB Variations
Color information
#D211AF (or 0xD211AF) is known color: Deep Magenta. HEX triplet: D2, 11 and AF. RGB value is (210,17,175). Sum of RGB (Red+Green+Blue) = 210+17+175=402 (53% of max value = 765). Red value is 210 (82.42% from 255 or 52.24% from 402); Green value is 17 (7.03% from 255 or 4.23% from 402); Blue value is 175 (68.75% from 255 or 43.53% from 402); Max value from RGB is 210 - color contains mainly: red. Hex color #D211AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D211AF is #2DEE50. Grayscale: #5C5C5C. Windows color (decimal): -3010129 or 11473362. OLE color: 11473362.
HSL color Cylindrical-coordinate representation of color #D211AF: hue angle of 310.88º 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 #D211AF is Cyan = 0, Magento = 0.92, Yellow = 0.17 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 17 | 175 | - |
| CMYK | 0 | 0.92 | 0.17 | 0.18 |
| HSL | 310.88º | 0.85% | 0.45% | - |
| HSV(B) | 310.88º | 0.92% | 0.82% | - |
| XYZ | 34.52 | 17.2 | 42.06 | - |
| YUV | 92.72 | 174.44 | 211.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 17 | 175 | 0 | 0.92 | 0.17 | 0.18 | 310.88 | 0.85 | 0.45 |
| Hex | D2 | 11 | AF | 0 | 5C | 11 | 12 | 137 | 55 | 2D |
| Octal | 322 | 21 | 257 | 0 | 134 | 21 | 22 | 467 | 125 | 55 |
| Binary | 11010010 | 10001 | 10101111 | 0 | 1011100 | 10001 | 10010 | 100110111 | 1010101 | 101101 |
Color Harmonies of #D211AF
Complementary color
Monochromatic Colors of #D211AF
Black with #D211AF
Text Example
Text Example
White with #D211AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D211AF; }
p { color: rgb(210,17,175); }
H1.HeaderClassName
{
color: #D211AF;
}
.AnyTagClassName
{
color: #D211AF;
}
</style>
background-color css
<style>
a { background-color: #D211AF; }
a { background-color: rgb(210,17,175); }
div.DivClassName
{
background-color: #D211AF;
}
.BgClassName
{
background-color: #D211AF;
}
</style>
border-color css
<style>
span { border-color: #D211AF; }
span { border-color: rgb(210,17,175); }
td.TdClassName
{
border-color: #D211AF;
}
.TagClassName
{
border-color: #D211AF;
}
</style>