Shades of Deep Magenta #D81ABB
Tints of Deep Magenta #D81ABB
RGB
CMYK
RGB Variations
Color information
#D81ABB (or 0xD81ABB) is known color: Deep Magenta. HEX triplet: D8, 1A and BB. RGB value is (216,26,187). Sum of RGB (Red+Green+Blue) = 216+26+187=429 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.35% from 429); Green value is 26 (10.55% from 255 or 6.06% from 429); Blue value is 187 (73.44% from 255 or 43.59% from 429); Max value from RGB is 216 - color contains mainly: red. Hex color #D81ABB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D81ABB is #27E544. Grayscale: #646464. Windows color (decimal): -2614597 or 12262104. OLE color: 12262104.
HSL color Cylindrical-coordinate representation of color #D81ABB: hue angle of 309.16º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D81ABB is Cyan = 0, Magento = 0.88, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 26 | 187 | - |
| CMYK | 0 | 0.88 | 0.13 | 0.15 |
| HSL | 309.16º | 0.79% | 0.47% | - |
| HSV(B) | 309.16º | 0.88% | 0.85% | - |
| XYZ | 37.66 | 18.93 | 48.68 | - |
| YUV | 101.16 | 176.45 | 209.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 26 | 187 | 0 | 0.88 | 0.13 | 0.15 | 309.16 | 0.79 | 0.47 |
| Hex | D8 | 1A | BB | 0 | 58 | D | F | 135 | 4F | 2F |
| Octal | 330 | 32 | 273 | 0 | 130 | 15 | 17 | 465 | 117 | 57 |
| Binary | 11011000 | 11010 | 10111011 | 0 | 1011000 | 1101 | 1111 | 100110101 | 1001111 | 101111 |
Color Harmonies of #D81ABB
Complementary color
Monochromatic Colors of #D81ABB
Black with #D81ABB
Text Example
Text Example
White with #D81ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D81ABB; }
p { color: rgb(216,26,187); }
H1.HeaderClassName
{
color: #D81ABB;
}
.AnyTagClassName
{
color: #D81ABB;
}
</style>
background-color css
<style>
a { background-color: #D81ABB; }
a { background-color: rgb(216,26,187); }
div.DivClassName
{
background-color: #D81ABB;
}
.BgClassName
{
background-color: #D81ABB;
}
</style>
border-color css
<style>
span { border-color: #D81ABB; }
span { border-color: rgb(216,26,187); }
td.TdClassName
{
border-color: #D81ABB;
}
.TagClassName
{
border-color: #D81ABB;
}
</style>