Shades of Cerise #D82972
Tints of Cerise #D82972
RGB
CMYK
RGB Variations
Color information
#D82972 (or 0xD82972) is known color: Cerise. HEX triplet: D8, 29 and 72. RGB value is (216,41,114). Sum of RGB (Red+Green+Blue) = 216+41+114=371 (49% of max value = 765). Red value is 216 (84.77% from 255 or 58.22% from 371); Green value is 41 (16.41% from 255 or 11.05% from 371); Blue value is 114 (44.92% from 255 or 30.73% from 371); Max value from RGB is 216 - color contains mainly: red. Hex color #D82972 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D82972 is #27D68D. Grayscale: #656565. Windows color (decimal): -2610830 or 7481816. OLE color: 7481816.
HSL color Cylindrical-coordinate representation of color #D82972: hue angle of 334.97º 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 #D82972 is Cyan = 0, Magento = 0.81, Yellow = 0.47 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 41 | 114 | - |
| CMYK | 0 | 0.81 | 0.47 | 0.15 |
| HSL | 334.97º | 0.69% | 0.5% | - |
| HSV(B) | 334.97º | 0.81% | 0.85% | - |
| XYZ | 32.15 | 17.4 | 17.58 | - |
| YUV | 101.65 | 134.98 | 209.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 41 | 114 | 0 | 0.81 | 0.47 | 0.15 | 334.97 | 0.69 | 0.5 |
| Hex | D8 | 29 | 72 | 0 | 51 | 2F | F | 14F | 45 | 32 |
| Octal | 330 | 51 | 162 | 0 | 121 | 57 | 17 | 517 | 105 | 62 |
| Binary | 11011000 | 101001 | 1110010 | 0 | 1010001 | 101111 | 1111 | 101001111 | 1000101 | 110010 |
Color Harmonies of #D82972
Complementary color
Monochromatic Colors of #D82972
Black with #D82972
Text Example
Text Example
White with #D82972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D82972; }
p { color: rgb(216,41,114); }
H1.HeaderClassName
{
color: #D82972;
}
.AnyTagClassName
{
color: #D82972;
}
</style>
background-color css
<style>
a { background-color: #D82972; }
a { background-color: rgb(216,41,114); }
div.DivClassName
{
background-color: #D82972;
}
.BgClassName
{
background-color: #D82972;
}
</style>
border-color css
<style>
span { border-color: #D82972; }
span { border-color: rgb(216,41,114); }
td.TdClassName
{
border-color: #D82972;
}
.TagClassName
{
border-color: #D82972;
}
</style>