Shades of Cerise #D82162
Tints of Cerise #D82162
RGB
CMYK
RGB Variations
Color information
#D82162 (or 0xD82162) is known color: Cerise. HEX triplet: D8, 21 and 62. RGB value is (216,33,98). Sum of RGB (Red+Green+Blue) = 216+33+98=347 (45% of max value = 765). Red value is 216 (84.77% from 255 or 62.25% from 347); Green value is 33 (13.28% from 255 or 9.51% from 347); Blue value is 98 (38.67% from 255 or 28.24% from 347); Max value from RGB is 216 - color contains mainly: red. Hex color #D82162 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D82162 is #27DE9D. Grayscale: #5F5F5F. Windows color (decimal): -2612894 or 6431192. OLE color: 6431192.
HSL color Cylindrical-coordinate representation of color #D82162: hue angle of 338.69º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D82162 is Cyan = 0, Magento = 0.85, Yellow = 0.55 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 33 | 98 | - |
| CMYK | 0 | 0.85 | 0.55 | 0.15 |
| HSL | 338.69º | 0.73% | 0.49% | - |
| HSV(B) | 338.69º | 0.85% | 0.85% | - |
| XYZ | 31.07 | 16.57 | 13.12 | - |
| YUV | 95.13 | 129.63 | 214.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 33 | 98 | 0 | 0.85 | 0.55 | 0.15 | 338.69 | 0.73 | 0.49 |
| Hex | D8 | 21 | 62 | 0 | 55 | 37 | F | 153 | 49 | 31 |
| Octal | 330 | 41 | 142 | 0 | 125 | 67 | 17 | 523 | 111 | 61 |
| Binary | 11011000 | 100001 | 1100010 | 0 | 1010101 | 110111 | 1111 | 101010011 | 1001001 | 110001 |
Color Harmonies of #D82162
Complementary color
Monochromatic Colors of #D82162
Black with #D82162
Text Example
Text Example
White with #D82162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D82162; }
p { color: rgb(216,33,98); }
H1.HeaderClassName
{
color: #D82162;
}
.AnyTagClassName
{
color: #D82162;
}
</style>
background-color css
<style>
a { background-color: #D82162; }
a { background-color: rgb(216,33,98); }
div.DivClassName
{
background-color: #D82162;
}
.BgClassName
{
background-color: #D82162;
}
</style>
border-color css
<style>
span { border-color: #D82162; }
span { border-color: rgb(216,33,98); }
td.TdClassName
{
border-color: #D82162;
}
.TagClassName
{
border-color: #D82162;
}
</style>