Shades of Deep Magenta #D81EBB
Tints of Deep Magenta #D81EBB
RGB
CMYK
RGB Variations
Color information
#D81EBB (or 0xD81EBB) is known color: Deep Magenta. HEX triplet: D8, 1E and BB. RGB value is (216,30,187). Sum of RGB (Red+Green+Blue) = 216+30+187=433 (57% of max value = 765). Red value is 216 (84.77% from 255 or 49.88% from 433); Green value is 30 (12.11% from 255 or 6.93% from 433); Blue value is 187 (73.44% from 255 or 43.19% from 433); Max value from RGB is 216 - color contains mainly: red. Hex color #D81EBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D81EBB is #27E144. Grayscale: #676767. Windows color (decimal): -2613573 or 12263128. OLE color: 12263128.
HSL color Cylindrical-coordinate representation of color #D81EBB: hue angle of 309.35º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D81EBB is Cyan = 0, Magento = 0.86, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 30 | 187 | - |
| CMYK | 0 | 0.86 | 0.13 | 0.15 |
| HSL | 309.35º | 0.76% | 0.48% | - |
| HSV(B) | 309.35º | 0.86% | 0.85% | - |
| XYZ | 37.75 | 19.12 | 48.71 | - |
| YUV | 103.51 | 175.12 | 208.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 30 | 187 | 0 | 0.86 | 0.13 | 0.15 | 309.35 | 0.76 | 0.48 |
| Hex | D8 | 1E | BB | 0 | 56 | D | F | 135 | 4C | 30 |
| Octal | 330 | 36 | 273 | 0 | 126 | 15 | 17 | 465 | 114 | 60 |
| Binary | 11011000 | 11110 | 10111011 | 0 | 1010110 | 1101 | 1111 | 100110101 | 1001100 | 110000 |
Color Harmonies of #D81EBB
Complementary color
Monochromatic Colors of #D81EBB
Black with #D81EBB
Text Example
Text Example
White with #D81EBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D81EBB; }
p { color: rgb(216,30,187); }
H1.HeaderClassName
{
color: #D81EBB;
}
.AnyTagClassName
{
color: #D81EBB;
}
</style>
background-color css
<style>
a { background-color: #D81EBB; }
a { background-color: rgb(216,30,187); }
div.DivClassName
{
background-color: #D81EBB;
}
.BgClassName
{
background-color: #D81EBB;
}
</style>
border-color css
<style>
span { border-color: #D81EBB; }
span { border-color: rgb(216,30,187); }
td.TdClassName
{
border-color: #D81EBB;
}
.TagClassName
{
border-color: #D81EBB;
}
</style>