Shades of Deep Magenta #D110AB
Tints of Deep Magenta #D110AB
RGB
CMYK
RGB Variations
Color information
#D110AB (or 0xD110AB) is known color: Deep Magenta. HEX triplet: D1, 10 and AB. RGB value is (209,16,171). Sum of RGB (Red+Green+Blue) = 209+16+171=396 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.78% from 396); Green value is 16 (6.64% from 255 or 4.04% from 396); Blue value is 171 (67.19% from 255 or 43.18% from 396); Max value from RGB is 209 - color contains mainly: red. Hex color #D110AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D110AB is #2EEF54. Grayscale: #5A5A5A. Windows color (decimal): -3075925 or 11210961. OLE color: 11210961.
HSL color Cylindrical-coordinate representation of color #D110AB: hue angle of 311.81º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D110AB is Cyan = 0, Magento = 0.92, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 16 | 171 | - |
| CMYK | 0 | 0.92 | 0.18 | 0.18 |
| HSL | 311.81º | 0.86% | 0.44% | - |
| HSV(B) | 311.81º | 0.92% | 0.82% | - |
| XYZ | 33.83 | 16.87 | 40 | - |
| YUV | 91.38 | 172.94 | 211.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 16 | 171 | 0 | 0.92 | 0.18 | 0.18 | 311.81 | 0.86 | 0.44 |
| Hex | D1 | 10 | AB | 0 | 5C | 12 | 12 | 138 | 56 | 2C |
| Octal | 321 | 20 | 253 | 0 | 134 | 22 | 22 | 470 | 126 | 54 |
| Binary | 11010001 | 10000 | 10101011 | 0 | 1011100 | 10010 | 10010 | 100111000 | 1010110 | 101100 |
Color Harmonies of #D110AB
Complementary color
Monochromatic Colors of #D110AB
Black with #D110AB
Text Example
Text Example
White with #D110AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D110AB; }
p { color: rgb(209,16,171); }
H1.HeaderClassName
{
color: #D110AB;
}
.AnyTagClassName
{
color: #D110AB;
}
</style>
background-color css
<style>
a { background-color: #D110AB; }
a { background-color: rgb(209,16,171); }
div.DivClassName
{
background-color: #D110AB;
}
.BgClassName
{
background-color: #D110AB;
}
</style>
border-color css
<style>
span { border-color: #D110AB; }
span { border-color: rgb(209,16,171); }
td.TdClassName
{
border-color: #D110AB;
}
.TagClassName
{
border-color: #D110AB;
}
</style>