Shades of Deep Magenta #D008AB
Tints of Deep Magenta #D008AB
RGB
CMYK
RGB Variations
Color information
#D008AB (or 0xD008AB) is known color: Deep Magenta. HEX triplet: D0, 08 and AB. RGB value is (208,8,171). Sum of RGB (Red+Green+Blue) = 208+8+171=387 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.75% from 387); Green value is 8 (3.52% from 255 or 2.07% from 387); Blue value is 171 (67.19% from 255 or 44.19% from 387); Max value from RGB is 208 - color contains mainly: red. Hex color #D008AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D008AB is #2FF754. Grayscale: #555555. Windows color (decimal): -3143509 or 11208912. OLE color: 11208912.
HSL color Cylindrical-coordinate representation of color #D008AB: hue angle of 311.1º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D008AB is Cyan = 0, Magento = 0.96, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 8 | 171 | - |
| CMYK | 0 | 0.96 | 0.18 | 0.18 |
| HSL | 311.1º | 0.93% | 0.42% | - |
| HSV(B) | 311.1º | 0.96% | 0.82% | - |
| XYZ | 33.45 | 16.52 | 39.95 | - |
| YUV | 86.38 | 175.76 | 214.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 8 | 171 | 0 | 0.96 | 0.18 | 0.18 | 311.1 | 0.93 | 0.42 |
| Hex | D0 | 8 | AB | 0 | 60 | 12 | 12 | 137 | 5D | 2A |
| Octal | 320 | 10 | 253 | 0 | 140 | 22 | 22 | 467 | 135 | 52 |
| Binary | 11010000 | 1000 | 10101011 | 0 | 1100000 | 10010 | 10010 | 100110111 | 1011101 | 101010 |
Color Harmonies of #D008AB
Complementary color
Monochromatic Colors of #D008AB
Black with #D008AB
Text Example
Text Example
White with #D008AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D008AB; }
p { color: rgb(208,8,171); }
H1.HeaderClassName
{
color: #D008AB;
}
.AnyTagClassName
{
color: #D008AB;
}
</style>
background-color css
<style>
a { background-color: #D008AB; }
a { background-color: rgb(208,8,171); }
div.DivClassName
{
background-color: #D008AB;
}
.BgClassName
{
background-color: #D008AB;
}
</style>
border-color css
<style>
span { border-color: #D008AB; }
span { border-color: rgb(208,8,171); }
td.TdClassName
{
border-color: #D008AB;
}
.TagClassName
{
border-color: #D008AB;
}
</style>