Shades of Cerise #DE366F
Tints of Cerise #DE366F
RGB
CMYK
RGB Variations
Color information
#DE366F (or 0xDE366F) is known color: Cerise. HEX triplet: DE, 36 and 6F. RGB value is (222,54,111). Sum of RGB (Red+Green+Blue) = 222+54+111=387 (51% of max value = 765). Red value is 222 (87.11% from 255 or 57.36% from 387); Green value is 54 (21.48% from 255 or 13.95% from 387); Blue value is 111 (43.75% from 255 or 28.68% from 387); Max value from RGB is 222 - color contains mainly: red. Hex color #DE366F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE366F is #21C990. Grayscale: #6E6E6E. Windows color (decimal): -2214289 or 7288542. OLE color: 7288542.
HSL color Cylindrical-coordinate representation of color #DE366F: hue angle of 339.64º 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 #DE366F is Cyan = 0, Magento = 0.76, Yellow = 0.5 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 54 | 111 | - |
| CMYK | 0 | 0.76 | 0.5 | 0.13 |
| HSL | 339.64º | 0.72% | 0.54% | - |
| HSV(B) | 339.64º | 0.76% | 0.87% | - |
| XYZ | 34.31 | 19.32 | 16.96 | - |
| YUV | 110.73 | 128.16 | 207.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 54 | 111 | 0 | 0.76 | 0.5 | 0.13 | 339.64 | 0.72 | 0.54 |
| Hex | DE | 36 | 6F | 0 | 4C | 32 | D | 154 | 48 | 36 |
| Octal | 336 | 66 | 157 | 0 | 114 | 62 | 15 | 524 | 110 | 66 |
| Binary | 11011110 | 110110 | 1101111 | 0 | 1001100 | 110010 | 1101 | 101010100 | 1001000 | 110110 |
Color Harmonies of #DE366F
Complementary color
Monochromatic Colors of #DE366F
Black with #DE366F
Text Example
Text Example
White with #DE366F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE366F; }
p { color: rgb(222,54,111); }
H1.HeaderClassName
{
color: #DE366F;
}
.AnyTagClassName
{
color: #DE366F;
}
</style>
background-color css
<style>
a { background-color: #DE366F; }
a { background-color: rgb(222,54,111); }
div.DivClassName
{
background-color: #DE366F;
}
.BgClassName
{
background-color: #DE366F;
}
</style>
border-color css
<style>
span { border-color: #DE366F; }
span { border-color: rgb(222,54,111); }
td.TdClassName
{
border-color: #DE366F;
}
.TagClassName
{
border-color: #DE366F;
}
</style>