Shades of Cerise #D82E5C
Tints of Cerise #D82E5C
RGB
CMYK
RGB Variations
Color information
#D82E5C (or 0xD82E5C) is known color: Cerise. HEX triplet: D8, 2E and 5C. RGB value is (216,46,92). Sum of RGB (Red+Green+Blue) = 216+46+92=354 (46% of max value = 765). Red value is 216 (84.77% from 255 or 61.02% from 354); Green value is 46 (18.36% from 255 or 12.99% from 354); Blue value is 92 (36.33% from 255 or 25.99% from 354); Max value from RGB is 216 - color contains mainly: red. Hex color #D82E5C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D82E5C is #27D1A3. Grayscale: #666666. Windows color (decimal): -2609572 or 6041304. OLE color: 6041304.
HSL color Cylindrical-coordinate representation of color #D82E5C: hue angle of 343.76º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D82E5C is Cyan = 0, Magento = 0.79, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 46 | 92 | - |
| CMYK | 0 | 0.79 | 0.57 | 0.15 |
| HSL | 343.76º | 0.69% | 0.51% | - |
| HSV(B) | 343.76º | 0.79% | 0.85% | - |
| XYZ | 31.23 | 17.33 | 11.82 | - |
| YUV | 102.07 | 122.32 | 209.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 46 | 92 | 0 | 0.79 | 0.57 | 0.15 | 343.76 | 0.69 | 0.51 |
| Hex | D8 | 2E | 5C | 0 | 4F | 39 | F | 158 | 45 | 33 |
| Octal | 330 | 56 | 134 | 0 | 117 | 71 | 17 | 530 | 105 | 63 |
| Binary | 11011000 | 101110 | 1011100 | 0 | 1001111 | 111001 | 1111 | 101011000 | 1000101 | 110011 |
Color Harmonies of #D82E5C
Complementary color
Monochromatic Colors of #D82E5C
Black with #D82E5C
Text Example
Text Example
White with #D82E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D82E5C; }
p { color: rgb(216,46,92); }
H1.HeaderClassName
{
color: #D82E5C;
}
.AnyTagClassName
{
color: #D82E5C;
}
</style>
background-color css
<style>
a { background-color: #D82E5C; }
a { background-color: rgb(216,46,92); }
div.DivClassName
{
background-color: #D82E5C;
}
.BgClassName
{
background-color: #D82E5C;
}
</style>
border-color css
<style>
span { border-color: #D82E5C; }
span { border-color: rgb(216,46,92); }
td.TdClassName
{
border-color: #D82E5C;
}
.TagClassName
{
border-color: #D82E5C;
}
</style>