Shades of Deep Magenta #D003AD
Tints of Deep Magenta #D003AD
RGB
CMYK
RGB Variations
Color information
#D003AD (or 0xD003AD) is known color: Deep Magenta. HEX triplet: D0, 03 and AD. RGB value is (208,3,173). Sum of RGB (Red+Green+Blue) = 208+3+173=384 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.17% from 384); Green value is 3 (1.56% from 255 or 0.78% from 384); Blue value is 173 (67.97% from 255 or 45.05% from 384); Max value from RGB is 208 - color contains mainly: red. Hex color #D003AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D003AD is #2FFC52. Grayscale: #535353. Windows color (decimal): -3144787 or 11338704. OLE color: 11338704.
HSL color Cylindrical-coordinate representation of color #D003AD: hue angle of 310.24º degrees, saturation: 0.97, 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 #D003AD is Cyan = 0, Magento = 0.99, Yellow = 0.17 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 3 | 173 | - |
| CMYK | 0 | 0.99 | 0.17 | 0.18 |
| HSL | 310.24º | 0.97% | 0.41% | - |
| HSV(B) | 310.24º | 0.99% | 0.82% | - |
| XYZ | 33.59 | 16.49 | 40.95 | - |
| YUV | 83.68 | 178.42 | 216.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 3 | 173 | 0 | 0.99 | 0.17 | 0.18 | 310.24 | 0.97 | 0.41 |
| Hex | D0 | 3 | AD | 0 | 63 | 11 | 12 | 136 | 61 | 29 |
| Octal | 320 | 3 | 255 | 0 | 143 | 21 | 22 | 466 | 141 | 51 |
| Binary | 11010000 | 11 | 10101101 | 0 | 1100011 | 10001 | 10010 | 100110110 | 1100001 | 101001 |
Color Harmonies of #D003AD
Complementary color
Monochromatic Colors of #D003AD
Black with #D003AD
Text Example
Text Example
White with #D003AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D003AD; }
p { color: rgb(208,3,173); }
H1.HeaderClassName
{
color: #D003AD;
}
.AnyTagClassName
{
color: #D003AD;
}
</style>
background-color css
<style>
a { background-color: #D003AD; }
a { background-color: rgb(208,3,173); }
div.DivClassName
{
background-color: #D003AD;
}
.BgClassName
{
background-color: #D003AD;
}
</style>
border-color css
<style>
span { border-color: #D003AD; }
span { border-color: rgb(208,3,173); }
td.TdClassName
{
border-color: #D003AD;
}
.TagClassName
{
border-color: #D003AD;
}
</style>