Shades of Deep Magenta #D81CC8
Tints of Deep Magenta #D81CC8
RGB
CMYK
RGB Variations
Color information
#D81CC8 (or 0xD81CC8) is known color: Deep Magenta. HEX triplet: D8, 1C and C8. RGB value is (216,28,200). Sum of RGB (Red+Green+Blue) = 216+28+200=444 (58% of max value = 765). Red value is 216 (84.77% from 255 or 48.65% from 444); Green value is 28 (11.33% from 255 or 6.31% from 444); Blue value is 200 (78.52% from 255 or 45.05% from 444); Max value from RGB is 216 - color contains mainly: red. Hex color #D81CC8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D81CC8 is #27E337. Grayscale: #676767. Windows color (decimal): -2614072 or 13114584. OLE color: 13114584.
HSL color Cylindrical-coordinate representation of color #D81CC8: hue angle of 305.11º degrees, saturation: 0.77, 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 #D81CC8 is Cyan = 0, Magento = 0.87, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 28 | 200 | - |
| CMYK | 0 | 0.87 | 0.07 | 0.15 |
| HSL | 305.11º | 0.77% | 0.48% | - |
| HSV(B) | 305.11º | 0.87% | 0.85% | - |
| XYZ | 39.16 | 19.6 | 56.36 | - |
| YUV | 103.82 | 182.28 | 208.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 28 | 200 | 0 | 0.87 | 0.07 | 0.15 | 305.11 | 0.77 | 0.48 |
| Hex | D8 | 1C | C8 | 0 | 57 | 7 | F | 131 | 4D | 30 |
| Octal | 330 | 34 | 310 | 0 | 127 | 7 | 17 | 461 | 115 | 60 |
| Binary | 11011000 | 11100 | 11001000 | 0 | 1010111 | 111 | 1111 | 100110001 | 1001101 | 110000 |
Color Harmonies of #D81CC8
Complementary color
Monochromatic Colors of #D81CC8
Black with #D81CC8
Text Example
Text Example
White with #D81CC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D81CC8; }
p { color: rgb(216,28,200); }
H1.HeaderClassName
{
color: #D81CC8;
}
.AnyTagClassName
{
color: #D81CC8;
}
</style>
background-color css
<style>
a { background-color: #D81CC8; }
a { background-color: rgb(216,28,200); }
div.DivClassName
{
background-color: #D81CC8;
}
.BgClassName
{
background-color: #D81CC8;
}
</style>
border-color css
<style>
span { border-color: #D81CC8; }
span { border-color: rgb(216,28,200); }
td.TdClassName
{
border-color: #D81CC8;
}
.TagClassName
{
border-color: #D81CC8;
}
</style>