Shades of Cerise #DE2C71
Tints of Cerise #DE2C71
RGB
CMYK
RGB Variations
Color information
#DE2C71 (or 0xDE2C71) is known color: Cerise. HEX triplet: DE, 2C and 71. RGB value is (222,44,113). Sum of RGB (Red+Green+Blue) = 222+44+113=379 (50% of max value = 765). Red value is 222 (87.11% from 255 or 58.58% from 379); Green value is 44 (17.58% from 255 or 11.61% from 379); Blue value is 113 (44.53% from 255 or 29.82% from 379); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2C71 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE2C71 is #21D38E. Grayscale: #686868. Windows color (decimal): -2216847 or 7417054. OLE color: 7417054.
HSL color Cylindrical-coordinate representation of color #DE2C71: hue angle of 336.74º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DE2C71 is Cyan = 0, Magento = 0.80, Yellow = 0.49 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 44 | 113 | - |
| CMYK | 0 | 0.80 | 0.49 | 0.13 |
| HSL | 336.74º | 0.73% | 0.52% | - |
| HSV(B) | 336.74º | 0.8% | 0.87% | - |
| XYZ | 34.01 | 18.52 | 17.41 | - |
| YUV | 105.09 | 132.47 | 211.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 44 | 113 | 0 | 0.80 | 0.49 | 0.13 | 336.74 | 0.73 | 0.52 |
| Hex | DE | 2C | 71 | 0 | 50 | 31 | D | 151 | 49 | 34 |
| Octal | 336 | 54 | 161 | 0 | 120 | 61 | 15 | 521 | 111 | 64 |
| Binary | 11011110 | 101100 | 1110001 | 0 | 1010000 | 110001 | 1101 | 101010001 | 1001001 | 110100 |
Color Harmonies of #DE2C71
Complementary color
Monochromatic Colors of #DE2C71
Black with #DE2C71
Text Example
Text Example
White with #DE2C71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE2C71; }
p { color: rgb(222,44,113); }
H1.HeaderClassName
{
color: #DE2C71;
}
.AnyTagClassName
{
color: #DE2C71;
}
</style>
background-color css
<style>
a { background-color: #DE2C71; }
a { background-color: rgb(222,44,113); }
div.DivClassName
{
background-color: #DE2C71;
}
.BgClassName
{
background-color: #DE2C71;
}
</style>
border-color css
<style>
span { border-color: #DE2C71; }
span { border-color: rgb(222,44,113); }
td.TdClassName
{
border-color: #DE2C71;
}
.TagClassName
{
border-color: #DE2C71;
}
</style>