Shades of Deep Magenta #D002AD
Tints of Deep Magenta #D002AD
RGB
CMYK
RGB Variations
Color information
#D002AD (or 0xD002AD) is known color: Deep Magenta. HEX triplet: D0, 02 and AD. RGB value is (208,2,173). Sum of RGB (Red+Green+Blue) = 208+2+173=383 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.31% from 383); Green value is 2 (1.17% from 255 or 0.52% from 383); Blue value is 173 (67.97% from 255 or 45.17% from 383); Max value from RGB is 208 - color contains mainly: red. Hex color #D002AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D002AD is #2FFD52. Grayscale: #525252. Windows color (decimal): -3145043 or 11338448. OLE color: 11338448.
HSL color Cylindrical-coordinate representation of color #D002AD: hue angle of 310.19º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D002AD is Cyan = 0, Magento = 0.99, Yellow = 0.17 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 2 | 173 | - |
| CMYK | 0 | 0.99 | 0.17 | 0.18 |
| HSL | 310.19º | 0.98% | 0.41% | - |
| HSV(B) | 310.19º | 0.99% | 0.82% | - |
| XYZ | 33.58 | 16.47 | 40.94 | - |
| YUV | 83.09 | 178.75 | 217.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 2 | 173 | 0 | 0.99 | 0.17 | 0.18 | 310.19 | 0.98 | 0.41 |
| Hex | D0 | 2 | AD | 0 | 63 | 11 | 12 | 136 | 62 | 29 |
| Octal | 320 | 2 | 255 | 0 | 143 | 21 | 22 | 466 | 142 | 51 |
| Binary | 11010000 | 10 | 10101101 | 0 | 1100011 | 10001 | 10010 | 100110110 | 1100010 | 101001 |
Color Harmonies of #D002AD
Complementary color
Monochromatic Colors of #D002AD
Black with #D002AD
Text Example
Text Example
White with #D002AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D002AD; }
p { color: rgb(208,2,173); }
H1.HeaderClassName
{
color: #D002AD;
}
.AnyTagClassName
{
color: #D002AD;
}
</style>
background-color css
<style>
a { background-color: #D002AD; }
a { background-color: rgb(208,2,173); }
div.DivClassName
{
background-color: #D002AD;
}
.BgClassName
{
background-color: #D002AD;
}
</style>
border-color css
<style>
span { border-color: #D002AD; }
span { border-color: rgb(208,2,173); }
td.TdClassName
{
border-color: #D002AD;
}
.TagClassName
{
border-color: #D002AD;
}
</style>