Shades of Deep Magenta #D10DAB
Tints of Deep Magenta #D10DAB
RGB
CMYK
RGB Variations
Color information
#D10DAB (or 0xD10DAB) is known color: Deep Magenta. HEX triplet: D1, 0D and AB. RGB value is (209,13,171). Sum of RGB (Red+Green+Blue) = 209+13+171=393 (52% of max value = 765). Red value is 209 (82.03% from 255 or 53.18% from 393); Green value is 13 (5.47% from 255 or 3.31% from 393); Blue value is 171 (67.19% from 255 or 43.51% from 393); Max value from RGB is 209 - color contains mainly: red. Hex color #D10DAB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D10DAB is #2EF254. Grayscale: #595959. Windows color (decimal): -3076693 or 11210193. OLE color: 11210193.
HSL color Cylindrical-coordinate representation of color #D10DAB: hue angle of 311.63º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D10DAB is Cyan = 0, Magento = 0.94, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 13 | 171 | - |
| CMYK | 0 | 0.94 | 0.18 | 0.18 |
| HSL | 311.63º | 0.88% | 0.44% | - |
| HSV(B) | 311.63º | 0.94% | 0.82% | - |
| XYZ | 33.79 | 16.78 | 39.99 | - |
| YUV | 89.62 | 173.93 | 213.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 13 | 171 | 0 | 0.94 | 0.18 | 0.18 | 311.63 | 0.88 | 0.44 |
| Hex | D1 | D | AB | 0 | 5E | 12 | 12 | 138 | 58 | 2C |
| Octal | 321 | 15 | 253 | 0 | 136 | 22 | 22 | 470 | 130 | 54 |
| Binary | 11010001 | 1101 | 10101011 | 0 | 1011110 | 10010 | 10010 | 100111000 | 1011000 | 101100 |
Color Harmonies of #D10DAB
Complementary color
Monochromatic Colors of #D10DAB
Black with #D10DAB
Text Example
Text Example
White with #D10DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10DAB; }
p { color: rgb(209,13,171); }
H1.HeaderClassName
{
color: #D10DAB;
}
.AnyTagClassName
{
color: #D10DAB;
}
</style>
background-color css
<style>
a { background-color: #D10DAB; }
a { background-color: rgb(209,13,171); }
div.DivClassName
{
background-color: #D10DAB;
}
.BgClassName
{
background-color: #D10DAB;
}
</style>
border-color css
<style>
span { border-color: #D10DAB; }
span { border-color: rgb(209,13,171); }
td.TdClassName
{
border-color: #D10DAB;
}
.TagClassName
{
border-color: #D10DAB;
}
</style>