Shades of Cerise #DE366E
Tints of Cerise #DE366E
RGB
CMYK
RGB Variations
Color information
#DE366E (or 0xDE366E) is known color: Cerise. HEX triplet: DE, 36 and 6E. RGB value is (222,54,110). Sum of RGB (Red+Green+Blue) = 222+54+110=386 (51% of max value = 765). Red value is 222 (87.11% from 255 or 57.51% from 386); Green value is 54 (21.48% from 255 or 13.99% from 386); Blue value is 110 (43.36% from 255 or 28.50% from 386); Max value from RGB is 222 - color contains mainly: red. Hex color #DE366E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE366E is #21C991. Grayscale: #6E6E6E. Windows color (decimal): -2214290 or 7223006. OLE color: 7223006.
HSL color Cylindrical-coordinate representation of color #DE366E: hue angle of 340º 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 #DE366E is Cyan = 0, Magento = 0.76, Yellow = 0.50 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 54 | 110 | - |
| CMYK | 0 | 0.76 | 0.50 | 0.13 |
| HSL | 340º | 0.72% | 0.54% | - |
| HSV(B) | 340º | 0.76% | 0.87% | - |
| XYZ | 34.26 | 19.29 | 16.67 | - |
| YUV | 110.62 | 127.66 | 207.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 54 | 110 | 0 | 0.76 | 0.50 | 0.13 | 340 | 0.72 | 0.54 |
| Hex | DE | 36 | 6E | 0 | 4C | 32 | D | 154 | 48 | 36 |
| Octal | 336 | 66 | 156 | 0 | 114 | 62 | 15 | 524 | 110 | 66 |
| Binary | 11011110 | 110110 | 1101110 | 0 | 1001100 | 110010 | 1101 | 101010100 | 1001000 | 110110 |
Color Harmonies of #DE366E
Complementary color
Monochromatic Colors of #DE366E
Black with #DE366E
Text Example
Text Example
White with #DE366E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE366E; }
p { color: rgb(222,54,110); }
H1.HeaderClassName
{
color: #DE366E;
}
.AnyTagClassName
{
color: #DE366E;
}
</style>
background-color css
<style>
a { background-color: #DE366E; }
a { background-color: rgb(222,54,110); }
div.DivClassName
{
background-color: #DE366E;
}
.BgClassName
{
background-color: #DE366E;
}
</style>
border-color css
<style>
span { border-color: #DE366E; }
span { border-color: rgb(222,54,110); }
td.TdClassName
{
border-color: #DE366E;
}
.TagClassName
{
border-color: #DE366E;
}
</style>