Shades of Cerise #DE295D
Tints of Cerise #DE295D
RGB
CMYK
RGB Variations
Color information
#DE295D (or 0xDE295D) is known color: Cerise. HEX triplet: DE, 29 and 5D. RGB value is (222,41,93). Sum of RGB (Red+Green+Blue) = 222+41+93=356 (47% of max value = 765). Red value is 222 (87.11% from 255 or 62.36% from 356); Green value is 41 (16.41% from 255 or 11.52% from 356); Blue value is 93 (36.72% from 255 or 26.12% from 356); Max value from RGB is 222 - color contains mainly: red. Hex color #DE295D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE295D is #21D6A2. Grayscale: #656565. Windows color (decimal): -2217635 or 6105566. OLE color: 6105566.
HSL color Cylindrical-coordinate representation of color #DE295D: hue angle of 342.76º 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 #DE295D is Cyan = 0, Magento = 0.82, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 41 | 93 | - |
| CMYK | 0 | 0.82 | 0.58 | 0.13 |
| HSL | 342.76º | 0.73% | 0.52% | - |
| HSV(B) | 342.76º | 0.82% | 0.87% | - |
| XYZ | 32.89 | 17.91 | 12.08 | - |
| YUV | 101.05 | 123.47 | 214.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 41 | 93 | 0 | 0.82 | 0.58 | 0.13 | 342.76 | 0.73 | 0.52 |
| Hex | DE | 29 | 5D | 0 | 52 | 3A | D | 157 | 49 | 34 |
| Octal | 336 | 51 | 135 | 0 | 122 | 72 | 15 | 527 | 111 | 64 |
| Binary | 11011110 | 101001 | 1011101 | 0 | 1010010 | 111010 | 1101 | 101010111 | 1001001 | 110100 |
Color Harmonies of #DE295D
Complementary color
Monochromatic Colors of #DE295D
Black with #DE295D
Text Example
Text Example
White with #DE295D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE295D; }
p { color: rgb(222,41,93); }
H1.HeaderClassName
{
color: #DE295D;
}
.AnyTagClassName
{
color: #DE295D;
}
</style>
background-color css
<style>
a { background-color: #DE295D; }
a { background-color: rgb(222,41,93); }
div.DivClassName
{
background-color: #DE295D;
}
.BgClassName
{
background-color: #DE295D;
}
</style>
border-color css
<style>
span { border-color: #DE295D; }
span { border-color: rgb(222,41,93); }
td.TdClassName
{
border-color: #DE295D;
}
.TagClassName
{
border-color: #DE295D;
}
</style>