Shades of Deep Cerise #D82A78
Tints of Deep Cerise #D82A78
RGB
CMYK
RGB Variations
Color information
#D82A78 (or 0xD82A78) is known color: Deep Cerise. HEX triplet: D8, 2A and 78. RGB value is (216,42,120). Sum of RGB (Red+Green+Blue) = 216+42+120=378 (50% of max value = 765). Red value is 216 (84.77% from 255 or 57.14% from 378); Green value is 42 (16.80% from 255 or 11.11% from 378); Blue value is 120 (47.27% from 255 or 31.75% from 378); Max value from RGB is 216 - color contains mainly: red. Hex color #D82A78 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D82A78 is #27D587. Grayscale: #666666. Windows color (decimal): -2610568 or 7875288. OLE color: 7875288.
HSL color Cylindrical-coordinate representation of color #D82A78: hue angle of 333.1º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D82A78 is Cyan = 0, Magento = 0.81, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 42 | 120 | - |
| CMYK | 0 | 0.81 | 0.44 | 0.15 |
| HSL | 333.1º | 0.69% | 0.51% | - |
| HSV(B) | 333.1º | 0.81% | 0.85% | - |
| XYZ | 32.54 | 17.61 | 19.45 | - |
| YUV | 102.92 | 137.65 | 208.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 42 | 120 | 0 | 0.81 | 0.44 | 0.15 | 333.1 | 0.69 | 0.51 |
| Hex | D8 | 2A | 78 | 0 | 51 | 2C | F | 14D | 45 | 33 |
| Octal | 330 | 52 | 170 | 0 | 121 | 54 | 17 | 515 | 105 | 63 |
| Binary | 11011000 | 101010 | 1111000 | 0 | 1010001 | 101100 | 1111 | 101001101 | 1000101 | 110011 |
Color Harmonies of #D82A78
Complementary color
Monochromatic Colors of #D82A78
Black with #D82A78
Text Example
Text Example
White with #D82A78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D82A78; }
p { color: rgb(216,42,120); }
H1.HeaderClassName
{
color: #D82A78;
}
.AnyTagClassName
{
color: #D82A78;
}
</style>
background-color css
<style>
a { background-color: #D82A78; }
a { background-color: rgb(216,42,120); }
div.DivClassName
{
background-color: #D82A78;
}
.BgClassName
{
background-color: #D82A78;
}
</style>
border-color css
<style>
span { border-color: #D82A78; }
span { border-color: rgb(216,42,120); }
td.TdClassName
{
border-color: #D82A78;
}
.TagClassName
{
border-color: #D82A78;
}
</style>