Shades of Deep Magenta #D81DBC
Tints of Deep Magenta #D81DBC
RGB
CMYK
RGB Variations
Color information
#D81DBC (or 0xD81DBC) is known color: Deep Magenta. HEX triplet: D8, 1D and BC. RGB value is (216,29,188). Sum of RGB (Red+Green+Blue) = 216+29+188=433 (57% of max value = 765). Red value is 216 (84.77% from 255 or 49.88% from 433); Green value is 29 (11.72% from 255 or 6.70% from 433); Blue value is 188 (73.83% from 255 or 43.42% from 433); Max value from RGB is 216 - color contains mainly: red. Hex color #D81DBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D81DBC is #27E243. Grayscale: #666666. Windows color (decimal): -2613828 or 12328408. OLE color: 12328408.
HSL color Cylindrical-coordinate representation of color #D81DBC: hue angle of 308.98º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D81DBC is Cyan = 0, Magento = 0.87, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 29 | 188 | - |
| CMYK | 0 | 0.87 | 0.13 | 0.15 |
| HSL | 308.98º | 0.76% | 0.48% | - |
| HSV(B) | 308.98º | 0.87% | 0.85% | - |
| XYZ | 37.84 | 19.11 | 49.27 | - |
| YUV | 103.04 | 175.95 | 208.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 29 | 188 | 0 | 0.87 | 0.13 | 0.15 | 308.98 | 0.76 | 0.48 |
| Hex | D8 | 1D | BC | 0 | 57 | D | F | 135 | 4C | 30 |
| Octal | 330 | 35 | 274 | 0 | 127 | 15 | 17 | 465 | 114 | 60 |
| Binary | 11011000 | 11101 | 10111100 | 0 | 1010111 | 1101 | 1111 | 100110101 | 1001100 | 110000 |
Color Harmonies of #D81DBC
Complementary color
Monochromatic Colors of #D81DBC
Black with #D81DBC
Text Example
Text Example
White with #D81DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D81DBC; }
p { color: rgb(216,29,188); }
H1.HeaderClassName
{
color: #D81DBC;
}
.AnyTagClassName
{
color: #D81DBC;
}
</style>
background-color css
<style>
a { background-color: #D81DBC; }
a { background-color: rgb(216,29,188); }
div.DivClassName
{
background-color: #D81DBC;
}
.BgClassName
{
background-color: #D81DBC;
}
</style>
border-color css
<style>
span { border-color: #D81DBC; }
span { border-color: rgb(216,29,188); }
td.TdClassName
{
border-color: #D81DBC;
}
.TagClassName
{
border-color: #D81DBC;
}
</style>