Shades of Cerise #DE4159
Tints of Cerise #DE4159
RGB
CMYK
RGB Variations
Color information
#DE4159 (or 0xDE4159) is known color: Cerise. HEX triplet: DE, 41 and 59. RGB value is (222,65,89). Sum of RGB (Red+Green+Blue) = 222+65+89=376 (49% of max value = 765). Red value is 222 (87.11% from 255 or 59.04% from 376); Green value is 65 (25.78% from 255 or 17.29% from 376); Blue value is 89 (35.16% from 255 or 23.67% from 376); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4159 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE4159 is #21BEA6. Grayscale: #727272. Windows color (decimal): -2211495 or 5849566. OLE color: 5849566.
HSL color Cylindrical-coordinate representation of color #DE4159: hue angle of 350.83º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DE4159 is Cyan = 0, Magento = 0.71, Yellow = 0.60 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 65 | 89 | - |
| CMYK | 0 | 0.71 | 0.60 | 0.13 |
| HSL | 350.83º | 0.7% | 0.56% | - |
| HSV(B) | 350.83º | 0.71% | 0.87% | - |
| XYZ | 33.82 | 20.03 | 11.54 | - |
| YUV | 114.68 | 113.51 | 204.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 65 | 89 | 0 | 0.71 | 0.60 | 0.13 | 350.83 | 0.7 | 0.56 |
| Hex | DE | 41 | 59 | 0 | 47 | 3C | D | 15F | 46 | 38 |
| Octal | 336 | 101 | 131 | 0 | 107 | 74 | 15 | 537 | 106 | 70 |
| Binary | 11011110 | 1000001 | 1011001 | 0 | 1000111 | 111100 | 1101 | 101011111 | 1000110 | 111000 |
Color Harmonies of #DE4159
Complementary color
Monochromatic Colors of #DE4159
Black with #DE4159
Text Example
Text Example
White with #DE4159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE4159; }
p { color: rgb(222,65,89); }
H1.HeaderClassName
{
color: #DE4159;
}
.AnyTagClassName
{
color: #DE4159;
}
</style>
background-color css
<style>
a { background-color: #DE4159; }
a { background-color: rgb(222,65,89); }
div.DivClassName
{
background-color: #DE4159;
}
.BgClassName
{
background-color: #DE4159;
}
</style>
border-color css
<style>
span { border-color: #DE4159; }
span { border-color: rgb(222,65,89); }
td.TdClassName
{
border-color: #DE4159;
}
.TagClassName
{
border-color: #DE4159;
}
</style>