Shades of Deep Magenta #D116AF
Tints of Deep Magenta #D116AF
RGB
CMYK
RGB Variations
Color information
#D116AF (or 0xD116AF) is known color: Deep Magenta. HEX triplet: D1, 16 and AF. RGB value is (209,22,175). Sum of RGB (Red+Green+Blue) = 209+22+175=406 (53% of max value = 765). Red value is 209 (82.03% from 255 or 51.48% from 406); Green value is 22 (8.98% from 255 or 5.42% from 406); Blue value is 175 (68.75% from 255 or 43.10% from 406); Max value from RGB is 209 - color contains mainly: red. Hex color #D116AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D116AF is #2EE950. Grayscale: #5E5E5E. Windows color (decimal): -3074385 or 11474641. OLE color: 11474641.
HSL color Cylindrical-coordinate representation of color #D116AF: hue angle of 310.91º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D116AF is Cyan = 0, Magento = 0.89, Yellow = 0.16 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 22 | 175 | - |
| CMYK | 0 | 0.89 | 0.16 | 0.18 |
| HSL | 310.91º | 0.81% | 0.45% | - |
| HSV(B) | 310.91º | 0.89% | 0.82% | - |
| XYZ | 34.32 | 17.22 | 42.07 | - |
| YUV | 95.36 | 172.95 | 209.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 22 | 175 | 0 | 0.89 | 0.16 | 0.18 | 310.91 | 0.81 | 0.45 |
| Hex | D1 | 16 | AF | 0 | 59 | 10 | 12 | 137 | 51 | 2D |
| Octal | 321 | 26 | 257 | 0 | 131 | 20 | 22 | 467 | 121 | 55 |
| Binary | 11010001 | 10110 | 10101111 | 0 | 1011001 | 10000 | 10010 | 100110111 | 1010001 | 101101 |
Color Harmonies of #D116AF
Complementary color
Monochromatic Colors of #D116AF
Black with #D116AF
Text Example
Text Example
White with #D116AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D116AF; }
p { color: rgb(209,22,175); }
H1.HeaderClassName
{
color: #D116AF;
}
.AnyTagClassName
{
color: #D116AF;
}
</style>
background-color css
<style>
a { background-color: #D116AF; }
a { background-color: rgb(209,22,175); }
div.DivClassName
{
background-color: #D116AF;
}
.BgClassName
{
background-color: #D116AF;
}
</style>
border-color css
<style>
span { border-color: #D116AF; }
span { border-color: rgb(209,22,175); }
td.TdClassName
{
border-color: #D116AF;
}
.TagClassName
{
border-color: #D116AF;
}
</style>