Shades of Deep Magenta #D11ABF
Tints of Deep Magenta #D11ABF
RGB
CMYK
RGB Variations
Color information
#D11ABF (or 0xD11ABF) is known color: Deep Magenta. HEX triplet: D1, 1A and BF. RGB value is (209,26,191). Sum of RGB (Red+Green+Blue) = 209+26+191=426 (56% of max value = 765). Red value is 209 (82.03% from 255 or 49.06% from 426); Green value is 26 (10.55% from 255 or 6.10% from 426); Blue value is 191 (75% from 255 or 44.84% from 426); Max value from RGB is 209 - color contains mainly: red. Hex color #D11ABF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D11ABF is #2EE540. Grayscale: #636363. Windows color (decimal): -3073345 or 12524241. OLE color: 12524241.
HSL color Cylindrical-coordinate representation of color #D11ABF: hue angle of 305.9º 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 #D11ABF is Cyan = 0, Magento = 0.88, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 26 | 191 | - |
| CMYK | 0 | 0.88 | 0.09 | 0.18 |
| HSL | 305.9º | 0.78% | 0.46% | - |
| HSV(B) | 305.9º | 0.88% | 0.82% | - |
| XYZ | 36.07 | 18.06 | 50.87 | - |
| YUV | 99.53 | 179.63 | 206.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 26 | 191 | 0 | 0.88 | 0.09 | 0.18 | 305.9 | 0.78 | 0.46 |
| Hex | D1 | 1A | BF | 0 | 58 | 9 | 12 | 132 | 4E | 2E |
| Octal | 321 | 32 | 277 | 0 | 130 | 11 | 22 | 462 | 116 | 56 |
| Binary | 11010001 | 11010 | 10111111 | 0 | 1011000 | 1001 | 10010 | 100110010 | 1001110 | 101110 |
Color Harmonies of #D11ABF
Complementary color
Monochromatic Colors of #D11ABF
Black with #D11ABF
Text Example
Text Example
White with #D11ABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D11ABF; }
p { color: rgb(209,26,191); }
H1.HeaderClassName
{
color: #D11ABF;
}
.AnyTagClassName
{
color: #D11ABF;
}
</style>
background-color css
<style>
a { background-color: #D11ABF; }
a { background-color: rgb(209,26,191); }
div.DivClassName
{
background-color: #D11ABF;
}
.BgClassName
{
background-color: #D11ABF;
}
</style>
border-color css
<style>
span { border-color: #D11ABF; }
span { border-color: rgb(209,26,191); }
td.TdClassName
{
border-color: #D11ABF;
}
.TagClassName
{
border-color: #D11ABF;
}
</style>