Shades of Cerise #DE345C
Tints of Cerise #DE345C
RGB
CMYK
RGB Variations
Color information
#DE345C (or 0xDE345C) is known color: Cerise. HEX triplet: DE, 34 and 5C. RGB value is (222,52,92). Sum of RGB (Red+Green+Blue) = 222+52+92=366 (48% of max value = 765). Red value is 222 (87.11% from 255 or 60.66% from 366); Green value is 52 (20.70% from 255 or 14.21% from 366); Blue value is 92 (36.33% from 255 or 25.14% from 366); Max value from RGB is 222 - color contains mainly: red. Hex color #DE345C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE345C is #21CBA3. Grayscale: #6B6B6B. Windows color (decimal): -2214820 or 6042846. OLE color: 6042846.
HSL color Cylindrical-coordinate representation of color #DE345C: hue angle of 345.88º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DE345C is Cyan = 0, Magento = 0.77, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 52 | 92 | - |
| CMYK | 0 | 0.77 | 0.59 | 0.13 |
| HSL | 345.88º | 0.72% | 0.54% | - |
| HSV(B) | 345.88º | 0.77% | 0.87% | - |
| XYZ | 33.28 | 18.76 | 11.99 | - |
| YUV | 107.39 | 119.32 | 209.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 52 | 92 | 0 | 0.77 | 0.59 | 0.13 | 345.88 | 0.72 | 0.54 |
| Hex | DE | 34 | 5C | 0 | 4D | 3B | D | 15A | 48 | 36 |
| Octal | 336 | 64 | 134 | 0 | 115 | 73 | 15 | 532 | 110 | 66 |
| Binary | 11011110 | 110100 | 1011100 | 0 | 1001101 | 111011 | 1101 | 101011010 | 1001000 | 110110 |
Color Harmonies of #DE345C
Complementary color
Monochromatic Colors of #DE345C
Black with #DE345C
Text Example
Text Example
White with #DE345C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE345C; }
p { color: rgb(222,52,92); }
H1.HeaderClassName
{
color: #DE345C;
}
.AnyTagClassName
{
color: #DE345C;
}
</style>
background-color css
<style>
a { background-color: #DE345C; }
a { background-color: rgb(222,52,92); }
div.DivClassName
{
background-color: #DE345C;
}
.BgClassName
{
background-color: #DE345C;
}
</style>
border-color css
<style>
span { border-color: #DE345C; }
span { border-color: rgb(222,52,92); }
td.TdClassName
{
border-color: #DE345C;
}
.TagClassName
{
border-color: #DE345C;
}
</style>