Shades of Cerise #DE2564
Tints of Cerise #DE2564
RGB
CMYK
RGB Variations
Color information
#DE2564 (or 0xDE2564) is known color: Cerise. HEX triplet: DE, 25 and 64. RGB value is (222,37,100). Sum of RGB (Red+Green+Blue) = 222+37+100=359 (47% of max value = 765). Red value is 222 (87.11% from 255 or 61.84% from 359); Green value is 37 (14.84% from 255 or 10.31% from 359); Blue value is 100 (39.45% from 255 or 27.86% from 359); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2564 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE2564 is #21DA9B. Grayscale: #636363. Windows color (decimal): -2218652 or 6563294. OLE color: 6563294.
HSL color Cylindrical-coordinate representation of color #DE2564: hue angle of 339.57º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DE2564 is Cyan = 0, Magento = 0.83, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 37 | 100 | - |
| CMYK | 0 | 0.83 | 0.55 | 0.13 |
| HSL | 339.57º | 0.74% | 0.51% | - |
| HSV(B) | 339.57º | 0.83% | 0.87% | - |
| XYZ | 33.09 | 17.77 | 13.74 | - |
| YUV | 99.5 | 128.29 | 215.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 37 | 100 | 0 | 0.83 | 0.55 | 0.13 | 339.57 | 0.74 | 0.51 |
| Hex | DE | 25 | 64 | 0 | 53 | 37 | D | 154 | 4A | 33 |
| Octal | 336 | 45 | 144 | 0 | 123 | 67 | 15 | 524 | 112 | 63 |
| Binary | 11011110 | 100101 | 1100100 | 0 | 1010011 | 110111 | 1101 | 101010100 | 1001010 | 110011 |
Color Harmonies of #DE2564
Complementary color
Monochromatic Colors of #DE2564
Black with #DE2564
Text Example
Text Example
White with #DE2564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE2564; }
p { color: rgb(222,37,100); }
H1.HeaderClassName
{
color: #DE2564;
}
.AnyTagClassName
{
color: #DE2564;
}
</style>
background-color css
<style>
a { background-color: #DE2564; }
a { background-color: rgb(222,37,100); }
div.DivClassName
{
background-color: #DE2564;
}
.BgClassName
{
background-color: #DE2564;
}
</style>
border-color css
<style>
span { border-color: #DE2564; }
span { border-color: rgb(222,37,100); }
td.TdClassName
{
border-color: #DE2564;
}
.TagClassName
{
border-color: #DE2564;
}
</style>