Shades of Cerise #D82C60
Tints of Cerise #D82C60
RGB
CMYK
RGB Variations
Color information
#D82C60 (or 0xD82C60) is known color: Cerise. HEX triplet: D8, 2C and 60. RGB value is (216,44,96). Sum of RGB (Red+Green+Blue) = 216+44+96=356 (47% of max value = 765). Red value is 216 (84.77% from 255 or 60.67% from 356); Green value is 44 (17.58% from 255 or 12.36% from 356); Blue value is 96 (37.89% from 255 or 26.97% from 356); Max value from RGB is 216 - color contains mainly: red. Hex color #D82C60 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D82C60 is #27D39F. Grayscale: #656565. Windows color (decimal): -2610080 or 6302936. OLE color: 6302936.
HSL color Cylindrical-coordinate representation of color #D82C60: hue angle of 341.86º 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 #D82C60 is Cyan = 0, Magento = 0.80, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 44 | 96 | - |
| CMYK | 0 | 0.80 | 0.56 | 0.15 |
| HSL | 341.86º | 0.69% | 0.51% | - |
| HSV(B) | 341.86º | 0.8% | 0.85% | - |
| XYZ | 31.33 | 17.24 | 12.74 | - |
| YUV | 101.36 | 124.98 | 209.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 44 | 96 | 0 | 0.80 | 0.56 | 0.15 | 341.86 | 0.69 | 0.51 |
| Hex | D8 | 2C | 60 | 0 | 50 | 38 | F | 156 | 45 | 33 |
| Octal | 330 | 54 | 140 | 0 | 120 | 70 | 17 | 526 | 105 | 63 |
| Binary | 11011000 | 101100 | 1100000 | 0 | 1010000 | 111000 | 1111 | 101010110 | 1000101 | 110011 |
Color Harmonies of #D82C60
Complementary color
Monochromatic Colors of #D82C60
Black with #D82C60
Text Example
Text Example
White with #D82C60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D82C60; }
p { color: rgb(216,44,96); }
H1.HeaderClassName
{
color: #D82C60;
}
.AnyTagClassName
{
color: #D82C60;
}
</style>
background-color css
<style>
a { background-color: #D82C60; }
a { background-color: rgb(216,44,96); }
div.DivClassName
{
background-color: #D82C60;
}
.BgClassName
{
background-color: #D82C60;
}
</style>
border-color css
<style>
span { border-color: #D82C60; }
span { border-color: rgb(216,44,96); }
td.TdClassName
{
border-color: #D82C60;
}
.TagClassName
{
border-color: #D82C60;
}
</style>