Shades of Deep Magenta #D109AA
Tints of Deep Magenta #D109AA
RGB
CMYK
RGB Variations
Color information
#D109AA (or 0xD109AA) is known color: Deep Magenta. HEX triplet: D1, 09 and AA. RGB value is (209,9,170). Sum of RGB (Red+Green+Blue) = 209+9+170=388 (51% of max value = 765). Red value is 209 (82.03% from 255 or 53.87% from 388); Green value is 9 (3.91% from 255 or 2.32% from 388); Blue value is 170 (66.80% from 255 or 43.81% from 388); Max value from RGB is 209 - color contains mainly: red. Hex color #D109AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D109AA is #2EF655. Grayscale: #565656. Windows color (decimal): -3077718 or 11143633. OLE color: 11143633.
HSL color Cylindrical-coordinate representation of color #D109AA: hue angle of 311.7º 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 #D109AA is Cyan = 0, Magento = 0.96, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 9 | 170 | - |
| CMYK | 0 | 0.96 | 0.19 | 0.18 |
| HSL | 311.7º | 0.92% | 0.43% | - |
| HSV(B) | 311.7º | 0.96% | 0.82% | - |
| XYZ | 33.65 | 16.65 | 39.47 | - |
| YUV | 87.15 | 174.76 | 214.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 9 | 170 | 0 | 0.96 | 0.19 | 0.18 | 311.7 | 0.92 | 0.43 |
| Hex | D1 | 9 | AA | 0 | 60 | 13 | 12 | 138 | 5C | 2B |
| Octal | 321 | 11 | 252 | 0 | 140 | 23 | 22 | 470 | 134 | 53 |
| Binary | 11010001 | 1001 | 10101010 | 0 | 1100000 | 10011 | 10010 | 100111000 | 1011100 | 101011 |
Color Harmonies of #D109AA
Complementary color
Monochromatic Colors of #D109AA
Black with #D109AA
Text Example
Text Example
White with #D109AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D109AA; }
p { color: rgb(209,9,170); }
H1.HeaderClassName
{
color: #D109AA;
}
.AnyTagClassName
{
color: #D109AA;
}
</style>
background-color css
<style>
a { background-color: #D109AA; }
a { background-color: rgb(209,9,170); }
div.DivClassName
{
background-color: #D109AA;
}
.BgClassName
{
background-color: #D109AA;
}
</style>
border-color css
<style>
span { border-color: #D109AA; }
span { border-color: rgb(209,9,170); }
td.TdClassName
{
border-color: #D109AA;
}
.TagClassName
{
border-color: #D109AA;
}
</style>