Shades of Deep Magenta #D11ABB
Tints of Deep Magenta #D11ABB
RGB
CMYK
RGB Variations
Color information
#D11ABB (or 0xD11ABB) is known color: Deep Magenta. HEX triplet: D1, 1A and BB. RGB value is (209,26,187). Sum of RGB (Red+Green+Blue) = 209+26+187=422 (55% of max value = 765). Red value is 209 (82.03% from 255 or 49.53% from 422); Green value is 26 (10.55% from 255 or 6.16% from 422); Blue value is 187 (73.44% from 255 or 44.31% from 422); Max value from RGB is 209 - color contains mainly: red. Hex color #D11ABB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D11ABB is #2EE544. Grayscale: #626262. Windows color (decimal): -3073349 or 12262097. OLE color: 12262097.
HSL color Cylindrical-coordinate representation of color #D11ABB: hue angle of 307.21º 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 #D11ABB is Cyan = 0, Magento = 0.88, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 26 | 187 | - |
| CMYK | 0 | 0.88 | 0.11 | 0.18 |
| HSL | 307.21º | 0.78% | 0.46% | - |
| HSV(B) | 307.21º | 0.88% | 0.82% | - |
| XYZ | 35.63 | 17.88 | 48.59 | - |
| YUV | 99.07 | 177.63 | 206.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 26 | 187 | 0 | 0.88 | 0.11 | 0.18 | 307.21 | 0.78 | 0.46 |
| Hex | D1 | 1A | BB | 0 | 58 | B | 12 | 133 | 4E | 2E |
| Octal | 321 | 32 | 273 | 0 | 130 | 13 | 22 | 463 | 116 | 56 |
| Binary | 11010001 | 11010 | 10111011 | 0 | 1011000 | 1011 | 10010 | 100110011 | 1001110 | 101110 |
Color Harmonies of #D11ABB
Complementary color
Monochromatic Colors of #D11ABB
Black with #D11ABB
Text Example
Text Example
White with #D11ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D11ABB; }
p { color: rgb(209,26,187); }
H1.HeaderClassName
{
color: #D11ABB;
}
.AnyTagClassName
{
color: #D11ABB;
}
</style>
background-color css
<style>
a { background-color: #D11ABB; }
a { background-color: rgb(209,26,187); }
div.DivClassName
{
background-color: #D11ABB;
}
.BgClassName
{
background-color: #D11ABB;
}
</style>
border-color css
<style>
span { border-color: #D11ABB; }
span { border-color: rgb(209,26,187); }
td.TdClassName
{
border-color: #D11ABB;
}
.TagClassName
{
border-color: #D11ABB;
}
</style>