Shades of Cerise #D82A5E
Tints of Cerise #D82A5E
RGB
CMYK
RGB Variations
Color information
#D82A5E (or 0xD82A5E) is known color: Cerise. HEX triplet: D8, 2A and 5E. RGB value is (216,42,94). Sum of RGB (Red+Green+Blue) = 216+42+94=352 (46% of max value = 765). Red value is 216 (84.77% from 255 or 61.36% from 352); Green value is 42 (16.80% from 255 or 11.93% from 352); Blue value is 94 (37.11% from 255 or 26.70% from 352); Max value from RGB is 216 - color contains mainly: red. Hex color #D82A5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D82A5E is #27D5A1. Grayscale: #636363. Windows color (decimal): -2610594 or 6171352. OLE color: 6171352.
HSL color Cylindrical-coordinate representation of color #D82A5E: hue angle of 342.07º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D82A5E is Cyan = 0, Magento = 0.81, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 42 | 94 | - |
| CMYK | 0 | 0.81 | 0.56 | 0.15 |
| HSL | 342.07º | 0.69% | 0.51% | - |
| HSV(B) | 342.07º | 0.81% | 0.85% | - |
| XYZ | 31.17 | 17.06 | 12.24 | - |
| YUV | 99.95 | 124.65 | 210.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 42 | 94 | 0 | 0.81 | 0.56 | 0.15 | 342.07 | 0.69 | 0.51 |
| Hex | D8 | 2A | 5E | 0 | 51 | 38 | F | 156 | 45 | 33 |
| Octal | 330 | 52 | 136 | 0 | 121 | 70 | 17 | 526 | 105 | 63 |
| Binary | 11011000 | 101010 | 1011110 | 0 | 1010001 | 111000 | 1111 | 101010110 | 1000101 | 110011 |
Color Harmonies of #D82A5E
Complementary color
Monochromatic Colors of #D82A5E
Black with #D82A5E
Text Example
Text Example
White with #D82A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D82A5E; }
p { color: rgb(216,42,94); }
H1.HeaderClassName
{
color: #D82A5E;
}
.AnyTagClassName
{
color: #D82A5E;
}
</style>
background-color css
<style>
a { background-color: #D82A5E; }
a { background-color: rgb(216,42,94); }
div.DivClassName
{
background-color: #D82A5E;
}
.BgClassName
{
background-color: #D82A5E;
}
</style>
border-color css
<style>
span { border-color: #D82A5E; }
span { border-color: rgb(216,42,94); }
td.TdClassName
{
border-color: #D82A5E;
}
.TagClassName
{
border-color: #D82A5E;
}
</style>