Shades of Cerise #D82C65
Tints of Cerise #D82C65
RGB
CMYK
RGB Variations
Color information
#D82C65 (or 0xD82C65) is known color: Cerise. HEX triplet: D8, 2C and 65. RGB value is (216,44,101). Sum of RGB (Red+Green+Blue) = 216+44+101=361 (47% of max value = 765). Red value is 216 (84.77% from 255 or 59.83% from 361); Green value is 44 (17.58% from 255 or 12.19% from 361); Blue value is 101 (39.84% from 255 or 27.98% from 361); Max value from RGB is 216 - color contains mainly: red. Hex color #D82C65 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D82C65 is #27D39A. Grayscale: #656565. Windows color (decimal): -2610075 or 6630616. OLE color: 6630616.
HSL color Cylindrical-coordinate representation of color #D82C65: hue angle of 340.12º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D82C65 is Cyan = 0, Magento = 0.80, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 44 | 101 | - |
| CMYK | 0 | 0.80 | 0.53 | 0.15 |
| HSL | 340.12º | 0.69% | 0.51% | - |
| HSV(B) | 340.12º | 0.8% | 0.85% | - |
| XYZ | 31.57 | 17.34 | 14 | - |
| YUV | 101.93 | 127.48 | 209.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 44 | 101 | 0 | 0.80 | 0.53 | 0.15 | 340.12 | 0.69 | 0.51 |
| Hex | D8 | 2C | 65 | 0 | 50 | 35 | F | 154 | 45 | 33 |
| Octal | 330 | 54 | 145 | 0 | 120 | 65 | 17 | 524 | 105 | 63 |
| Binary | 11011000 | 101100 | 1100101 | 0 | 1010000 | 110101 | 1111 | 101010100 | 1000101 | 110011 |
Color Harmonies of #D82C65
Complementary color
Monochromatic Colors of #D82C65
Black with #D82C65
Text Example
Text Example
White with #D82C65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D82C65; }
p { color: rgb(216,44,101); }
H1.HeaderClassName
{
color: #D82C65;
}
.AnyTagClassName
{
color: #D82C65;
}
</style>
background-color css
<style>
a { background-color: #D82C65; }
a { background-color: rgb(216,44,101); }
div.DivClassName
{
background-color: #D82C65;
}
.BgClassName
{
background-color: #D82C65;
}
</style>
border-color css
<style>
span { border-color: #D82C65; }
span { border-color: rgb(216,44,101); }
td.TdClassName
{
border-color: #D82C65;
}
.TagClassName
{
border-color: #D82C65;
}
</style>