Shades of Deep Cerise #D82C79
Tints of Deep Cerise #D82C79
RGB
CMYK
RGB Variations
Color information
#D82C79 (or 0xD82C79) is known color: Deep Cerise. HEX triplet: D8, 2C and 79. RGB value is (216,44,121). Sum of RGB (Red+Green+Blue) = 216+44+121=381 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.69% from 381); Green value is 44 (17.58% from 255 or 11.55% from 381); Blue value is 121 (47.66% from 255 or 31.76% from 381); Max value from RGB is 216 - color contains mainly: red. Hex color #D82C79 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D82C79 is #27D386. Grayscale: #686868. Windows color (decimal): -2610055 or 7941336. OLE color: 7941336.
HSL color Cylindrical-coordinate representation of color #D82C79: hue angle of 333.14º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D82C79 is Cyan = 0, Magento = 0.80, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 44 | 121 | - |
| CMYK | 0 | 0.80 | 0.44 | 0.15 |
| HSL | 333.14º | 0.69% | 0.51% | - |
| HSV(B) | 333.14º | 0.8% | 0.85% | - |
| XYZ | 32.67 | 17.78 | 19.8 | - |
| YUV | 104.21 | 137.48 | 207.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 44 | 121 | 0 | 0.80 | 0.44 | 0.15 | 333.14 | 0.69 | 0.51 |
| Hex | D8 | 2C | 79 | 0 | 50 | 2C | F | 14D | 45 | 33 |
| Octal | 330 | 54 | 171 | 0 | 120 | 54 | 17 | 515 | 105 | 63 |
| Binary | 11011000 | 101100 | 1111001 | 0 | 1010000 | 101100 | 1111 | 101001101 | 1000101 | 110011 |
Color Harmonies of #D82C79
Complementary color
Monochromatic Colors of #D82C79
Black with #D82C79
Text Example
Text Example
White with #D82C79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D82C79; }
p { color: rgb(216,44,121); }
H1.HeaderClassName
{
color: #D82C79;
}
.AnyTagClassName
{
color: #D82C79;
}
</style>
background-color css
<style>
a { background-color: #D82C79; }
a { background-color: rgb(216,44,121); }
div.DivClassName
{
background-color: #D82C79;
}
.BgClassName
{
background-color: #D82C79;
}
</style>
border-color css
<style>
span { border-color: #D82C79; }
span { border-color: rgb(216,44,121); }
td.TdClassName
{
border-color: #D82C79;
}
.TagClassName
{
border-color: #D82C79;
}
</style>