Shades of Cerise #D82F62
Tints of Cerise #D82F62
RGB
CMYK
RGB Variations
Color information
#D82F62 (or 0xD82F62) is known color: Cerise. HEX triplet: D8, 2F and 62. RGB value is (216,47,98). Sum of RGB (Red+Green+Blue) = 216+47+98=361 (47% of max value = 765). Red value is 216 (84.77% from 255 or 59.83% from 361); Green value is 47 (18.75% from 255 or 13.02% from 361); Blue value is 98 (38.67% from 255 or 27.15% from 361); Max value from RGB is 216 - color contains mainly: red. Hex color #D82F62 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D82F62 is #27D09D. Grayscale: #676767. Windows color (decimal): -2609310 or 6434776. OLE color: 6434776.
HSL color Cylindrical-coordinate representation of color #D82F62: hue angle of 341.89º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D82F62 is Cyan = 0, Magento = 0.78, Yellow = 0.55 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 47 | 98 | - |
| CMYK | 0 | 0.78 | 0.55 | 0.15 |
| HSL | 341.89º | 0.68% | 0.52% | - |
| HSV(B) | 341.89º | 0.78% | 0.85% | - |
| XYZ | 31.54 | 17.51 | 13.27 | - |
| YUV | 103.35 | 124.99 | 208.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 47 | 98 | 0 | 0.78 | 0.55 | 0.15 | 341.89 | 0.68 | 0.52 |
| Hex | D8 | 2F | 62 | 0 | 4E | 37 | F | 156 | 44 | 34 |
| Octal | 330 | 57 | 142 | 0 | 116 | 67 | 17 | 526 | 104 | 64 |
| Binary | 11011000 | 101111 | 1100010 | 0 | 1001110 | 110111 | 1111 | 101010110 | 1000100 | 110100 |
Color Harmonies of #D82F62
Complementary color
Monochromatic Colors of #D82F62
Black with #D82F62
Text Example
Text Example
White with #D82F62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D82F62; }
p { color: rgb(216,47,98); }
H1.HeaderClassName
{
color: #D82F62;
}
.AnyTagClassName
{
color: #D82F62;
}
</style>
background-color css
<style>
a { background-color: #D82F62; }
a { background-color: rgb(216,47,98); }
div.DivClassName
{
background-color: #D82F62;
}
.BgClassName
{
background-color: #D82F62;
}
</style>
border-color css
<style>
span { border-color: #D82F62; }
span { border-color: rgb(216,47,98); }
td.TdClassName
{
border-color: #D82F62;
}
.TagClassName
{
border-color: #D82F62;
}
</style>