Shades of Cerise #DE2972
Tints of Cerise #DE2972
RGB
CMYK
RGB Variations
Color information
#DE2972 (or 0xDE2972) is known color: Cerise. HEX triplet: DE, 29 and 72. RGB value is (222,41,114). Sum of RGB (Red+Green+Blue) = 222+41+114=377 (49% of max value = 765). Red value is 222 (87.11% from 255 or 58.89% from 377); Green value is 41 (16.41% from 255 or 10.88% from 377); Blue value is 114 (44.92% from 255 or 30.24% from 377); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2972 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE2972 is #21D68D. Grayscale: #676767. Windows color (decimal): -2217614 or 7481822. OLE color: 7481822.
HSL color Cylindrical-coordinate representation of color #DE2972: hue angle of 335.8º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DE2972 is Cyan = 0, Magento = 0.82, Yellow = 0.49 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 41 | 114 | - |
| CMYK | 0 | 0.82 | 0.49 | 0.13 |
| HSL | 335.8º | 0.73% | 0.52% | - |
| HSV(B) | 335.8º | 0.82% | 0.87% | - |
| XYZ | 33.95 | 18.33 | 17.67 | - |
| YUV | 103.44 | 133.97 | 212.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 41 | 114 | 0 | 0.82 | 0.49 | 0.13 | 335.8 | 0.73 | 0.52 |
| Hex | DE | 29 | 72 | 0 | 52 | 31 | D | 150 | 49 | 34 |
| Octal | 336 | 51 | 162 | 0 | 122 | 61 | 15 | 520 | 111 | 64 |
| Binary | 11011110 | 101001 | 1110010 | 0 | 1010010 | 110001 | 1101 | 101010000 | 1001001 | 110100 |
Color Harmonies of #DE2972
Complementary color
Monochromatic Colors of #DE2972
Black with #DE2972
Text Example
Text Example
White with #DE2972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE2972; }
p { color: rgb(222,41,114); }
H1.HeaderClassName
{
color: #DE2972;
}
.AnyTagClassName
{
color: #DE2972;
}
</style>
background-color css
<style>
a { background-color: #DE2972; }
a { background-color: rgb(222,41,114); }
div.DivClassName
{
background-color: #DE2972;
}
.BgClassName
{
background-color: #DE2972;
}
</style>
border-color css
<style>
span { border-color: #DE2972; }
span { border-color: rgb(222,41,114); }
td.TdClassName
{
border-color: #DE2972;
}
.TagClassName
{
border-color: #DE2972;
}
</style>