Shades of Deep Cerise #D82979
Tints of Deep Cerise #D82979
RGB
CMYK
RGB Variations
Color information
#D82979 (or 0xD82979) is known color: Deep Cerise. HEX triplet: D8, 29 and 79. RGB value is (216,41,121). Sum of RGB (Red+Green+Blue) = 216+41+121=378 (50% of max value = 765). Red value is 216 (84.77% from 255 or 57.14% from 378); Green value is 41 (16.41% from 255 or 10.85% from 378); Blue value is 121 (47.66% from 255 or 32.01% from 378); Max value from RGB is 216 - color contains mainly: red. Hex color #D82979 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D82979 is #27D686. Grayscale: #666666. Windows color (decimal): -2610823 or 7940568. OLE color: 7940568.
HSL color Cylindrical-coordinate representation of color #D82979: hue angle of 332.57º 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 #D82979 is Cyan = 0, Magento = 0.81, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 41 | 121 | - |
| CMYK | 0 | 0.81 | 0.44 | 0.15 |
| HSL | 332.57º | 0.69% | 0.5% | - |
| HSV(B) | 332.57º | 0.81% | 0.85% | - |
| XYZ | 32.56 | 17.57 | 19.76 | - |
| YUV | 102.45 | 138.48 | 209 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 41 | 121 | 0 | 0.81 | 0.44 | 0.15 | 332.57 | 0.69 | 0.5 |
| Hex | D8 | 29 | 79 | 0 | 51 | 2C | F | 14D | 45 | 32 |
| Octal | 330 | 51 | 171 | 0 | 121 | 54 | 17 | 515 | 105 | 62 |
| Binary | 11011000 | 101001 | 1111001 | 0 | 1010001 | 101100 | 1111 | 101001101 | 1000101 | 110010 |
Color Harmonies of #D82979
Complementary color
Monochromatic Colors of #D82979
Black with #D82979
Text Example
Text Example
White with #D82979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D82979; }
p { color: rgb(216,41,121); }
H1.HeaderClassName
{
color: #D82979;
}
.AnyTagClassName
{
color: #D82979;
}
</style>
background-color css
<style>
a { background-color: #D82979; }
a { background-color: rgb(216,41,121); }
div.DivClassName
{
background-color: #D82979;
}
.BgClassName
{
background-color: #D82979;
}
</style>
border-color css
<style>
span { border-color: #D82979; }
span { border-color: rgb(216,41,121); }
td.TdClassName
{
border-color: #D82979;
}
.TagClassName
{
border-color: #D82979;
}
</style>