Shades of Cerise #D82C72
Tints of Cerise #D82C72
RGB
CMYK
RGB Variations
Color information
#D82C72 (or 0xD82C72) is known color: Cerise. HEX triplet: D8, 2C and 72. RGB value is (216,44,114). Sum of RGB (Red+Green+Blue) = 216+44+114=374 (49% of max value = 765). Red value is 216 (84.77% from 255 or 57.75% from 374); Green value is 44 (17.58% from 255 or 11.76% from 374); Blue value is 114 (44.92% from 255 or 30.48% from 374); Max value from RGB is 216 - color contains mainly: red. Hex color #D82C72 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D82C72 is #27D38D. Grayscale: #676767. Windows color (decimal): -2610062 or 7482584. OLE color: 7482584.
HSL color Cylindrical-coordinate representation of color #D82C72: hue angle of 335.58º 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 #D82C72 is Cyan = 0, Magento = 0.80, Yellow = 0.47 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 44 | 114 | - |
| CMYK | 0 | 0.80 | 0.47 | 0.15 |
| HSL | 335.58º | 0.69% | 0.51% | - |
| HSV(B) | 335.58º | 0.8% | 0.85% | - |
| XYZ | 32.26 | 17.62 | 17.62 | - |
| YUV | 103.41 | 133.98 | 208.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 44 | 114 | 0 | 0.80 | 0.47 | 0.15 | 335.58 | 0.69 | 0.51 |
| Hex | D8 | 2C | 72 | 0 | 50 | 2F | F | 150 | 45 | 33 |
| Octal | 330 | 54 | 162 | 0 | 120 | 57 | 17 | 520 | 105 | 63 |
| Binary | 11011000 | 101100 | 1110010 | 0 | 1010000 | 101111 | 1111 | 101010000 | 1000101 | 110011 |
Color Harmonies of #D82C72
Complementary color
Monochromatic Colors of #D82C72
Black with #D82C72
Text Example
Text Example
White with #D82C72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D82C72; }
p { color: rgb(216,44,114); }
H1.HeaderClassName
{
color: #D82C72;
}
.AnyTagClassName
{
color: #D82C72;
}
</style>
background-color css
<style>
a { background-color: #D82C72; }
a { background-color: rgb(216,44,114); }
div.DivClassName
{
background-color: #D82C72;
}
.BgClassName
{
background-color: #D82C72;
}
</style>
border-color css
<style>
span { border-color: #D82C72; }
span { border-color: rgb(216,44,114); }
td.TdClassName
{
border-color: #D82C72;
}
.TagClassName
{
border-color: #D82C72;
}
</style>