Shades of Deep Cerise #D81F78
Tints of Deep Cerise #D81F78
RGB
CMYK
RGB Variations
Color information
#D81F78 (or 0xD81F78) is known color: Deep Cerise. HEX triplet: D8, 1F and 78. RGB value is (216,31,120). Sum of RGB (Red+Green+Blue) = 216+31+120=367 (48% of max value = 765). Red value is 216 (84.77% from 255 or 58.86% from 367); Green value is 31 (12.5% from 255 or 8.45% from 367); Blue value is 120 (47.27% from 255 or 32.70% from 367); Max value from RGB is 216 - color contains mainly: red. Hex color #D81F78 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D81F78 is #27E087. Grayscale: #606060. Windows color (decimal): -2613384 or 7872472. OLE color: 7872472.
HSL color Cylindrical-coordinate representation of color #D81F78: hue angle of 331.14º degrees, saturation: 0.75, 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 #D81F78 is Cyan = 0, Magento = 0.86, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 31 | 120 | - |
| CMYK | 0 | 0.86 | 0.44 | 0.15 |
| HSL | 331.14º | 0.75% | 0.48% | - |
| HSV(B) | 331.14º | 0.86% | 0.85% | - |
| XYZ | 32.2 | 16.93 | 19.34 | - |
| YUV | 96.46 | 141.29 | 213.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 31 | 120 | 0 | 0.86 | 0.44 | 0.15 | 331.14 | 0.75 | 0.48 |
| Hex | D8 | 1F | 78 | 0 | 56 | 2C | F | 14B | 4B | 30 |
| Octal | 330 | 37 | 170 | 0 | 126 | 54 | 17 | 513 | 113 | 60 |
| Binary | 11011000 | 11111 | 1111000 | 0 | 1010110 | 101100 | 1111 | 101001011 | 1001011 | 110000 |
Color Harmonies of #D81F78
Complementary color
Monochromatic Colors of #D81F78
Black with #D81F78
Text Example
Text Example
White with #D81F78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D81F78; }
p { color: rgb(216,31,120); }
H1.HeaderClassName
{
color: #D81F78;
}
.AnyTagClassName
{
color: #D81F78;
}
</style>
background-color css
<style>
a { background-color: #D81F78; }
a { background-color: rgb(216,31,120); }
div.DivClassName
{
background-color: #D81F78;
}
.BgClassName
{
background-color: #D81F78;
}
</style>
border-color css
<style>
span { border-color: #D81F78; }
span { border-color: rgb(216,31,120); }
td.TdClassName
{
border-color: #D81F78;
}
.TagClassName
{
border-color: #D81F78;
}
</style>