Shades of Deep Cerise #D82778
Tints of Deep Cerise #D82778
RGB
CMYK
RGB Variations
Color information
#D82778 (or 0xD82778) is known color: Deep Cerise. HEX triplet: D8, 27 and 78. RGB value is (216,39,120). Sum of RGB (Red+Green+Blue) = 216+39+120=375 (49% of max value = 765). Red value is 216 (84.77% from 255 or 57.6% from 375); Green value is 39 (15.62% from 255 or 10.4% from 375); Blue value is 120 (47.27% from 255 or 32% from 375); Max value from RGB is 216 - color contains mainly: red. Hex color #D82778 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D82778 is #27D887. Grayscale: #656565. Windows color (decimal): -2611336 or 7874520. OLE color: 7874520.
HSL color Cylindrical-coordinate representation of color #D82778: hue angle of 332.54º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D82778 is Cyan = 0, Magento = 0.82, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 39 | 120 | - |
| CMYK | 0 | 0.82 | 0.44 | 0.15 |
| HSL | 332.54º | 0.69% | 0.5% | - |
| HSV(B) | 332.54º | 0.82% | 0.85% | - |
| XYZ | 32.43 | 17.41 | 19.42 | - |
| YUV | 101.16 | 138.64 | 209.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 39 | 120 | 0 | 0.82 | 0.44 | 0.15 | 332.54 | 0.69 | 0.5 |
| Hex | D8 | 27 | 78 | 0 | 52 | 2C | F | 14D | 45 | 32 |
| Octal | 330 | 47 | 170 | 0 | 122 | 54 | 17 | 515 | 105 | 62 |
| Binary | 11011000 | 100111 | 1111000 | 0 | 1010010 | 101100 | 1111 | 101001101 | 1000101 | 110010 |
Color Harmonies of #D82778
Complementary color
Monochromatic Colors of #D82778
Black with #D82778
Text Example
Text Example
White with #D82778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D82778; }
p { color: rgb(216,39,120); }
H1.HeaderClassName
{
color: #D82778;
}
.AnyTagClassName
{
color: #D82778;
}
</style>
background-color css
<style>
a { background-color: #D82778; }
a { background-color: rgb(216,39,120); }
div.DivClassName
{
background-color: #D82778;
}
.BgClassName
{
background-color: #D82778;
}
</style>
border-color css
<style>
span { border-color: #D82778; }
span { border-color: rgb(216,39,120); }
td.TdClassName
{
border-color: #D82778;
}
.TagClassName
{
border-color: #D82778;
}
</style>