Shades of Deep Magenta #D006AD
Tints of Deep Magenta #D006AD
RGB
CMYK
RGB Variations
Color information
#D006AD (or 0xD006AD) is known color: Deep Magenta. HEX triplet: D0, 06 and AD. RGB value is (208,6,173). Sum of RGB (Red+Green+Blue) = 208+6+173=387 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.75% from 387); Green value is 6 (2.73% from 255 or 1.55% from 387); Blue value is 173 (67.97% from 255 or 44.70% from 387); Max value from RGB is 208 - color contains mainly: red. Hex color #D006AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D006AD is #2FF952. Grayscale: #545454. Windows color (decimal): -3144019 or 11339472. OLE color: 11339472.
HSL color Cylindrical-coordinate representation of color #D006AD: hue angle of 310.4º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D006AD is Cyan = 0, Magento = 0.97, Yellow = 0.17 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 6 | 173 | - |
| CMYK | 0 | 0.97 | 0.17 | 0.18 |
| HSL | 310.4º | 0.94% | 0.42% | - |
| HSV(B) | 310.4º | 0.97% | 0.82% | - |
| XYZ | 33.62 | 16.56 | 40.96 | - |
| YUV | 85.44 | 177.42 | 215.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 6 | 173 | 0 | 0.97 | 0.17 | 0.18 | 310.4 | 0.94 | 0.42 |
| Hex | D0 | 6 | AD | 0 | 61 | 11 | 12 | 136 | 5E | 2A |
| Octal | 320 | 6 | 255 | 0 | 141 | 21 | 22 | 466 | 136 | 52 |
| Binary | 11010000 | 110 | 10101101 | 0 | 1100001 | 10001 | 10010 | 100110110 | 1011110 | 101010 |
Color Harmonies of #D006AD
Complementary color
Monochromatic Colors of #D006AD
Black with #D006AD
Text Example
Text Example
White with #D006AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D006AD; }
p { color: rgb(208,6,173); }
H1.HeaderClassName
{
color: #D006AD;
}
.AnyTagClassName
{
color: #D006AD;
}
</style>
background-color css
<style>
a { background-color: #D006AD; }
a { background-color: rgb(208,6,173); }
div.DivClassName
{
background-color: #D006AD;
}
.BgClassName
{
background-color: #D006AD;
}
</style>
border-color css
<style>
span { border-color: #D006AD; }
span { border-color: rgb(208,6,173); }
td.TdClassName
{
border-color: #D006AD;
}
.TagClassName
{
border-color: #D006AD;
}
</style>