Shades of Deep Cerise #D82977
Tints of Deep Cerise #D82977
RGB
CMYK
RGB Variations
Color information
#D82977 (or 0xD82977) is known color: Deep Cerise. HEX triplet: D8, 29 and 77. RGB value is (216,41,119). Sum of RGB (Red+Green+Blue) = 216+41+119=376 (49% of max value = 765). Red value is 216 (84.77% from 255 or 57.45% from 376); Green value is 41 (16.41% from 255 or 10.90% from 376); Blue value is 119 (46.88% from 255 or 31.65% from 376); Max value from RGB is 216 - color contains mainly: red. Hex color #D82977 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D82977 is #27D688. Grayscale: #666666. Windows color (decimal): -2610825 or 7809496. OLE color: 7809496.
HSL color Cylindrical-coordinate representation of color #D82977: hue angle of 333.26º 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 #D82977 is Cyan = 0, Magento = 0.81, Yellow = 0.45 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 41 | 119 | - |
| CMYK | 0 | 0.81 | 0.45 | 0.15 |
| HSL | 333.26º | 0.69% | 0.5% | - |
| HSV(B) | 333.26º | 0.81% | 0.85% | - |
| XYZ | 32.44 | 17.52 | 19.12 | - |
| YUV | 102.22 | 137.48 | 209.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 41 | 119 | 0 | 0.81 | 0.45 | 0.15 | 333.26 | 0.69 | 0.5 |
| Hex | D8 | 29 | 77 | 0 | 51 | 2D | F | 14D | 45 | 32 |
| Octal | 330 | 51 | 167 | 0 | 121 | 55 | 17 | 515 | 105 | 62 |
| Binary | 11011000 | 101001 | 1110111 | 0 | 1010001 | 101101 | 1111 | 101001101 | 1000101 | 110010 |
Color Harmonies of #D82977
Complementary color
Monochromatic Colors of #D82977
Black with #D82977
Text Example
Text Example
White with #D82977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D82977; }
p { color: rgb(216,41,119); }
H1.HeaderClassName
{
color: #D82977;
}
.AnyTagClassName
{
color: #D82977;
}
</style>
background-color css
<style>
a { background-color: #D82977; }
a { background-color: rgb(216,41,119); }
div.DivClassName
{
background-color: #D82977;
}
.BgClassName
{
background-color: #D82977;
}
</style>
border-color css
<style>
span { border-color: #D82977; }
span { border-color: rgb(216,41,119); }
td.TdClassName
{
border-color: #D82977;
}
.TagClassName
{
border-color: #D82977;
}
</style>