Shades of Cerise #DE2660
Tints of Cerise #DE2660
RGB
CMYK
RGB Variations
Color information
#DE2660 (or 0xDE2660) is known color: Cerise. HEX triplet: DE, 26 and 60. RGB value is (222,38,96). Sum of RGB (Red+Green+Blue) = 222+38+96=356 (47% of max value = 765). Red value is 222 (87.11% from 255 or 62.36% from 356); Green value is 38 (15.23% from 255 or 10.67% from 356); Blue value is 96 (37.89% from 255 or 26.97% from 356); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2660 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE2660 is #21D99F. Grayscale: #636363. Windows color (decimal): -2218400 or 6301406. OLE color: 6301406.
HSL color Cylindrical-coordinate representation of color #DE2660: hue angle of 341.09º 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 #DE2660 is Cyan = 0, Magento = 0.83, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 38 | 96 | - |
| CMYK | 0 | 0.83 | 0.57 | 0.13 |
| HSL | 341.09º | 0.74% | 0.51% | - |
| HSV(B) | 341.09º | 0.83% | 0.87% | - |
| XYZ | 32.93 | 17.76 | 12.76 | - |
| YUV | 99.63 | 125.96 | 215.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 38 | 96 | 0 | 0.83 | 0.57 | 0.13 | 341.09 | 0.74 | 0.51 |
| Hex | DE | 26 | 60 | 0 | 53 | 39 | D | 155 | 4A | 33 |
| Octal | 336 | 46 | 140 | 0 | 123 | 71 | 15 | 525 | 112 | 63 |
| Binary | 11011110 | 100110 | 1100000 | 0 | 1010011 | 111001 | 1101 | 101010101 | 1001010 | 110011 |
Color Harmonies of #DE2660
Complementary color
Monochromatic Colors of #DE2660
Black with #DE2660
Text Example
Text Example
White with #DE2660
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE2660; }
p { color: rgb(222,38,96); }
H1.HeaderClassName
{
color: #DE2660;
}
.AnyTagClassName
{
color: #DE2660;
}
</style>
background-color css
<style>
a { background-color: #DE2660; }
a { background-color: rgb(222,38,96); }
div.DivClassName
{
background-color: #DE2660;
}
.BgClassName
{
background-color: #DE2660;
}
</style>
border-color css
<style>
span { border-color: #DE2660; }
span { border-color: rgb(222,38,96); }
td.TdClassName
{
border-color: #DE2660;
}
.TagClassName
{
border-color: #DE2660;
}
</style>