Shades of Cerise #DE2260
Tints of Cerise #DE2260
RGB
CMYK
RGB Variations
Color information
#DE2260 (or 0xDE2260) is known color: Cerise. HEX triplet: DE, 22 and 60. RGB value is (222,34,96). Sum of RGB (Red+Green+Blue) = 222+34+96=352 (46% of max value = 765). Red value is 222 (87.11% from 255 or 63.07% from 352); Green value is 34 (13.67% from 255 or 9.66% from 352); Blue value is 96 (37.89% from 255 or 27.27% from 352); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2260 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE2260 is #21DD9F. Grayscale: #616161. Windows color (decimal): -2219424 or 6300382. OLE color: 6300382.
HSL color Cylindrical-coordinate representation of color #DE2260: hue angle of 340.21º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DE2260 is Cyan = 0, Magento = 0.85, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 34 | 96 | - |
| CMYK | 0 | 0.85 | 0.57 | 0.13 |
| HSL | 340.21º | 0.74% | 0.5% | - |
| HSV(B) | 340.21º | 0.85% | 0.87% | - |
| XYZ | 32.81 | 17.52 | 12.72 | - |
| YUV | 97.28 | 127.28 | 216.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 34 | 96 | 0 | 0.85 | 0.57 | 0.13 | 340.21 | 0.74 | 0.5 |
| Hex | DE | 22 | 60 | 0 | 55 | 39 | D | 154 | 4A | 32 |
| Octal | 336 | 42 | 140 | 0 | 125 | 71 | 15 | 524 | 112 | 62 |
| Binary | 11011110 | 100010 | 1100000 | 0 | 1010101 | 111001 | 1101 | 101010100 | 1001010 | 110010 |
Color Harmonies of #DE2260
Complementary color
Monochromatic Colors of #DE2260
Black with #DE2260
Text Example
Text Example
White with #DE2260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE2260; }
p { color: rgb(222,34,96); }
H1.HeaderClassName
{
color: #DE2260;
}
.AnyTagClassName
{
color: #DE2260;
}
</style>
background-color css
<style>
a { background-color: #DE2260; }
a { background-color: rgb(222,34,96); }
div.DivClassName
{
background-color: #DE2260;
}
.BgClassName
{
background-color: #DE2260;
}
</style>
border-color css
<style>
span { border-color: #DE2260; }
span { border-color: rgb(222,34,96); }
td.TdClassName
{
border-color: #DE2260;
}
.TagClassName
{
border-color: #DE2260;
}
</style>