Shades of Deep Magenta #D81BBB
Tints of Deep Magenta #D81BBB
RGB
CMYK
RGB Variations
Color information
#D81BBB (or 0xD81BBB) is known color: Deep Magenta. HEX triplet: D8, 1B and BB. RGB value is (216,27,187). Sum of RGB (Red+Green+Blue) = 216+27+187=430 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.23% from 430); Green value is 27 (10.94% from 255 or 6.28% from 430); Blue value is 187 (73.44% from 255 or 43.49% from 430); Max value from RGB is 216 - color contains mainly: red. Hex color #D81BBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D81BBB is #27E444. Grayscale: #656565. Windows color (decimal): -2614341 or 12262360. OLE color: 12262360.
HSL color Cylindrical-coordinate representation of color #D81BBB: hue angle of 309.21º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D81BBB is Cyan = 0, Magento = 0.88, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 27 | 187 | - |
| CMYK | 0 | 0.88 | 0.13 | 0.15 |
| HSL | 309.21º | 0.78% | 0.48% | - |
| HSV(B) | 309.21º | 0.88% | 0.85% | - |
| XYZ | 37.68 | 18.97 | 48.69 | - |
| YUV | 101.75 | 176.12 | 209.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 27 | 187 | 0 | 0.88 | 0.13 | 0.15 | 309.21 | 0.78 | 0.48 |
| Hex | D8 | 1B | BB | 0 | 58 | D | F | 135 | 4E | 30 |
| Octal | 330 | 33 | 273 | 0 | 130 | 15 | 17 | 465 | 116 | 60 |
| Binary | 11011000 | 11011 | 10111011 | 0 | 1011000 | 1101 | 1111 | 100110101 | 1001110 | 110000 |
Color Harmonies of #D81BBB
Complementary color
Monochromatic Colors of #D81BBB
Black with #D81BBB
Text Example
Text Example
White with #D81BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D81BBB; }
p { color: rgb(216,27,187); }
H1.HeaderClassName
{
color: #D81BBB;
}
.AnyTagClassName
{
color: #D81BBB;
}
</style>
background-color css
<style>
a { background-color: #D81BBB; }
a { background-color: rgb(216,27,187); }
div.DivClassName
{
background-color: #D81BBB;
}
.BgClassName
{
background-color: #D81BBB;
}
</style>
border-color css
<style>
span { border-color: #D81BBB; }
span { border-color: rgb(216,27,187); }
td.TdClassName
{
border-color: #D81BBB;
}
.TagClassName
{
border-color: #D81BBB;
}
</style>