Shades of Cerise #DE356F
Tints of Cerise #DE356F
RGB
CMYK
RGB Variations
Color information
#DE356F (or 0xDE356F) is known color: Cerise. HEX triplet: DE, 35 and 6F. RGB value is (222,53,111). Sum of RGB (Red+Green+Blue) = 222+53+111=386 (51% of max value = 765). Red value is 222 (87.11% from 255 or 57.51% from 386); Green value is 53 (21.09% from 255 or 13.73% from 386); Blue value is 111 (43.75% from 255 or 28.76% from 386); Max value from RGB is 222 - color contains mainly: red. Hex color #DE356F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE356F is #21CA90. Grayscale: #6E6E6E. Windows color (decimal): -2214545 or 7288286. OLE color: 7288286.
HSL color Cylindrical-coordinate representation of color #DE356F: hue angle of 339.41º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DE356F is Cyan = 0, Magento = 0.76, Yellow = 0.5 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 53 | 111 | - |
| CMYK | 0 | 0.76 | 0.5 | 0.13 |
| HSL | 339.41º | 0.72% | 0.54% | - |
| HSV(B) | 339.41º | 0.76% | 0.87% | - |
| XYZ | 34.27 | 19.22 | 16.94 | - |
| YUV | 110.14 | 128.49 | 207.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 53 | 111 | 0 | 0.76 | 0.5 | 0.13 | 339.41 | 0.72 | 0.54 |
| Hex | DE | 35 | 6F | 0 | 4C | 32 | D | 153 | 48 | 36 |
| Octal | 336 | 65 | 157 | 0 | 114 | 62 | 15 | 523 | 110 | 66 |
| Binary | 11011110 | 110101 | 1101111 | 0 | 1001100 | 110010 | 1101 | 101010011 | 1001000 | 110110 |
Color Harmonies of #DE356F
Complementary color
Monochromatic Colors of #DE356F
Black with #DE356F
Text Example
Text Example
White with #DE356F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE356F; }
p { color: rgb(222,53,111); }
H1.HeaderClassName
{
color: #DE356F;
}
.AnyTagClassName
{
color: #DE356F;
}
</style>
background-color css
<style>
a { background-color: #DE356F; }
a { background-color: rgb(222,53,111); }
div.DivClassName
{
background-color: #DE356F;
}
.BgClassName
{
background-color: #DE356F;
}
</style>
border-color css
<style>
span { border-color: #DE356F; }
span { border-color: rgb(222,53,111); }
td.TdClassName
{
border-color: #DE356F;
}
.TagClassName
{
border-color: #DE356F;
}
</style>