Shades of Cerise #D82260
Tints of Cerise #D82260
RGB
CMYK
RGB Variations
Color information
#D82260 (or 0xD82260) is known color: Cerise. HEX triplet: D8, 22 and 60. RGB value is (216,34,96). Sum of RGB (Red+Green+Blue) = 216+34+96=346 (45% of max value = 765). Red value is 216 (84.77% from 255 or 62.43% from 346); Green value is 34 (13.67% from 255 or 9.83% from 346); Blue value is 96 (37.89% from 255 or 27.75% from 346); Max value from RGB is 216 - color contains mainly: red. Hex color #D82260 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D82260 is #27DD9F. Grayscale: #5F5F5F. Windows color (decimal): -2612640 or 6300376. OLE color: 6300376.
HSL color Cylindrical-coordinate representation of color #D82260: hue angle of 339.56º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D82260 is Cyan = 0, Magento = 0.84, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 34 | 96 | - |
| CMYK | 0 | 0.84 | 0.56 | 0.15 |
| HSL | 339.56º | 0.73% | 0.49% | - |
| HSV(B) | 339.56º | 0.84% | 0.85% | - |
| XYZ | 31 | 16.59 | 12.63 | - |
| YUV | 95.49 | 128.3 | 213.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 34 | 96 | 0 | 0.84 | 0.56 | 0.15 | 339.56 | 0.73 | 0.49 |
| Hex | D8 | 22 | 60 | 0 | 54 | 38 | F | 154 | 49 | 31 |
| Octal | 330 | 42 | 140 | 0 | 124 | 70 | 17 | 524 | 111 | 61 |
| Binary | 11011000 | 100010 | 1100000 | 0 | 1010100 | 111000 | 1111 | 101010100 | 1001001 | 110001 |
Color Harmonies of #D82260
Complementary color
Monochromatic Colors of #D82260
Black with #D82260
Text Example
Text Example
White with #D82260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D82260; }
p { color: rgb(216,34,96); }
H1.HeaderClassName
{
color: #D82260;
}
.AnyTagClassName
{
color: #D82260;
}
</style>
background-color css
<style>
a { background-color: #D82260; }
a { background-color: rgb(216,34,96); }
div.DivClassName
{
background-color: #D82260;
}
.BgClassName
{
background-color: #D82260;
}
</style>
border-color css
<style>
span { border-color: #D82260; }
span { border-color: rgb(216,34,96); }
td.TdClassName
{
border-color: #D82260;
}
.TagClassName
{
border-color: #D82260;
}
</style>