Shades of Cerise #DE246C
Tints of Cerise #DE246C
RGB
CMYK
RGB Variations
Color information
#DE246C (or 0xDE246C) is known color: Cerise. HEX triplet: DE, 24 and 6C. RGB value is (222,36,108). Sum of RGB (Red+Green+Blue) = 222+36+108=366 (48% of max value = 765). Red value is 222 (87.11% from 255 or 60.66% from 366); Green value is 36 (14.45% from 255 or 9.84% from 366); Blue value is 108 (42.58% from 255 or 29.51% from 366); Max value from RGB is 222 - color contains mainly: red. Hex color #DE246C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE246C is #21DB93. Grayscale: #636363. Windows color (decimal): -2218900 or 7087326. OLE color: 7087326.
HSL color Cylindrical-coordinate representation of color #DE246C: hue angle of 336.77º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DE246C is Cyan = 0, Magento = 0.84, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 36 | 108 | - |
| CMYK | 0 | 0.84 | 0.51 | 0.13 |
| HSL | 336.77º | 0.74% | 0.51% | - |
| HSV(B) | 336.77º | 0.84% | 0.87% | - |
| XYZ | 33.46 | 17.87 | 15.87 | - |
| YUV | 99.82 | 132.62 | 215.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 36 | 108 | 0 | 0.84 | 0.51 | 0.13 | 336.77 | 0.74 | 0.51 |
| Hex | DE | 24 | 6C | 0 | 54 | 33 | D | 151 | 4A | 33 |
| Octal | 336 | 44 | 154 | 0 | 124 | 63 | 15 | 521 | 112 | 63 |
| Binary | 11011110 | 100100 | 1101100 | 0 | 1010100 | 110011 | 1101 | 101010001 | 1001010 | 110011 |
Color Harmonies of #DE246C
Complementary color
Monochromatic Colors of #DE246C
Black with #DE246C
Text Example
Text Example
White with #DE246C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE246C; }
p { color: rgb(222,36,108); }
H1.HeaderClassName
{
color: #DE246C;
}
.AnyTagClassName
{
color: #DE246C;
}
</style>
background-color css
<style>
a { background-color: #DE246C; }
a { background-color: rgb(222,36,108); }
div.DivClassName
{
background-color: #DE246C;
}
.BgClassName
{
background-color: #DE246C;
}
</style>
border-color css
<style>
span { border-color: #DE246C; }
span { border-color: rgb(222,36,108); }
td.TdClassName
{
border-color: #DE246C;
}
.TagClassName
{
border-color: #DE246C;
}
</style>