Shades of Deep Magenta #D81CC5
Tints of Deep Magenta #D81CC5
RGB
CMYK
RGB Variations
Color information
#D81CC5 (or 0xD81CC5) is known color: Deep Magenta. HEX triplet: D8, 1C and C5. RGB value is (216,28,197). Sum of RGB (Red+Green+Blue) = 216+28+197=441 (58% of max value = 765). Red value is 216 (84.77% from 255 or 48.98% from 441); Green value is 28 (11.33% from 255 or 6.35% from 441); Blue value is 197 (77.34% from 255 or 44.67% from 441); Max value from RGB is 216 - color contains mainly: red. Hex color #D81CC5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D81CC5 is #27E33A. Grayscale: #666666. Windows color (decimal): -2614075 or 12917976. OLE color: 12917976.
HSL color Cylindrical-coordinate representation of color #D81CC5: hue angle of 306.06º 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 #D81CC5 is Cyan = 0, Magento = 0.87, Yellow = 0.09 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 28 | 197 | - |
| CMYK | 0 | 0.87 | 0.09 | 0.15 |
| HSL | 306.06º | 0.77% | 0.48% | - |
| HSV(B) | 306.06º | 0.87% | 0.85% | - |
| XYZ | 38.81 | 19.46 | 54.53 | - |
| YUV | 103.48 | 180.78 | 208.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 28 | 197 | 0 | 0.87 | 0.09 | 0.15 | 306.06 | 0.77 | 0.48 |
| Hex | D8 | 1C | C5 | 0 | 57 | 9 | F | 132 | 4D | 30 |
| Octal | 330 | 34 | 305 | 0 | 127 | 11 | 17 | 462 | 115 | 60 |
| Binary | 11011000 | 11100 | 11000101 | 0 | 1010111 | 1001 | 1111 | 100110010 | 1001101 | 110000 |
Color Harmonies of #D81CC5
Complementary color
Monochromatic Colors of #D81CC5
Black with #D81CC5
Text Example
Text Example
White with #D81CC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D81CC5; }
p { color: rgb(216,28,197); }
H1.HeaderClassName
{
color: #D81CC5;
}
.AnyTagClassName
{
color: #D81CC5;
}
</style>
background-color css
<style>
a { background-color: #D81CC5; }
a { background-color: rgb(216,28,197); }
div.DivClassName
{
background-color: #D81CC5;
}
.BgClassName
{
background-color: #D81CC5;
}
</style>
border-color css
<style>
span { border-color: #D81CC5; }
span { border-color: rgb(216,28,197); }
td.TdClassName
{
border-color: #D81CC5;
}
.TagClassName
{
border-color: #D81CC5;
}
</style>