Shades of Deep Magenta #D81CCC
Tints of Deep Magenta #D81CCC
RGB
CMYK
RGB Variations
Color information
#D81CCC (or 0xD81CCC) is known color: Deep Magenta. HEX triplet: D8, 1C and CC. RGB value is (216,28,204). Sum of RGB (Red+Green+Blue) = 216+28+204=448 (59% of max value = 765). Red value is 216 (84.77% from 255 or 48.21% from 448); Green value is 28 (11.33% from 255 or 6.25% from 448); Blue value is 204 (80.08% from 255 or 45.54% from 448); Max value from RGB is 216 - color contains mainly: red. Hex color #D81CCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D81CCC is #27E333. Grayscale: #676767. Windows color (decimal): -2614068 or 13376728. OLE color: 13376728.
HSL color Cylindrical-coordinate representation of color #D81CCC: hue angle of 303.83º 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 #D81CCC is Cyan = 0, Magento = 0.87, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 28 | 204 | - |
| CMYK | 0 | 0.87 | 0.06 | 0.15 |
| HSL | 303.83º | 0.77% | 0.48% | - |
| HSV(B) | 303.83º | 0.87% | 0.85% | - |
| XYZ | 39.63 | 19.79 | 58.86 | - |
| YUV | 104.28 | 184.28 | 207.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 28 | 204 | 0 | 0.87 | 0.06 | 0.15 | 303.83 | 0.77 | 0.48 |
| Hex | D8 | 1C | CC | 0 | 57 | 6 | F | 130 | 4D | 30 |
| Octal | 330 | 34 | 314 | 0 | 127 | 6 | 17 | 460 | 115 | 60 |
| Binary | 11011000 | 11100 | 11001100 | 0 | 1010111 | 110 | 1111 | 100110000 | 1001101 | 110000 |
Color Harmonies of #D81CCC
Complementary color
Monochromatic Colors of #D81CCC
Black with #D81CCC
Text Example
Text Example
White with #D81CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D81CCC; }
p { color: rgb(216,28,204); }
H1.HeaderClassName
{
color: #D81CCC;
}
.AnyTagClassName
{
color: #D81CCC;
}
</style>
background-color css
<style>
a { background-color: #D81CCC; }
a { background-color: rgb(216,28,204); }
div.DivClassName
{
background-color: #D81CCC;
}
.BgClassName
{
background-color: #D81CCC;
}
</style>
border-color css
<style>
span { border-color: #D81CCC; }
span { border-color: rgb(216,28,204); }
td.TdClassName
{
border-color: #D81CCC;
}
.TagClassName
{
border-color: #D81CCC;
}
</style>