Shades of Deep Magenta #D11AB9
Tints of Deep Magenta #D11AB9
RGB
CMYK
RGB Variations
Color information
#D11AB9 (or 0xD11AB9) is known color: Deep Magenta. HEX triplet: D1, 1A and B9. RGB value is (209,26,185). Sum of RGB (Red+Green+Blue) = 209+26+185=420 (55% of max value = 765). Red value is 209 (82.03% from 255 or 49.76% from 420); Green value is 26 (10.55% from 255 or 6.19% from 420); Blue value is 185 (72.66% from 255 or 44.05% from 420); Max value from RGB is 209 - color contains mainly: red. Hex color #D11AB9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D11AB9 is #2EE546. Grayscale: #626262. Windows color (decimal): -3073351 or 12131025. OLE color: 12131025.
HSL color Cylindrical-coordinate representation of color #D11AB9: hue angle of 307.87º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D11AB9 is Cyan = 0, Magento = 0.88, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 26 | 185 | - |
| CMYK | 0 | 0.88 | 0.11 | 0.18 |
| HSL | 307.87º | 0.78% | 0.46% | - |
| HSV(B) | 307.87º | 0.88% | 0.82% | - |
| XYZ | 35.42 | 17.8 | 47.47 | - |
| YUV | 98.84 | 176.63 | 206.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 26 | 185 | 0 | 0.88 | 0.11 | 0.18 | 307.87 | 0.78 | 0.46 |
| Hex | D1 | 1A | B9 | 0 | 58 | B | 12 | 134 | 4E | 2E |
| Octal | 321 | 32 | 271 | 0 | 130 | 13 | 22 | 464 | 116 | 56 |
| Binary | 11010001 | 11010 | 10111001 | 0 | 1011000 | 1011 | 10010 | 100110100 | 1001110 | 101110 |
Color Harmonies of #D11AB9
Complementary color
Monochromatic Colors of #D11AB9
Black with #D11AB9
Text Example
Text Example
White with #D11AB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D11AB9; }
p { color: rgb(209,26,185); }
H1.HeaderClassName
{
color: #D11AB9;
}
.AnyTagClassName
{
color: #D11AB9;
}
</style>
background-color css
<style>
a { background-color: #D11AB9; }
a { background-color: rgb(209,26,185); }
div.DivClassName
{
background-color: #D11AB9;
}
.BgClassName
{
background-color: #D11AB9;
}
</style>
border-color css
<style>
span { border-color: #D11AB9; }
span { border-color: rgb(209,26,185); }
td.TdClassName
{
border-color: #D11AB9;
}
.TagClassName
{
border-color: #D11AB9;
}
</style>