Shades of Deep Magenta #D003AB
Tints of Deep Magenta #D003AB
RGB
CMYK
RGB Variations
Color information
#D003AB (or 0xD003AB) is known color: Deep Magenta. HEX triplet: D0, 03 and AB. RGB value is (208,3,171). Sum of RGB (Red+Green+Blue) = 208+3+171=382 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.45% from 382); Green value is 3 (1.56% from 255 or 0.79% from 382); Blue value is 171 (67.19% from 255 or 44.76% from 382); Max value from RGB is 208 - color contains mainly: red. Hex color #D003AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D003AB is #2FFC54. Grayscale: #525252. Windows color (decimal): -3144789 or 11207632. OLE color: 11207632.
HSL color Cylindrical-coordinate representation of color #D003AB: hue angle of 310.83º 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 #D003AB is Cyan = 0, Magento = 0.99, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 3 | 171 | - |
| CMYK | 0 | 0.99 | 0.18 | 0.18 |
| HSL | 310.83º | 0.97% | 0.41% | - |
| HSV(B) | 310.83º | 0.99% | 0.82% | - |
| XYZ | 33.4 | 16.42 | 39.94 | - |
| YUV | 83.45 | 177.42 | 216.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 3 | 171 | 0 | 0.99 | 0.18 | 0.18 | 310.83 | 0.97 | 0.41 |
| Hex | D0 | 3 | AB | 0 | 63 | 12 | 12 | 137 | 61 | 29 |
| Octal | 320 | 3 | 253 | 0 | 143 | 22 | 22 | 467 | 141 | 51 |
| Binary | 11010000 | 11 | 10101011 | 0 | 1100011 | 10010 | 10010 | 100110111 | 1100001 | 101001 |
Color Harmonies of #D003AB
Complementary color
Monochromatic Colors of #D003AB
Black with #D003AB
Text Example
Text Example
White with #D003AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D003AB; }
p { color: rgb(208,3,171); }
H1.HeaderClassName
{
color: #D003AB;
}
.AnyTagClassName
{
color: #D003AB;
}
</style>
background-color css
<style>
a { background-color: #D003AB; }
a { background-color: rgb(208,3,171); }
div.DivClassName
{
background-color: #D003AB;
}
.BgClassName
{
background-color: #D003AB;
}
</style>
border-color css
<style>
span { border-color: #D003AB; }
span { border-color: rgb(208,3,171); }
td.TdClassName
{
border-color: #D003AB;
}
.TagClassName
{
border-color: #D003AB;
}
</style>