Shades of Deep Magenta #D019AD
Tints of Deep Magenta #D019AD
RGB
CMYK
RGB Variations
Color information
#D019AD (or 0xD019AD) is known color: Deep Magenta. HEX triplet: D0, 19 and AD. RGB value is (208,25,173). Sum of RGB (Red+Green+Blue) = 208+25+173=406 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.23% from 406); Green value is 25 (10.16% from 255 or 6.16% from 406); Blue value is 173 (67.97% from 255 or 42.61% from 406); Max value from RGB is 208 - color contains mainly: red. Hex color #D019AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D019AD is #2FE652. Grayscale: #606060. Windows color (decimal): -3139155 or 11344336. OLE color: 11344336.
HSL color Cylindrical-coordinate representation of color #D019AD: hue angle of 311.48º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D019AD is Cyan = 0, Magento = 0.88, Yellow = 0.17 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 25 | 173 | - |
| CMYK | 0 | 0.88 | 0.17 | 0.18 |
| HSL | 311.48º | 0.79% | 0.46% | - |
| HSV(B) | 311.48º | 0.88% | 0.82% | - |
| XYZ | 33.9 | 17.12 | 41.05 | - |
| YUV | 96.59 | 171.13 | 207.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 25 | 173 | 0 | 0.88 | 0.17 | 0.18 | 311.48 | 0.79 | 0.46 |
| Hex | D0 | 19 | AD | 0 | 58 | 11 | 12 | 137 | 4F | 2E |
| Octal | 320 | 31 | 255 | 0 | 130 | 21 | 22 | 467 | 117 | 56 |
| Binary | 11010000 | 11001 | 10101101 | 0 | 1011000 | 10001 | 10010 | 100110111 | 1001111 | 101110 |
Color Harmonies of #D019AD
Complementary color
Monochromatic Colors of #D019AD
Black with #D019AD
Text Example
Text Example
White with #D019AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D019AD; }
p { color: rgb(208,25,173); }
H1.HeaderClassName
{
color: #D019AD;
}
.AnyTagClassName
{
color: #D019AD;
}
</style>
background-color css
<style>
a { background-color: #D019AD; }
a { background-color: rgb(208,25,173); }
div.DivClassName
{
background-color: #D019AD;
}
.BgClassName
{
background-color: #D019AD;
}
</style>
border-color css
<style>
span { border-color: #D019AD; }
span { border-color: rgb(208,25,173); }
td.TdClassName
{
border-color: #D019AD;
}
.TagClassName
{
border-color: #D019AD;
}
</style>