Shades of Deep Magenta #D118AD
Tints of Deep Magenta #D118AD
RGB
CMYK
RGB Variations
Color information
#D118AD (or 0xD118AD) is known color: Deep Magenta. HEX triplet: D1, 18 and AD. RGB value is (209,24,173). Sum of RGB (Red+Green+Blue) = 209+24+173=406 (53% of max value = 765). Red value is 209 (82.03% from 255 or 51.48% from 406); Green value is 24 (9.77% from 255 or 5.91% from 406); Blue value is 173 (67.97% from 255 or 42.61% from 406); Max value from RGB is 209 - color contains mainly: red. Hex color #D118AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D118AD is #2EE752. Grayscale: #5F5F5F. Windows color (decimal): -3073875 or 11344081. OLE color: 11344081.
HSL color Cylindrical-coordinate representation of color #D118AD: hue angle of 311.68º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D118AD is Cyan = 0, Magento = 0.89, Yellow = 0.17 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 24 | 173 | - |
| CMYK | 0 | 0.89 | 0.17 | 0.18 |
| HSL | 311.68º | 0.79% | 0.46% | - |
| HSV(B) | 311.68º | 0.89% | 0.82% | - |
| XYZ | 34.16 | 17.23 | 41.06 | - |
| YUV | 96.3 | 171.29 | 208.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 24 | 173 | 0 | 0.89 | 0.17 | 0.18 | 311.68 | 0.79 | 0.46 |
| Hex | D1 | 18 | AD | 0 | 59 | 11 | 12 | 138 | 4F | 2E |
| Octal | 321 | 30 | 255 | 0 | 131 | 21 | 22 | 470 | 117 | 56 |
| Binary | 11010001 | 11000 | 10101101 | 0 | 1011001 | 10001 | 10010 | 100111000 | 1001111 | 101110 |
Color Harmonies of #D118AD
Complementary color
Monochromatic Colors of #D118AD
Black with #D118AD
Text Example
Text Example
White with #D118AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D118AD; }
p { color: rgb(209,24,173); }
H1.HeaderClassName
{
color: #D118AD;
}
.AnyTagClassName
{
color: #D118AD;
}
</style>
background-color css
<style>
a { background-color: #D118AD; }
a { background-color: rgb(209,24,173); }
div.DivClassName
{
background-color: #D118AD;
}
.BgClassName
{
background-color: #D118AD;
}
</style>
border-color css
<style>
span { border-color: #D118AD; }
span { border-color: rgb(209,24,173); }
td.TdClassName
{
border-color: #D118AD;
}
.TagClassName
{
border-color: #D118AD;
}
</style>