Shades of Cerise #DE246D
Tints of Cerise #DE246D
RGB
CMYK
RGB Variations
Color information
#DE246D (or 0xDE246D) is known color: Cerise. HEX triplet: DE, 24 and 6D. RGB value is (222,36,109). Sum of RGB (Red+Green+Blue) = 222+36+109=367 (48% of max value = 765). Red value is 222 (87.11% from 255 or 60.49% from 367); Green value is 36 (14.45% from 255 or 9.81% from 367); Blue value is 109 (42.97% from 255 or 29.70% from 367); Max value from RGB is 222 - color contains mainly: red. Hex color #DE246D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE246D is #21DB92. Grayscale: #636363. Windows color (decimal): -2218899 or 7152862. OLE color: 7152862.
HSL color Cylindrical-coordinate representation of color #DE246D: hue angle of 336.45º 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 #DE246D is Cyan = 0, Magento = 0.84, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 36 | 109 | - |
| CMYK | 0 | 0.84 | 0.51 | 0.13 |
| HSL | 336.45º | 0.74% | 0.51% | - |
| HSV(B) | 336.45º | 0.84% | 0.87% | - |
| XYZ | 33.52 | 17.9 | 16.16 | - |
| YUV | 99.94 | 133.12 | 215.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 36 | 109 | 0 | 0.84 | 0.51 | 0.13 | 336.45 | 0.74 | 0.51 |
| Hex | DE | 24 | 6D | 0 | 54 | 33 | D | 150 | 4A | 33 |
| Octal | 336 | 44 | 155 | 0 | 124 | 63 | 15 | 520 | 112 | 63 |
| Binary | 11011110 | 100100 | 1101101 | 0 | 1010100 | 110011 | 1101 | 101010000 | 1001010 | 110011 |
Color Harmonies of #DE246D
Complementary color
Monochromatic Colors of #DE246D
Black with #DE246D
Text Example
Text Example
White with #DE246D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE246D; }
p { color: rgb(222,36,109); }
H1.HeaderClassName
{
color: #DE246D;
}
.AnyTagClassName
{
color: #DE246D;
}
</style>
background-color css
<style>
a { background-color: #DE246D; }
a { background-color: rgb(222,36,109); }
div.DivClassName
{
background-color: #DE246D;
}
.BgClassName
{
background-color: #DE246D;
}
</style>
border-color css
<style>
span { border-color: #DE246D; }
span { border-color: rgb(222,36,109); }
td.TdClassName
{
border-color: #DE246D;
}
.TagClassName
{
border-color: #DE246D;
}
</style>