Shades of Deep Magenta #D012AB
Tints of Deep Magenta #D012AB
RGB
CMYK
RGB Variations
Color information
#D012AB (or 0xD012AB) is known color: Deep Magenta. HEX triplet: D0, 12 and AB. RGB value is (208,18,171). Sum of RGB (Red+Green+Blue) = 208+18+171=397 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.39% from 397); Green value is 18 (7.42% from 255 or 4.53% from 397); Blue value is 171 (67.19% from 255 or 43.07% from 397); Max value from RGB is 208 - color contains mainly: red. Hex color #D012AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D012AB is #2FED54. Grayscale: #5B5B5B. Windows color (decimal): -3140949 or 11211472. OLE color: 11211472.
HSL color Cylindrical-coordinate representation of color #D012AB: hue angle of 311.68º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D012AB is Cyan = 0, Magento = 0.91, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 18 | 171 | - |
| CMYK | 0 | 0.91 | 0.18 | 0.18 |
| HSL | 311.68º | 0.84% | 0.44% | - |
| HSV(B) | 311.68º | 0.91% | 0.82% | - |
| XYZ | 33.58 | 16.78 | 40 | - |
| YUV | 92.25 | 172.45 | 210.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 18 | 171 | 0 | 0.91 | 0.18 | 0.18 | 311.68 | 0.84 | 0.44 |
| Hex | D0 | 12 | AB | 0 | 5B | 12 | 12 | 138 | 54 | 2C |
| Octal | 320 | 22 | 253 | 0 | 133 | 22 | 22 | 470 | 124 | 54 |
| Binary | 11010000 | 10010 | 10101011 | 0 | 1011011 | 10010 | 10010 | 100111000 | 1010100 | 101100 |
Color Harmonies of #D012AB
Complementary color
Monochromatic Colors of #D012AB
Black with #D012AB
Text Example
Text Example
White with #D012AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D012AB; }
p { color: rgb(208,18,171); }
H1.HeaderClassName
{
color: #D012AB;
}
.AnyTagClassName
{
color: #D012AB;
}
</style>
background-color css
<style>
a { background-color: #D012AB; }
a { background-color: rgb(208,18,171); }
div.DivClassName
{
background-color: #D012AB;
}
.BgClassName
{
background-color: #D012AB;
}
</style>
border-color css
<style>
span { border-color: #D012AB; }
span { border-color: rgb(208,18,171); }
td.TdClassName
{
border-color: #D012AB;
}
.TagClassName
{
border-color: #D012AB;
}
</style>