Shades of Cerise #DE245E
Tints of Cerise #DE245E
RGB
CMYK
RGB Variations
Color information
#DE245E (or 0xDE245E) is known color: Cerise. HEX triplet: DE, 24 and 5E. RGB value is (222,36,94). Sum of RGB (Red+Green+Blue) = 222+36+94=352 (46% of max value = 765). Red value is 222 (87.11% from 255 or 63.07% from 352); Green value is 36 (14.45% from 255 or 10.23% from 352); Blue value is 94 (37.11% from 255 or 26.70% from 352); Max value from RGB is 222 - color contains mainly: red. Hex color #DE245E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE245E is #21DBA1. Grayscale: #626262. Windows color (decimal): -2218914 or 6169822. OLE color: 6169822.
HSL color Cylindrical-coordinate representation of color #DE245E: hue angle of 341.29º 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 #DE245E is Cyan = 0, Magento = 0.84, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
RGB | 222 | 36 | 94 | - |
CMYK | 0 | 0.84 | 0.58 | 0.13 |
HSL | 341.29º | 0.74% | 0.51% | - |
HSV(B) | 341.29º | 0.84% | 0.87% | - |
XYZ | 32.78 | 17.6 | 12.26 | - |
YUV | 98.23 | 125.62 | 216.28 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 36 | 94 | 0 | 0.84 | 0.58 | 0.13 | 341.29 | 0.74 | 0.51 |
Hex | DE | 24 | 5E | 0 | 54 | 3A | D | 155 | 4A | 33 |
Octal | 336 | 44 | 136 | 0 | 124 | 72 | 15 | 525 | 112 | 63 |
Binary | 11011110 | 100100 | 1011110 | 0 | 1010100 | 111010 | 1101 | 101010101 | 1001010 | 110011 |
Color Harmonies of #DE245E
Complementary color
Monochromatic Colors of #DE245E
Black with #DE245E
Text Example
Text Example
White with #DE245E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE245E; }
p { color: rgb(222,36,94); }
H1.HeaderClassName
{
color: #DE245E;
}
.AnyTagClassName
{
color: #DE245E;
}
</style>
background-color css
<style>
a { background-color: #DE245E; }
a { background-color: rgb(222,36,94); }
div.DivClassName
{
background-color: #DE245E;
}
.BgClassName
{
background-color: #DE245E;
}
</style>
border-color css
<style>
span { border-color: #DE245E; }
span { border-color: rgb(222,36,94); }
td.TdClassName
{
border-color: #DE245E;
}
.TagClassName
{
border-color: #DE245E;
}
</style>