Shades of Cerise #D82E62
Tints of Cerise #D82E62
RGB
CMYK
RGB Variations
Color information
#D82E62 (or 0xD82E62) is known color: Cerise. HEX triplet: D8, 2E and 62. RGB value is (216,46,98). Sum of RGB (Red+Green+Blue) = 216+46+98=360 (47% of max value = 765). Red value is 216 (84.77% from 255 or 60% from 360); Green value is 46 (18.36% from 255 or 12.78% from 360); Blue value is 98 (38.67% from 255 or 27.22% from 360); Max value from RGB is 216 - color contains mainly: red. Hex color #D82E62 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D82E62 is #27D19D. Grayscale: #666666. Windows color (decimal): -2609566 or 6434520. OLE color: 6434520.
HSL color Cylindrical-coordinate representation of color #D82E62: hue angle of 341.65º 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 #D82E62 is Cyan = 0, Magento = 0.79, Yellow = 0.55 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 46 | 98 | - |
| CMYK | 0 | 0.79 | 0.55 | 0.15 |
| HSL | 341.65º | 0.69% | 0.51% | - |
| HSV(B) | 341.65º | 0.79% | 0.85% | - |
| XYZ | 31.5 | 17.43 | 13.26 | - |
| YUV | 102.76 | 125.32 | 208.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 46 | 98 | 0 | 0.79 | 0.55 | 0.15 | 341.65 | 0.69 | 0.51 |
| Hex | D8 | 2E | 62 | 0 | 4F | 37 | F | 156 | 45 | 33 |
| Octal | 330 | 56 | 142 | 0 | 117 | 67 | 17 | 526 | 105 | 63 |
| Binary | 11011000 | 101110 | 1100010 | 0 | 1001111 | 110111 | 1111 | 101010110 | 1000101 | 110011 |
Color Harmonies of #D82E62
Complementary color
Monochromatic Colors of #D82E62
Black with #D82E62
Text Example
Text Example
White with #D82E62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D82E62; }
p { color: rgb(216,46,98); }
H1.HeaderClassName
{
color: #D82E62;
}
.AnyTagClassName
{
color: #D82E62;
}
</style>
background-color css
<style>
a { background-color: #D82E62; }
a { background-color: rgb(216,46,98); }
div.DivClassName
{
background-color: #D82E62;
}
.BgClassName
{
background-color: #D82E62;
}
</style>
border-color css
<style>
span { border-color: #D82E62; }
span { border-color: rgb(216,46,98); }
td.TdClassName
{
border-color: #D82E62;
}
.TagClassName
{
border-color: #D82E62;
}
</style>