Shades of Deep Magenta #D109AB
Tints of Deep Magenta #D109AB
RGB
CMYK
RGB Variations
Color information
#D109AB (or 0xD109AB) is known color: Deep Magenta. HEX triplet: D1, 09 and AB. RGB value is (209,9,171). Sum of RGB (Red+Green+Blue) = 209+9+171=389 (51% of max value = 765). Red value is 209 (82.03% from 255 or 53.73% from 389); Green value is 9 (3.91% from 255 or 2.31% from 389); Blue value is 171 (67.19% from 255 or 43.96% from 389); Max value from RGB is 209 - color contains mainly: red. Hex color #D109AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D109AB is #2EF654. Grayscale: #565656. Windows color (decimal): -3077717 or 11209169. OLE color: 11209169.
HSL color Cylindrical-coordinate representation of color #D109AB: hue angle of 311.4º degrees, saturation: 0.92, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D109AB is Cyan = 0, Magento = 0.96, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 9 | 171 | - |
| CMYK | 0 | 0.96 | 0.18 | 0.18 |
| HSL | 311.4º | 0.92% | 0.43% | - |
| HSV(B) | 311.4º | 0.96% | 0.82% | - |
| XYZ | 33.74 | 16.69 | 39.97 | - |
| YUV | 87.27 | 175.26 | 214.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 9 | 171 | 0 | 0.96 | 0.18 | 0.18 | 311.4 | 0.92 | 0.43 |
| Hex | D1 | 9 | AB | 0 | 60 | 12 | 12 | 137 | 5C | 2B |
| Octal | 321 | 11 | 253 | 0 | 140 | 22 | 22 | 467 | 134 | 53 |
| Binary | 11010001 | 1001 | 10101011 | 0 | 1100000 | 10010 | 10010 | 100110111 | 1011100 | 101011 |
Color Harmonies of #D109AB
Complementary color
Monochromatic Colors of #D109AB
Black with #D109AB
Text Example
Text Example
White with #D109AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D109AB; }
p { color: rgb(209,9,171); }
H1.HeaderClassName
{
color: #D109AB;
}
.AnyTagClassName
{
color: #D109AB;
}
</style>
background-color css
<style>
a { background-color: #D109AB; }
a { background-color: rgb(209,9,171); }
div.DivClassName
{
background-color: #D109AB;
}
.BgClassName
{
background-color: #D109AB;
}
</style>
border-color css
<style>
span { border-color: #D109AB; }
span { border-color: rgb(209,9,171); }
td.TdClassName
{
border-color: #D109AB;
}
.TagClassName
{
border-color: #D109AB;
}
</style>