Shades of Deep Magenta #D216AF
Tints of Deep Magenta #D216AF
RGB
CMYK
RGB Variations
Color information
#D216AF (or 0xD216AF) is known color: Deep Magenta. HEX triplet: D2, 16 and AF. RGB value is (210,22,175). Sum of RGB (Red+Green+Blue) = 210+22+175=407 (53% of max value = 765). Red value is 210 (82.42% from 255 or 51.60% from 407); Green value is 22 (8.98% from 255 or 5.41% from 407); Blue value is 175 (68.75% from 255 or 43.00% from 407); Max value from RGB is 210 - color contains mainly: red. Hex color #D216AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D216AF is #2DE950. Grayscale: #5F5F5F. Windows color (decimal): -3008849 or 11474642. OLE color: 11474642.
HSL color Cylindrical-coordinate representation of color #D216AF: hue angle of 311.17º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D216AF is Cyan = 0, Magento = 0.90, Yellow = 0.17 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 22 | 175 | - |
| CMYK | 0 | 0.90 | 0.17 | 0.18 |
| HSL | 311.17º | 0.81% | 0.45% | - |
| HSV(B) | 311.17º | 0.9% | 0.82% | - |
| XYZ | 34.6 | 17.37 | 42.09 | - |
| YUV | 95.65 | 172.78 | 209.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 22 | 175 | 0 | 0.90 | 0.17 | 0.18 | 311.17 | 0.81 | 0.45 |
| Hex | D2 | 16 | AF | 0 | 5A | 11 | 12 | 137 | 51 | 2D |
| Octal | 322 | 26 | 257 | 0 | 132 | 21 | 22 | 467 | 121 | 55 |
| Binary | 11010010 | 10110 | 10101111 | 0 | 1011010 | 10001 | 10010 | 100110111 | 1010001 | 101101 |
Color Harmonies of #D216AF
Complementary color
Monochromatic Colors of #D216AF
Black with #D216AF
Text Example
Text Example
White with #D216AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D216AF; }
p { color: rgb(210,22,175); }
H1.HeaderClassName
{
color: #D216AF;
}
.AnyTagClassName
{
color: #D216AF;
}
</style>
background-color css
<style>
a { background-color: #D216AF; }
a { background-color: rgb(210,22,175); }
div.DivClassName
{
background-color: #D216AF;
}
.BgClassName
{
background-color: #D216AF;
}
</style>
border-color css
<style>
span { border-color: #D216AF; }
span { border-color: rgb(210,22,175); }
td.TdClassName
{
border-color: #D216AF;
}
.TagClassName
{
border-color: #D216AF;
}
</style>