Shades of Cerise #DE2C68
Tints of Cerise #DE2C68
RGB
CMYK
RGB Variations
Color information
#DE2C68 (or 0xDE2C68) is known color: Cerise. HEX triplet: DE, 2C and 68. RGB value is (222,44,104). Sum of RGB (Red+Green+Blue) = 222+44+104=370 (49% of max value = 765). Red value is 222 (87.11% from 255 or 60% from 370); Green value is 44 (17.58% from 255 or 11.89% from 370); Blue value is 104 (41.02% from 255 or 28.11% from 370); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2C68 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE2C68 is #21D397. Grayscale: #676767. Windows color (decimal): -2216856 or 6827230. OLE color: 6827230.
HSL color Cylindrical-coordinate representation of color #DE2C68: hue angle of 339.78º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DE2C68 is Cyan = 0, Magento = 0.80, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 44 | 104 | - |
| CMYK | 0 | 0.80 | 0.53 | 0.13 |
| HSL | 339.78º | 0.73% | 0.52% | - |
| HSV(B) | 339.78º | 0.8% | 0.87% | - |
| XYZ | 33.52 | 18.33 | 14.87 | - |
| YUV | 104.06 | 127.97 | 212.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 44 | 104 | 0 | 0.80 | 0.53 | 0.13 | 339.78 | 0.73 | 0.52 |
| Hex | DE | 2C | 68 | 0 | 50 | 35 | D | 154 | 49 | 34 |
| Octal | 336 | 54 | 150 | 0 | 120 | 65 | 15 | 524 | 111 | 64 |
| Binary | 11011110 | 101100 | 1101000 | 0 | 1010000 | 110101 | 1101 | 101010100 | 1001001 | 110100 |
Color Harmonies of #DE2C68
Complementary color
Monochromatic Colors of #DE2C68
Black with #DE2C68
Text Example
Text Example
White with #DE2C68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE2C68; }
p { color: rgb(222,44,104); }
H1.HeaderClassName
{
color: #DE2C68;
}
.AnyTagClassName
{
color: #DE2C68;
}
</style>
background-color css
<style>
a { background-color: #DE2C68; }
a { background-color: rgb(222,44,104); }
div.DivClassName
{
background-color: #DE2C68;
}
.BgClassName
{
background-color: #DE2C68;
}
</style>
border-color css
<style>
span { border-color: #DE2C68; }
span { border-color: rgb(222,44,104); }
td.TdClassName
{
border-color: #DE2C68;
}
.TagClassName
{
border-color: #DE2C68;
}
</style>