Shades of Deep Cerise #D82978
Tints of Deep Cerise #D82978
RGB
CMYK
RGB Variations
Color information
#D82978 (or 0xD82978) is known color: Deep Cerise. HEX triplet: D8, 29 and 78. RGB value is (216,41,120). Sum of RGB (Red+Green+Blue) = 216+41+120=377 (49% of max value = 765). Red value is 216 (84.77% from 255 or 57.29% from 377); Green value is 41 (16.41% from 255 or 10.88% from 377); Blue value is 120 (47.27% from 255 or 31.83% from 377); Max value from RGB is 216 - color contains mainly: red. Hex color #D82978 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D82978 is #27D687. Grayscale: #666666. Windows color (decimal): -2610824 or 7875032. OLE color: 7875032.
HSL color Cylindrical-coordinate representation of color #D82978: hue angle of 332.91º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D82978 is Cyan = 0, Magento = 0.81, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 41 | 120 | - |
| CMYK | 0 | 0.81 | 0.44 | 0.15 |
| HSL | 332.91º | 0.69% | 0.5% | - |
| HSV(B) | 332.91º | 0.81% | 0.85% | - |
| XYZ | 32.5 | 17.54 | 19.44 | - |
| YUV | 102.33 | 137.98 | 209.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 41 | 120 | 0 | 0.81 | 0.44 | 0.15 | 332.91 | 0.69 | 0.5 |
| Hex | D8 | 29 | 78 | 0 | 51 | 2C | F | 14D | 45 | 32 |
| Octal | 330 | 51 | 170 | 0 | 121 | 54 | 17 | 515 | 105 | 62 |
| Binary | 11011000 | 101001 | 1111000 | 0 | 1010001 | 101100 | 1111 | 101001101 | 1000101 | 110010 |
Color Harmonies of #D82978
Complementary color
Monochromatic Colors of #D82978
Black with #D82978
Text Example
Text Example
White with #D82978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D82978; }
p { color: rgb(216,41,120); }
H1.HeaderClassName
{
color: #D82978;
}
.AnyTagClassName
{
color: #D82978;
}
</style>
background-color css
<style>
a { background-color: #D82978; }
a { background-color: rgb(216,41,120); }
div.DivClassName
{
background-color: #D82978;
}
.BgClassName
{
background-color: #D82978;
}
</style>
border-color css
<style>
span { border-color: #D82978; }
span { border-color: rgb(216,41,120); }
td.TdClassName
{
border-color: #D82978;
}
.TagClassName
{
border-color: #D82978;
}
</style>