Shades of Deep Magenta #D011AD
Tints of Deep Magenta #D011AD
RGB
CMYK
RGB Variations
Color information
#D011AD (or 0xD011AD) is known color: Deep Magenta. HEX triplet: D0, 11 and AD. RGB value is (208,17,173). Sum of RGB (Red+Green+Blue) = 208+17+173=398 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.26% from 398); Green value is 17 (7.03% from 255 or 4.27% from 398); Blue value is 173 (67.97% from 255 or 43.47% from 398); Max value from RGB is 208 - color contains mainly: red. Hex color #D011AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D011AD is #2FEE52. Grayscale: #5B5B5B. Windows color (decimal): -3141203 or 11342288. OLE color: 11342288.
HSL color Cylindrical-coordinate representation of color #D011AD: hue angle of 310.99º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D011AD is Cyan = 0, Magento = 0.92, Yellow = 0.17 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 17 | 173 | - |
| CMYK | 0 | 0.92 | 0.17 | 0.18 |
| HSL | 310.99º | 0.85% | 0.44% | - |
| HSV(B) | 310.99º | 0.92% | 0.82% | - |
| XYZ | 33.76 | 16.83 | 41 | - |
| YUV | 91.89 | 173.78 | 210.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 17 | 173 | 0 | 0.92 | 0.17 | 0.18 | 310.99 | 0.85 | 0.44 |
| Hex | D0 | 11 | AD | 0 | 5C | 11 | 12 | 137 | 55 | 2C |
| Octal | 320 | 21 | 255 | 0 | 134 | 21 | 22 | 467 | 125 | 54 |
| Binary | 11010000 | 10001 | 10101101 | 0 | 1011100 | 10001 | 10010 | 100110111 | 1010101 | 101100 |
Color Harmonies of #D011AD
Complementary color
Monochromatic Colors of #D011AD
Black with #D011AD
Text Example
Text Example
White with #D011AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D011AD; }
p { color: rgb(208,17,173); }
H1.HeaderClassName
{
color: #D011AD;
}
.AnyTagClassName
{
color: #D011AD;
}
</style>
background-color css
<style>
a { background-color: #D011AD; }
a { background-color: rgb(208,17,173); }
div.DivClassName
{
background-color: #D011AD;
}
.BgClassName
{
background-color: #D011AD;
}
</style>
border-color css
<style>
span { border-color: #D011AD; }
span { border-color: rgb(208,17,173); }
td.TdClassName
{
border-color: #D011AD;
}
.TagClassName
{
border-color: #D011AD;
}
</style>