Shades of Deep Magenta #D010AD
Tints of Deep Magenta #D010AD
RGB
CMYK
RGB Variations
Color information
#D010AD (or 0xD010AD) is known color: Deep Magenta. HEX triplet: D0, 10 and AD. RGB value is (208,16,173). Sum of RGB (Red+Green+Blue) = 208+16+173=397 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.39% from 397); Green value is 16 (6.64% from 255 or 4.03% from 397); Blue value is 173 (67.97% from 255 or 43.58% from 397); Max value from RGB is 208 - color contains mainly: red. Hex color #D010AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D010AD is #2FEF52. Grayscale: #5A5A5A. Windows color (decimal): -3141459 or 11342032. OLE color: 11342032.
HSL color Cylindrical-coordinate representation of color #D010AD: hue angle of 310.94º degrees, saturation: 0.86, 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 #D010AD is Cyan = 0, Magento = 0.92, Yellow = 0.17 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 16 | 173 | - |
| CMYK | 0 | 0.92 | 0.17 | 0.18 |
| HSL | 310.94º | 0.86% | 0.44% | - |
| HSV(B) | 310.94º | 0.92% | 0.82% | - |
| XYZ | 33.74 | 16.8 | 41 | - |
| YUV | 91.31 | 174.11 | 211.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 16 | 173 | 0 | 0.92 | 0.17 | 0.18 | 310.94 | 0.86 | 0.44 |
| Hex | D0 | 10 | AD | 0 | 5C | 11 | 12 | 137 | 56 | 2C |
| Octal | 320 | 20 | 255 | 0 | 134 | 21 | 22 | 467 | 126 | 54 |
| Binary | 11010000 | 10000 | 10101101 | 0 | 1011100 | 10001 | 10010 | 100110111 | 1010110 | 101100 |
Color Harmonies of #D010AD
Complementary color
Monochromatic Colors of #D010AD
Black with #D010AD
Text Example
Text Example
White with #D010AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D010AD; }
p { color: rgb(208,16,173); }
H1.HeaderClassName
{
color: #D010AD;
}
.AnyTagClassName
{
color: #D010AD;
}
</style>
background-color css
<style>
a { background-color: #D010AD; }
a { background-color: rgb(208,16,173); }
div.DivClassName
{
background-color: #D010AD;
}
.BgClassName
{
background-color: #D010AD;
}
</style>
border-color css
<style>
span { border-color: #D010AD; }
span { border-color: rgb(208,16,173); }
td.TdClassName
{
border-color: #D010AD;
}
.TagClassName
{
border-color: #D010AD;
}
</style>