Shades of Deep Magenta #D018AD
Tints of Deep Magenta #D018AD
RGB
CMYK
RGB Variations
Color information
#D018AD (or 0xD018AD) is known color: Deep Magenta. HEX triplet: D0, 18 and AD. RGB value is (208,24,173). Sum of RGB (Red+Green+Blue) = 208+24+173=405 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.36% from 405); Green value is 24 (9.77% from 255 or 5.93% from 405); Blue value is 173 (67.97% from 255 or 42.72% from 405); Max value from RGB is 208 - color contains mainly: red. Hex color #D018AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D018AD is #2FE752. Grayscale: #5F5F5F. Windows color (decimal): -3139411 or 11344080. OLE color: 11344080.
HSL color Cylindrical-coordinate representation of color #D018AD: hue angle of 311.41º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D018AD is Cyan = 0, Magento = 0.88, Yellow = 0.17 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 24 | 173 | - |
| CMYK | 0 | 0.88 | 0.17 | 0.18 |
| HSL | 311.41º | 0.79% | 0.45% | - |
| HSV(B) | 311.41º | 0.88% | 0.82% | - |
| XYZ | 33.88 | 17.08 | 41.05 | - |
| YUV | 96 | 171.46 | 207.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 24 | 173 | 0 | 0.88 | 0.17 | 0.18 | 311.41 | 0.79 | 0.45 |
| Hex | D0 | 18 | AD | 0 | 58 | 11 | 12 | 137 | 4F | 2D |
| Octal | 320 | 30 | 255 | 0 | 130 | 21 | 22 | 467 | 117 | 55 |
| Binary | 11010000 | 11000 | 10101101 | 0 | 1011000 | 10001 | 10010 | 100110111 | 1001111 | 101101 |
Color Harmonies of #D018AD
Complementary color
Monochromatic Colors of #D018AD
Black with #D018AD
Text Example
Text Example
White with #D018AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D018AD; }
p { color: rgb(208,24,173); }
H1.HeaderClassName
{
color: #D018AD;
}
.AnyTagClassName
{
color: #D018AD;
}
</style>
background-color css
<style>
a { background-color: #D018AD; }
a { background-color: rgb(208,24,173); }
div.DivClassName
{
background-color: #D018AD;
}
.BgClassName
{
background-color: #D018AD;
}
</style>
border-color css
<style>
span { border-color: #D018AD; }
span { border-color: rgb(208,24,173); }
td.TdClassName
{
border-color: #D018AD;
}
.TagClassName
{
border-color: #D018AD;
}
</style>