Shades of Cerise #D82964
Tints of Cerise #D82964
RGB
CMYK
RGB Variations
Color information
#D82964 (or 0xD82964) is known color: Cerise. HEX triplet: D8, 29 and 64. RGB value is (216,41,100). Sum of RGB (Red+Green+Blue) = 216+41+100=357 (47% of max value = 765). Red value is 216 (84.77% from 255 or 60.50% from 357); Green value is 41 (16.41% from 255 or 11.48% from 357); Blue value is 100 (39.45% from 255 or 28.01% from 357); Max value from RGB is 216 - color contains mainly: red. Hex color #D82964 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D82964 is #27D69B. Grayscale: #636363. Windows color (decimal): -2610844 or 6564312. OLE color: 6564312.
HSL color Cylindrical-coordinate representation of color #D82964: hue angle of 339.77º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D82964 is Cyan = 0, Magento = 0.81, Yellow = 0.54 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 41 | 100 | - |
| CMYK | 0 | 0.81 | 0.54 | 0.15 |
| HSL | 339.77º | 0.69% | 0.5% | - |
| HSV(B) | 339.77º | 0.81% | 0.85% | - |
| XYZ | 31.41 | 17.1 | 13.7 | - |
| YUV | 100.05 | 127.98 | 210.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 41 | 100 | 0 | 0.81 | 0.54 | 0.15 | 339.77 | 0.69 | 0.5 |
| Hex | D8 | 29 | 64 | 0 | 51 | 36 | F | 154 | 45 | 32 |
| Octal | 330 | 51 | 144 | 0 | 121 | 66 | 17 | 524 | 105 | 62 |
| Binary | 11011000 | 101001 | 1100100 | 0 | 1010001 | 110110 | 1111 | 101010100 | 1000101 | 110010 |
Color Harmonies of #D82964
Complementary color
Monochromatic Colors of #D82964
Black with #D82964
Text Example
Text Example
White with #D82964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D82964; }
p { color: rgb(216,41,100); }
H1.HeaderClassName
{
color: #D82964;
}
.AnyTagClassName
{
color: #D82964;
}
</style>
background-color css
<style>
a { background-color: #D82964; }
a { background-color: rgb(216,41,100); }
div.DivClassName
{
background-color: #D82964;
}
.BgClassName
{
background-color: #D82964;
}
</style>
border-color css
<style>
span { border-color: #D82964; }
span { border-color: rgb(216,41,100); }
td.TdClassName
{
border-color: #D82964;
}
.TagClassName
{
border-color: #D82964;
}
</style>