Shades of Deep Magenta #D017AD
Tints of Deep Magenta #D017AD
RGB
CMYK
RGB Variations
Color information
#D017AD (or 0xD017AD) is known color: Deep Magenta. HEX triplet: D0, 17 and AD. RGB value is (208,23,173). Sum of RGB (Red+Green+Blue) = 208+23+173=404 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.49% from 404); Green value is 23 (9.38% from 255 or 5.69% from 404); Blue value is 173 (67.97% from 255 or 42.82% from 404); Max value from RGB is 208 - color contains mainly: red. Hex color #D017AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D017AD is #2FE852. Grayscale: #5F5F5F. Windows color (decimal): -3139667 or 11343824. OLE color: 11343824.
HSL color Cylindrical-coordinate representation of color #D017AD: hue angle of 311.35º 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 #D017AD is Cyan = 0, Magento = 0.89, Yellow = 0.17 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 23 | 173 | - |
| CMYK | 0 | 0.89 | 0.17 | 0.18 |
| HSL | 311.35º | 0.8% | 0.45% | - |
| HSV(B) | 311.35º | 0.89% | 0.82% | - |
| XYZ | 33.86 | 17.04 | 41.04 | - |
| YUV | 95.42 | 171.79 | 208.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 23 | 173 | 0 | 0.89 | 0.17 | 0.18 | 311.35 | 0.8 | 0.45 |
| Hex | D0 | 17 | AD | 0 | 59 | 11 | 12 | 137 | 50 | 2D |
| Octal | 320 | 27 | 255 | 0 | 131 | 21 | 22 | 467 | 120 | 55 |
| Binary | 11010000 | 10111 | 10101101 | 0 | 1011001 | 10001 | 10010 | 100110111 | 1010000 | 101101 |
Color Harmonies of #D017AD
Complementary color
Monochromatic Colors of #D017AD
Black with #D017AD
Text Example
Text Example
White with #D017AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D017AD; }
p { color: rgb(208,23,173); }
H1.HeaderClassName
{
color: #D017AD;
}
.AnyTagClassName
{
color: #D017AD;
}
</style>
background-color css
<style>
a { background-color: #D017AD; }
a { background-color: rgb(208,23,173); }
div.DivClassName
{
background-color: #D017AD;
}
.BgClassName
{
background-color: #D017AD;
}
</style>
border-color css
<style>
span { border-color: #D017AD; }
span { border-color: rgb(208,23,173); }
td.TdClassName
{
border-color: #D017AD;
}
.TagClassName
{
border-color: #D017AD;
}
</style>