Shades of Deep Magenta #D116AC
Tints of Deep Magenta #D116AC
RGB
CMYK
RGB Variations
Color information
#D116AC (or 0xD116AC) is known color: Deep Magenta. HEX triplet: D1, 16 and AC. RGB value is (209,22,172). Sum of RGB (Red+Green+Blue) = 209+22+172=403 (53% of max value = 765). Red value is 209 (82.03% from 255 or 51.86% from 403); Green value is 22 (8.98% from 255 or 5.46% from 403); Blue value is 172 (67.58% from 255 or 42.68% from 403); Max value from RGB is 209 - color contains mainly: red. Hex color #D116AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D116AC is #2EE953. Grayscale: #5E5E5E. Windows color (decimal): -3074388 or 11278033. OLE color: 11278033.
HSL color Cylindrical-coordinate representation of color #D116AC: hue angle of 311.87º 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 #D116AC is Cyan = 0, Magento = 0.89, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 22 | 172 | - |
| CMYK | 0 | 0.89 | 0.18 | 0.18 |
| HSL | 311.87º | 0.81% | 0.45% | - |
| HSV(B) | 311.87º | 0.89% | 0.82% | - |
| XYZ | 34.03 | 17.11 | 40.54 | - |
| YUV | 95.01 | 171.45 | 209.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 22 | 172 | 0 | 0.89 | 0.18 | 0.18 | 311.87 | 0.81 | 0.45 |
| Hex | D1 | 16 | AC | 0 | 59 | 12 | 12 | 138 | 51 | 2D |
| Octal | 321 | 26 | 254 | 0 | 131 | 22 | 22 | 470 | 121 | 55 |
| Binary | 11010001 | 10110 | 10101100 | 0 | 1011001 | 10010 | 10010 | 100111000 | 1010001 | 101101 |
Color Harmonies of #D116AC
Complementary color
Monochromatic Colors of #D116AC
Black with #D116AC
Text Example
Text Example
White with #D116AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D116AC; }
p { color: rgb(209,22,172); }
H1.HeaderClassName
{
color: #D116AC;
}
.AnyTagClassName
{
color: #D116AC;
}
</style>
background-color css
<style>
a { background-color: #D116AC; }
a { background-color: rgb(209,22,172); }
div.DivClassName
{
background-color: #D116AC;
}
.BgClassName
{
background-color: #D116AC;
}
</style>
border-color css
<style>
span { border-color: #D116AC; }
span { border-color: rgb(209,22,172); }
td.TdClassName
{
border-color: #D116AC;
}
.TagClassName
{
border-color: #D116AC;
}
</style>