Shades of Deep Magenta #D005AB
Tints of Deep Magenta #D005AB
RGB
CMYK
RGB Variations
Color information
#D005AB (or 0xD005AB) is known color: Deep Magenta. HEX triplet: D0, 05 and AB. RGB value is (208,5,171). Sum of RGB (Red+Green+Blue) = 208+5+171=384 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.17% from 384); Green value is 5 (2.34% from 255 or 1.30% from 384); Blue value is 171 (67.19% from 255 or 44.53% from 384); Max value from RGB is 208 - color contains mainly: red. Hex color #D005AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D005AB is #2FFA54. Grayscale: #545454. Windows color (decimal): -3144277 or 11208144. OLE color: 11208144.
HSL color Cylindrical-coordinate representation of color #D005AB: hue angle of 310.94º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D005AB is Cyan = 0, Magento = 0.98, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 5 | 171 | - |
| CMYK | 0 | 0.98 | 0.18 | 0.18 |
| HSL | 310.94º | 0.95% | 0.42% | - |
| HSV(B) | 310.94º | 0.98% | 0.82% | - |
| XYZ | 33.42 | 16.46 | 39.94 | - |
| YUV | 84.62 | 176.75 | 216 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 5 | 171 | 0 | 0.98 | 0.18 | 0.18 | 310.94 | 0.95 | 0.42 |
| Hex | D0 | 5 | AB | 0 | 62 | 12 | 12 | 137 | 5F | 2A |
| Octal | 320 | 5 | 253 | 0 | 142 | 22 | 22 | 467 | 137 | 52 |
| Binary | 11010000 | 101 | 10101011 | 0 | 1100010 | 10010 | 10010 | 100110111 | 1011111 | 101010 |
Color Harmonies of #D005AB
Complementary color
Monochromatic Colors of #D005AB
Black with #D005AB
Text Example
Text Example
White with #D005AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D005AB; }
p { color: rgb(208,5,171); }
H1.HeaderClassName
{
color: #D005AB;
}
.AnyTagClassName
{
color: #D005AB;
}
</style>
background-color css
<style>
a { background-color: #D005AB; }
a { background-color: rgb(208,5,171); }
div.DivClassName
{
background-color: #D005AB;
}
.BgClassName
{
background-color: #D005AB;
}
</style>
border-color css
<style>
span { border-color: #D005AB; }
span { border-color: rgb(208,5,171); }
td.TdClassName
{
border-color: #D005AB;
}
.TagClassName
{
border-color: #D005AB;
}
</style>