Shades of Cerise #D82C5E
Tints of Cerise #D82C5E
RGB
CMYK
RGB Variations
Color information
#D82C5E (or 0xD82C5E) is known color: Cerise. HEX triplet: D8, 2C and 5E. RGB value is (216,44,94). Sum of RGB (Red+Green+Blue) = 216+44+94=354 (46% of max value = 765). Red value is 216 (84.77% from 255 or 61.02% from 354); Green value is 44 (17.58% from 255 or 12.43% from 354); Blue value is 94 (37.11% from 255 or 26.55% from 354); Max value from RGB is 216 - color contains mainly: red. Hex color #D82C5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D82C5E is #27D3A1. Grayscale: #656565. Windows color (decimal): -2610082 or 6171864. OLE color: 6171864.
HSL color Cylindrical-coordinate representation of color #D82C5E: hue angle of 342.56º 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 #D82C5E is Cyan = 0, Magento = 0.80, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 44 | 94 | - |
| CMYK | 0 | 0.80 | 0.56 | 0.15 |
| HSL | 342.56º | 0.69% | 0.51% | - |
| HSV(B) | 342.56º | 0.8% | 0.85% | - |
| XYZ | 31.24 | 17.21 | 12.26 | - |
| YUV | 101.13 | 123.98 | 209.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 44 | 94 | 0 | 0.80 | 0.56 | 0.15 | 342.56 | 0.69 | 0.51 |
| Hex | D8 | 2C | 5E | 0 | 50 | 38 | F | 157 | 45 | 33 |
| Octal | 330 | 54 | 136 | 0 | 120 | 70 | 17 | 527 | 105 | 63 |
| Binary | 11011000 | 101100 | 1011110 | 0 | 1010000 | 111000 | 1111 | 101010111 | 1000101 | 110011 |
Color Harmonies of #D82C5E
Complementary color
Monochromatic Colors of #D82C5E
Black with #D82C5E
Text Example
Text Example
White with #D82C5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D82C5E; }
p { color: rgb(216,44,94); }
H1.HeaderClassName
{
color: #D82C5E;
}
.AnyTagClassName
{
color: #D82C5E;
}
</style>
background-color css
<style>
a { background-color: #D82C5E; }
a { background-color: rgb(216,44,94); }
div.DivClassName
{
background-color: #D82C5E;
}
.BgClassName
{
background-color: #D82C5E;
}
</style>
border-color css
<style>
span { border-color: #D82C5E; }
span { border-color: rgb(216,44,94); }
td.TdClassName
{
border-color: #D82C5E;
}
.TagClassName
{
border-color: #D82C5E;
}
</style>