Shades of Cerise #DE366A
Tints of Cerise #DE366A
RGB
CMYK
RGB Variations
Color information
#DE366A (or 0xDE366A) is known color: Cerise. HEX triplet: DE, 36 and 6A. RGB value is (222,54,106). Sum of RGB (Red+Green+Blue) = 222+54+106=382 (50% of max value = 765). Red value is 222 (87.11% from 255 or 58.12% from 382); Green value is 54 (21.48% from 255 or 14.14% from 382); Blue value is 106 (41.80% from 255 or 27.75% from 382); Max value from RGB is 222 - color contains mainly: red. Hex color #DE366A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE366A is #21C995. Grayscale: #6E6E6E. Windows color (decimal): -2214294 or 6960862. OLE color: 6960862.
HSL color Cylindrical-coordinate representation of color #DE366A: hue angle of 341.43º 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 #DE366A is Cyan = 0, Magento = 0.76, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 54 | 106 | - |
| CMYK | 0 | 0.76 | 0.52 | 0.13 |
| HSL | 341.43º | 0.72% | 0.54% | - |
| HSV(B) | 341.43º | 0.76% | 0.87% | - |
| XYZ | 34.04 | 19.21 | 15.55 | - |
| YUV | 110.16 | 125.66 | 207.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 54 | 106 | 0 | 0.76 | 0.52 | 0.13 | 341.43 | 0.72 | 0.54 |
| Hex | DE | 36 | 6A | 0 | 4C | 34 | D | 155 | 48 | 36 |
| Octal | 336 | 66 | 152 | 0 | 114 | 64 | 15 | 525 | 110 | 66 |
| Binary | 11011110 | 110110 | 1101010 | 0 | 1001100 | 110100 | 1101 | 101010101 | 1001000 | 110110 |
Color Harmonies of #DE366A
Complementary color
Monochromatic Colors of #DE366A
Black with #DE366A
Text Example
Text Example
White with #DE366A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE366A; }
p { color: rgb(222,54,106); }
H1.HeaderClassName
{
color: #DE366A;
}
.AnyTagClassName
{
color: #DE366A;
}
</style>
background-color css
<style>
a { background-color: #DE366A; }
a { background-color: rgb(222,54,106); }
div.DivClassName
{
background-color: #DE366A;
}
.BgClassName
{
background-color: #DE366A;
}
</style>
border-color css
<style>
span { border-color: #DE366A; }
span { border-color: rgb(222,54,106); }
td.TdClassName
{
border-color: #DE366A;
}
.TagClassName
{
border-color: #DE366A;
}
</style>