Shades of Deep Magenta #D11AB1
Tints of Deep Magenta #D11AB1
RGB
CMYK
RGB Variations
Color information
#D11AB1 (or 0xD11AB1) is known color: Deep Magenta. HEX triplet: D1, 1A and B1. RGB value is (209,26,177). Sum of RGB (Red+Green+Blue) = 209+26+177=412 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.73% from 412); Green value is 26 (10.55% from 255 or 6.31% from 412); Blue value is 177 (69.53% from 255 or 42.96% from 412); Max value from RGB is 209 - color contains mainly: red. Hex color #D11AB1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D11AB1 is #2EE54E. Grayscale: #616161. Windows color (decimal): -3073359 or 11606737. OLE color: 11606737.
HSL color Cylindrical-coordinate representation of color #D11AB1: hue angle of 310.49º 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 #D11AB1 is Cyan = 0, Magento = 0.88, Yellow = 0.15 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 26 | 177 | - |
| CMYK | 0 | 0.88 | 0.15 | 0.18 |
| HSL | 310.49º | 0.78% | 0.46% | - |
| HSV(B) | 310.49º | 0.88% | 0.82% | - |
| XYZ | 34.6 | 17.47 | 43.14 | - |
| YUV | 97.93 | 172.63 | 207.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 26 | 177 | 0 | 0.88 | 0.15 | 0.18 | 310.49 | 0.78 | 0.46 |
| Hex | D1 | 1A | B1 | 0 | 58 | F | 12 | 136 | 4E | 2E |
| Octal | 321 | 32 | 261 | 0 | 130 | 17 | 22 | 466 | 116 | 56 |
| Binary | 11010001 | 11010 | 10110001 | 0 | 1011000 | 1111 | 10010 | 100110110 | 1001110 | 101110 |
Color Harmonies of #D11AB1
Complementary color
Monochromatic Colors of #D11AB1
Black with #D11AB1
Text Example
Text Example
White with #D11AB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D11AB1; }
p { color: rgb(209,26,177); }
H1.HeaderClassName
{
color: #D11AB1;
}
.AnyTagClassName
{
color: #D11AB1;
}
</style>
background-color css
<style>
a { background-color: #D11AB1; }
a { background-color: rgb(209,26,177); }
div.DivClassName
{
background-color: #D11AB1;
}
.BgClassName
{
background-color: #D11AB1;
}
</style>
border-color css
<style>
span { border-color: #D11AB1; }
span { border-color: rgb(209,26,177); }
td.TdClassName
{
border-color: #D11AB1;
}
.TagClassName
{
border-color: #D11AB1;
}
</style>