Shades of Deep Magenta #D117AD
Tints of Deep Magenta #D117AD
RGB
CMYK
RGB Variations
Color information
#D117AD (or 0xD117AD) is known color: Deep Magenta. HEX triplet: D1, 17 and AD. RGB value is (209,23,173). Sum of RGB (Red+Green+Blue) = 209+23+173=405 (53% of max value = 765). Red value is 209 (82.03% from 255 or 51.60% from 405); Green value is 23 (9.38% from 255 or 5.68% from 405); Blue value is 173 (67.97% from 255 or 42.72% from 405); Max value from RGB is 209 - color contains mainly: red. Hex color #D117AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D117AD is #2EE852. Grayscale: #5F5F5F. Windows color (decimal): -3074131 or 11343825. OLE color: 11343825.
HSL color Cylindrical-coordinate representation of color #D117AD: hue angle of 311.61º degrees, saturation: 0.8, 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 #D117AD is Cyan = 0, Magento = 0.89, Yellow = 0.17 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 23 | 173 | - |
| CMYK | 0 | 0.89 | 0.17 | 0.18 |
| HSL | 311.61º | 0.8% | 0.45% | - |
| HSV(B) | 311.61º | 0.89% | 0.82% | - |
| XYZ | 34.14 | 17.19 | 41.05 | - |
| YUV | 95.71 | 171.62 | 208.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 23 | 173 | 0 | 0.89 | 0.17 | 0.18 | 311.61 | 0.8 | 0.45 |
| Hex | D1 | 17 | AD | 0 | 59 | 11 | 12 | 138 | 50 | 2D |
| Octal | 321 | 27 | 255 | 0 | 131 | 21 | 22 | 470 | 120 | 55 |
| Binary | 11010001 | 10111 | 10101101 | 0 | 1011001 | 10001 | 10010 | 100111000 | 1010000 | 101101 |
Color Harmonies of #D117AD
Complementary color
Monochromatic Colors of #D117AD
Black with #D117AD
Text Example
Text Example
White with #D117AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D117AD; }
p { color: rgb(209,23,173); }
H1.HeaderClassName
{
color: #D117AD;
}
.AnyTagClassName
{
color: #D117AD;
}
</style>
background-color css
<style>
a { background-color: #D117AD; }
a { background-color: rgb(209,23,173); }
div.DivClassName
{
background-color: #D117AD;
}
.BgClassName
{
background-color: #D117AD;
}
</style>
border-color css
<style>
span { border-color: #D117AD; }
span { border-color: rgb(209,23,173); }
td.TdClassName
{
border-color: #D117AD;
}
.TagClassName
{
border-color: #D117AD;
}
</style>