Shades of Deep Magenta #D11AB8
Tints of Deep Magenta #D11AB8
RGB
CMYK
RGB Variations
Color information
#D11AB8 (or 0xD11AB8) is known color: Deep Magenta. HEX triplet: D1, 1A and B8. RGB value is (209,26,184). Sum of RGB (Red+Green+Blue) = 209+26+184=419 (55% of max value = 765). Red value is 209 (82.03% from 255 or 49.88% from 419); Green value is 26 (10.55% from 255 or 6.21% from 419); Blue value is 184 (72.27% from 255 or 43.91% from 419); Max value from RGB is 209 - color contains mainly: red. Hex color #D11AB8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D11AB8 is #2EE547. Grayscale: #626262. Windows color (decimal): -3073352 or 12065489. OLE color: 12065489.
HSL color Cylindrical-coordinate representation of color #D11AB8: hue angle of 308.2º 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 #D11AB8 is Cyan = 0, Magento = 0.88, Yellow = 0.12 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 26 | 184 | - |
| CMYK | 0 | 0.88 | 0.12 | 0.18 |
| HSL | 308.2º | 0.78% | 0.46% | - |
| HSV(B) | 308.2º | 0.88% | 0.82% | - |
| XYZ | 35.32 | 17.75 | 46.91 | - |
| YUV | 98.73 | 176.13 | 206.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 26 | 184 | 0 | 0.88 | 0.12 | 0.18 | 308.2 | 0.78 | 0.46 |
| Hex | D1 | 1A | B8 | 0 | 58 | C | 12 | 134 | 4E | 2E |
| Octal | 321 | 32 | 270 | 0 | 130 | 14 | 22 | 464 | 116 | 56 |
| Binary | 11010001 | 11010 | 10111000 | 0 | 1011000 | 1100 | 10010 | 100110100 | 1001110 | 101110 |
Color Harmonies of #D11AB8
Complementary color
Monochromatic Colors of #D11AB8
Black with #D11AB8
Text Example
Text Example
White with #D11AB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D11AB8; }
p { color: rgb(209,26,184); }
H1.HeaderClassName
{
color: #D11AB8;
}
.AnyTagClassName
{
color: #D11AB8;
}
</style>
background-color css
<style>
a { background-color: #D11AB8; }
a { background-color: rgb(209,26,184); }
div.DivClassName
{
background-color: #D11AB8;
}
.BgClassName
{
background-color: #D11AB8;
}
</style>
border-color css
<style>
span { border-color: #D11AB8; }
span { border-color: rgb(209,26,184); }
td.TdClassName
{
border-color: #D11AB8;
}
.TagClassName
{
border-color: #D11AB8;
}
</style>