Shades of Deep Cerise #D81E78
Tints of Deep Cerise #D81E78
RGB
CMYK
RGB Variations
Color information
#D81E78 (or 0xD81E78) is known color: Deep Cerise. HEX triplet: D8, 1E and 78. RGB value is (216,30,120). Sum of RGB (Red+Green+Blue) = 216+30+120=366 (48% of max value = 765). Red value is 216 (84.77% from 255 or 59.02% from 366); Green value is 30 (12.11% from 255 or 8.20% from 366); Blue value is 120 (47.27% from 255 or 32.79% from 366); Max value from RGB is 216 - color contains mainly: red. Hex color #D81E78 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D81E78 is #27E187. Grayscale: #5F5F5F. Windows color (decimal): -2613640 or 7872216. OLE color: 7872216.
HSL color Cylindrical-coordinate representation of color #D81E78: hue angle of 330.97º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D81E78 is Cyan = 0, Magento = 0.86, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 30 | 120 | - |
| CMYK | 0 | 0.86 | 0.44 | 0.15 |
| HSL | 330.97º | 0.76% | 0.48% | - |
| HSV(B) | 330.97º | 0.86% | 0.85% | - |
| XYZ | 32.17 | 16.88 | 19.33 | - |
| YUV | 95.87 | 141.62 | 213.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 30 | 120 | 0 | 0.86 | 0.44 | 0.15 | 330.97 | 0.76 | 0.48 |
| Hex | D8 | 1E | 78 | 0 | 56 | 2C | F | 14B | 4C | 30 |
| Octal | 330 | 36 | 170 | 0 | 126 | 54 | 17 | 513 | 114 | 60 |
| Binary | 11011000 | 11110 | 1111000 | 0 | 1010110 | 101100 | 1111 | 101001011 | 1001100 | 110000 |
Color Harmonies of #D81E78
Complementary color
Monochromatic Colors of #D81E78
Black with #D81E78
Text Example
Text Example
White with #D81E78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D81E78; }
p { color: rgb(216,30,120); }
H1.HeaderClassName
{
color: #D81E78;
}
.AnyTagClassName
{
color: #D81E78;
}
</style>
background-color css
<style>
a { background-color: #D81E78; }
a { background-color: rgb(216,30,120); }
div.DivClassName
{
background-color: #D81E78;
}
.BgClassName
{
background-color: #D81E78;
}
</style>
border-color css
<style>
span { border-color: #D81E78; }
span { border-color: rgb(216,30,120); }
td.TdClassName
{
border-color: #D81E78;
}
.TagClassName
{
border-color: #D81E78;
}
</style>