Shades of Deep Magenta #D81BBE
Tints of Deep Magenta #D81BBE
RGB
CMYK
RGB Variations
Color information
#D81BBE (or 0xD81BBE) is known color: Deep Magenta. HEX triplet: D8, 1B and BE. RGB value is (216,27,190). Sum of RGB (Red+Green+Blue) = 216+27+190=433 (57% of max value = 765). Red value is 216 (84.77% from 255 or 49.88% from 433); Green value is 27 (10.94% from 255 or 6.24% from 433); Blue value is 190 (74.61% from 255 or 43.88% from 433); Max value from RGB is 216 - color contains mainly: red. Hex color #D81BBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D81BBE is #27E441. Grayscale: #656565. Windows color (decimal): -2614338 or 12458968. OLE color: 12458968.
HSL color Cylindrical-coordinate representation of color #D81BBE: hue angle of 308.25º 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 #D81BBE is Cyan = 0, Magento = 0.88, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 27 | 190 | - |
| CMYK | 0 | 0.88 | 0.12 | 0.15 |
| HSL | 308.25º | 0.78% | 0.48% | - |
| HSV(B) | 308.25º | 0.88% | 0.85% | - |
| XYZ | 38.01 | 19.1 | 50.4 | - |
| YUV | 102.09 | 177.62 | 209.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 27 | 190 | 0 | 0.88 | 0.12 | 0.15 | 308.25 | 0.78 | 0.48 |
| Hex | D8 | 1B | BE | 0 | 58 | C | F | 134 | 4E | 30 |
| Octal | 330 | 33 | 276 | 0 | 130 | 14 | 17 | 464 | 116 | 60 |
| Binary | 11011000 | 11011 | 10111110 | 0 | 1011000 | 1100 | 1111 | 100110100 | 1001110 | 110000 |
Color Harmonies of #D81BBE
Complementary color
Monochromatic Colors of #D81BBE
Black with #D81BBE
Text Example
Text Example
White with #D81BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D81BBE; }
p { color: rgb(216,27,190); }
H1.HeaderClassName
{
color: #D81BBE;
}
.AnyTagClassName
{
color: #D81BBE;
}
</style>
background-color css
<style>
a { background-color: #D81BBE; }
a { background-color: rgb(216,27,190); }
div.DivClassName
{
background-color: #D81BBE;
}
.BgClassName
{
background-color: #D81BBE;
}
</style>
border-color css
<style>
span { border-color: #D81BBE; }
span { border-color: rgb(216,27,190); }
td.TdClassName
{
border-color: #D81BBE;
}
.TagClassName
{
border-color: #D81BBE;
}
</style>