Shades of Cerise #DE295C
Tints of Cerise #DE295C
RGB
CMYK
RGB Variations
Color information
#DE295C (or 0xDE295C) is known color: Cerise. HEX triplet: DE, 29 and 5C. RGB value is (222,41,92). Sum of RGB (Red+Green+Blue) = 222+41+92=355 (47% of max value = 765). Red value is 222 (87.11% from 255 or 62.54% from 355); Green value is 41 (16.41% from 255 or 11.55% from 355); Blue value is 92 (36.33% from 255 or 25.92% from 355); Max value from RGB is 222 - color contains mainly: red. Hex color #DE295C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE295C is #21D6A3. Grayscale: #646464. Windows color (decimal): -2217636 or 6040030. OLE color: 6040030.
HSL color Cylindrical-coordinate representation of color #DE295C: hue angle of 343.09º 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 #DE295C is Cyan = 0, Magento = 0.82, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 41 | 92 | - |
| CMYK | 0 | 0.82 | 0.59 | 0.13 |
| HSL | 343.09º | 0.73% | 0.52% | - |
| HSV(B) | 343.09º | 0.82% | 0.87% | - |
| XYZ | 32.85 | 17.89 | 11.85 | - |
| YUV | 100.93 | 122.97 | 214.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 41 | 92 | 0 | 0.82 | 0.59 | 0.13 | 343.09 | 0.73 | 0.52 |
| Hex | DE | 29 | 5C | 0 | 52 | 3B | D | 157 | 49 | 34 |
| Octal | 336 | 51 | 134 | 0 | 122 | 73 | 15 | 527 | 111 | 64 |
| Binary | 11011110 | 101001 | 1011100 | 0 | 1010010 | 111011 | 1101 | 101010111 | 1001001 | 110100 |
Color Harmonies of #DE295C
Complementary color
Monochromatic Colors of #DE295C
Black with #DE295C
Text Example
Text Example
White with #DE295C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE295C; }
p { color: rgb(222,41,92); }
H1.HeaderClassName
{
color: #DE295C;
}
.AnyTagClassName
{
color: #DE295C;
}
</style>
background-color css
<style>
a { background-color: #DE295C; }
a { background-color: rgb(222,41,92); }
div.DivClassName
{
background-color: #DE295C;
}
.BgClassName
{
background-color: #DE295C;
}
</style>
border-color css
<style>
span { border-color: #DE295C; }
span { border-color: rgb(222,41,92); }
td.TdClassName
{
border-color: #DE295C;
}
.TagClassName
{
border-color: #DE295C;
}
</style>