Shades of Deep Cerise #D82578
Tints of Deep Cerise #D82578
RGB
CMYK
RGB Variations
Color information
#D82578 (or 0xD82578) is known color: Deep Cerise. HEX triplet: D8, 25 and 78. RGB value is (216,37,120). Sum of RGB (Red+Green+Blue) = 216+37+120=373 (49% of max value = 765). Red value is 216 (84.77% from 255 or 57.91% from 373); Green value is 37 (14.84% from 255 or 9.92% from 373); Blue value is 120 (47.27% from 255 or 32.17% from 373); Max value from RGB is 216 - color contains mainly: red. Hex color #D82578 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D82578 is #27DA87. Grayscale: #636363. Windows color (decimal): -2611848 or 7874008. OLE color: 7874008.
HSL color Cylindrical-coordinate representation of color #D82578: hue angle of 332.18º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D82578 is Cyan = 0, Magento = 0.83, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 37 | 120 | - |
| CMYK | 0 | 0.83 | 0.44 | 0.15 |
| HSL | 332.18º | 0.71% | 0.5% | - |
| HSV(B) | 332.18º | 0.83% | 0.85% | - |
| XYZ | 32.37 | 17.28 | 19.4 | - |
| YUV | 99.98 | 139.3 | 210.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 37 | 120 | 0 | 0.83 | 0.44 | 0.15 | 332.18 | 0.71 | 0.5 |
| Hex | D8 | 25 | 78 | 0 | 53 | 2C | F | 14C | 47 | 32 |
| Octal | 330 | 45 | 170 | 0 | 123 | 54 | 17 | 514 | 107 | 62 |
| Binary | 11011000 | 100101 | 1111000 | 0 | 1010011 | 101100 | 1111 | 101001100 | 1000111 | 110010 |
Color Harmonies of #D82578
Complementary color
Monochromatic Colors of #D82578
Black with #D82578
Text Example
Text Example
White with #D82578
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D82578; }
p { color: rgb(216,37,120); }
H1.HeaderClassName
{
color: #D82578;
}
.AnyTagClassName
{
color: #D82578;
}
</style>
background-color css
<style>
a { background-color: #D82578; }
a { background-color: rgb(216,37,120); }
div.DivClassName
{
background-color: #D82578;
}
.BgClassName
{
background-color: #D82578;
}
</style>
border-color css
<style>
span { border-color: #D82578; }
span { border-color: rgb(216,37,120); }
td.TdClassName
{
border-color: #D82578;
}
.TagClassName
{
border-color: #D82578;
}
</style>