Shades of Cerise #DE296F
Tints of Cerise #DE296F
RGB
CMYK
RGB Variations
Color information
#DE296F (or 0xDE296F) is known color: Cerise. HEX triplet: DE, 29 and 6F. RGB value is (222,41,111). Sum of RGB (Red+Green+Blue) = 222+41+111=374 (49% of max value = 765). Red value is 222 (87.11% from 255 or 59.36% from 374); Green value is 41 (16.41% from 255 or 10.96% from 374); Blue value is 111 (43.75% from 255 or 29.68% from 374); Max value from RGB is 222 - color contains mainly: red. Hex color #DE296F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE296F is #21D690. Grayscale: #676767. Windows color (decimal): -2217617 or 7285214. OLE color: 7285214.
HSL color Cylindrical-coordinate representation of color #DE296F: hue angle of 336.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 #DE296F is Cyan = 0, Magento = 0.82, Yellow = 0.5 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 41 | 111 | - |
| CMYK | 0 | 0.82 | 0.5 | 0.13 |
| HSL | 336.8º | 0.73% | 0.52% | - |
| HSV(B) | 336.8º | 0.82% | 0.87% | - |
| XYZ | 33.79 | 18.26 | 16.78 | - |
| YUV | 103.1 | 132.47 | 212.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 41 | 111 | 0 | 0.82 | 0.5 | 0.13 | 336.8 | 0.73 | 0.52 |
| Hex | DE | 29 | 6F | 0 | 52 | 32 | D | 151 | 49 | 34 |
| Octal | 336 | 51 | 157 | 0 | 122 | 62 | 15 | 521 | 111 | 64 |
| Binary | 11011110 | 101001 | 1101111 | 0 | 1010010 | 110010 | 1101 | 101010001 | 1001001 | 110100 |
Color Harmonies of #DE296F
Complementary color
Monochromatic Colors of #DE296F
Black with #DE296F
Text Example
Text Example
White with #DE296F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE296F; }
p { color: rgb(222,41,111); }
H1.HeaderClassName
{
color: #DE296F;
}
.AnyTagClassName
{
color: #DE296F;
}
</style>
background-color css
<style>
a { background-color: #DE296F; }
a { background-color: rgb(222,41,111); }
div.DivClassName
{
background-color: #DE296F;
}
.BgClassName
{
background-color: #DE296F;
}
</style>
border-color css
<style>
span { border-color: #DE296F; }
span { border-color: rgb(222,41,111); }
td.TdClassName
{
border-color: #DE296F;
}
.TagClassName
{
border-color: #DE296F;
}
</style>