Shades of Deep Magenta #D81CCE
Tints of Deep Magenta #D81CCE
RGB
CMYK
RGB Variations
Color information
#D81CCE (or 0xD81CCE) is known color: Deep Magenta. HEX triplet: D8, 1C and CE. RGB value is (216,28,206). Sum of RGB (Red+Green+Blue) = 216+28+206=450 (59% of max value = 765). Red value is 216 (84.77% from 255 or 48% from 450); Green value is 28 (11.33% from 255 or 6.22% from 450); Blue value is 206 (80.86% from 255 or 45.78% from 450); Max value from RGB is 216 - color contains mainly: red. Hex color #D81CCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D81CCE is #27E331. Grayscale: #676767. Windows color (decimal): -2614066 or 13507800. OLE color: 13507800.
HSL color Cylindrical-coordinate representation of color #D81CCE: hue angle of 303.19º 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 #D81CCE is Cyan = 0, Magento = 0.87, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 28 | 206 | - |
| CMYK | 0 | 0.87 | 0.05 | 0.15 |
| HSL | 303.19º | 0.77% | 0.48% | - |
| HSV(B) | 303.19º | 0.87% | 0.85% | - |
| XYZ | 39.87 | 19.89 | 60.13 | - |
| YUV | 104.5 | 185.28 | 207.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 28 | 206 | 0 | 0.87 | 0.05 | 0.15 | 303.19 | 0.77 | 0.48 |
| Hex | D8 | 1C | CE | 0 | 57 | 5 | F | 12F | 4D | 30 |
| Octal | 330 | 34 | 316 | 0 | 127 | 5 | 17 | 457 | 115 | 60 |
| Binary | 11011000 | 11100 | 11001110 | 0 | 1010111 | 101 | 1111 | 100101111 | 1001101 | 110000 |
Color Harmonies of #D81CCE
Complementary color
Monochromatic Colors of #D81CCE
Black with #D81CCE
Text Example
Text Example
White with #D81CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D81CCE; }
p { color: rgb(216,28,206); }
H1.HeaderClassName
{
color: #D81CCE;
}
.AnyTagClassName
{
color: #D81CCE;
}
</style>
background-color css
<style>
a { background-color: #D81CCE; }
a { background-color: rgb(216,28,206); }
div.DivClassName
{
background-color: #D81CCE;
}
.BgClassName
{
background-color: #D81CCE;
}
</style>
border-color css
<style>
span { border-color: #D81CCE; }
span { border-color: rgb(216,28,206); }
td.TdClassName
{
border-color: #D81CCE;
}
.TagClassName
{
border-color: #D81CCE;
}
</style>