Shades of Cerise #D82762
Tints of Cerise #D82762
RGB
CMYK
RGB Variations
Color information
#D82762 (or 0xD82762) is known color: Cerise. HEX triplet: D8, 27 and 62. RGB value is (216,39,98). Sum of RGB (Red+Green+Blue) = 216+39+98=353 (46% of max value = 765). Red value is 216 (84.77% from 255 or 61.19% from 353); Green value is 39 (15.62% from 255 or 11.05% from 353); Blue value is 98 (38.67% from 255 or 27.76% from 353); Max value from RGB is 216 - color contains mainly: red. Hex color #D82762 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D82762 is #27D89D. Grayscale: #626262. Windows color (decimal): -2611358 or 6432728. OLE color: 6432728.
HSL color Cylindrical-coordinate representation of color #D82762: hue angle of 340º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D82762 is Cyan = 0, Magento = 0.82, Yellow = 0.55 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 39 | 98 | - |
| CMYK | 0 | 0.82 | 0.55 | 0.15 |
| HSL | 340º | 0.69% | 0.5% | - |
| HSV(B) | 340º | 0.82% | 0.85% | - |
| XYZ | 31.25 | 16.93 | 13.18 | - |
| YUV | 98.65 | 127.64 | 211.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 39 | 98 | 0 | 0.82 | 0.55 | 0.15 | 340 | 0.69 | 0.5 |
| Hex | D8 | 27 | 62 | 0 | 52 | 37 | F | 154 | 45 | 32 |
| Octal | 330 | 47 | 142 | 0 | 122 | 67 | 17 | 524 | 105 | 62 |
| Binary | 11011000 | 100111 | 1100010 | 0 | 1010010 | 110111 | 1111 | 101010100 | 1000101 | 110010 |
Color Harmonies of #D82762
Complementary color
Monochromatic Colors of #D82762
Black with #D82762
Text Example
Text Example
White with #D82762
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D82762; }
p { color: rgb(216,39,98); }
H1.HeaderClassName
{
color: #D82762;
}
.AnyTagClassName
{
color: #D82762;
}
</style>
background-color css
<style>
a { background-color: #D82762; }
a { background-color: rgb(216,39,98); }
div.DivClassName
{
background-color: #D82762;
}
.BgClassName
{
background-color: #D82762;
}
</style>
border-color css
<style>
span { border-color: #D82762; }
span { border-color: rgb(216,39,98); }
td.TdClassName
{
border-color: #D82762;
}
.TagClassName
{
border-color: #D82762;
}
</style>