Shades of Deep Magenta #D81DC0
Tints of Deep Magenta #D81DC0
RGB
CMYK
RGB Variations
Color information
#D81DC0 (or 0xD81DC0) is known color: Deep Magenta. HEX triplet: D8, 1D and C0. RGB value is (216,29,192). Sum of RGB (Red+Green+Blue) = 216+29+192=437 (57% of max value = 765). Red value is 216 (84.77% from 255 or 49.43% from 437); Green value is 29 (11.72% from 255 or 6.64% from 437); Blue value is 192 (75.39% from 255 or 43.94% from 437); Max value from RGB is 216 - color contains mainly: red. Hex color #D81DC0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D81DC0 is #27E23F. Grayscale: #676767. Windows color (decimal): -2613824 or 12590552. OLE color: 12590552.
HSL color Cylindrical-coordinate representation of color #D81DC0: hue angle of 307.7º 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 #D81DC0 is Cyan = 0, Magento = 0.87, Yellow = 0.11 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 29 | 192 | - |
| CMYK | 0 | 0.87 | 0.11 | 0.15 |
| HSL | 307.7º | 0.76% | 0.48% | - |
| HSV(B) | 307.7º | 0.87% | 0.85% | - |
| XYZ | 38.27 | 19.28 | 51.57 | - |
| YUV | 103.5 | 177.95 | 208.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 29 | 192 | 0 | 0.87 | 0.11 | 0.15 | 307.7 | 0.76 | 0.48 |
| Hex | D8 | 1D | C0 | 0 | 57 | B | F | 134 | 4C | 30 |
| Octal | 330 | 35 | 300 | 0 | 127 | 13 | 17 | 464 | 114 | 60 |
| Binary | 11011000 | 11101 | 11000000 | 0 | 1010111 | 1011 | 1111 | 100110100 | 1001100 | 110000 |
Color Harmonies of #D81DC0
Complementary color
Monochromatic Colors of #D81DC0
Black with #D81DC0
Text Example
Text Example
White with #D81DC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D81DC0; }
p { color: rgb(216,29,192); }
H1.HeaderClassName
{
color: #D81DC0;
}
.AnyTagClassName
{
color: #D81DC0;
}
</style>
background-color css
<style>
a { background-color: #D81DC0; }
a { background-color: rgb(216,29,192); }
div.DivClassName
{
background-color: #D81DC0;
}
.BgClassName
{
background-color: #D81DC0;
}
</style>
border-color css
<style>
span { border-color: #D81DC0; }
span { border-color: rgb(216,29,192); }
td.TdClassName
{
border-color: #D81DC0;
}
.TagClassName
{
border-color: #D81DC0;
}
</style>