Shades of Cerise #DE2C69
Tints of Cerise #DE2C69
RGB
CMYK
RGB Variations
Color information
#DE2C69 (or 0xDE2C69) is known color: Cerise. HEX triplet: DE, 2C and 69. RGB value is (222,44,105). Sum of RGB (Red+Green+Blue) = 222+44+105=371 (49% of max value = 765). Red value is 222 (87.11% from 255 or 59.84% from 371); Green value is 44 (17.58% from 255 or 11.86% from 371); Blue value is 105 (41.41% from 255 or 28.30% from 371); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2C69 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE2C69 is #21D396. Grayscale: #686868. Windows color (decimal): -2216855 or 6892766. OLE color: 6892766.
HSL color Cylindrical-coordinate representation of color #DE2C69: hue angle of 339.44º 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 #DE2C69 is Cyan = 0, Magento = 0.80, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 44 | 105 | - |
| CMYK | 0 | 0.80 | 0.53 | 0.13 |
| HSL | 339.44º | 0.73% | 0.52% | - |
| HSV(B) | 339.44º | 0.8% | 0.87% | - |
| XYZ | 33.57 | 18.35 | 15.14 | - |
| YUV | 104.18 | 128.47 | 212.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 44 | 105 | 0 | 0.80 | 0.53 | 0.13 | 339.44 | 0.73 | 0.52 |
| Hex | DE | 2C | 69 | 0 | 50 | 35 | D | 153 | 49 | 34 |
| Octal | 336 | 54 | 151 | 0 | 120 | 65 | 15 | 523 | 111 | 64 |
| Binary | 11011110 | 101100 | 1101001 | 0 | 1010000 | 110101 | 1101 | 101010011 | 1001001 | 110100 |
Color Harmonies of #DE2C69
Complementary color
Monochromatic Colors of #DE2C69
Black with #DE2C69
Text Example
Text Example
White with #DE2C69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE2C69; }
p { color: rgb(222,44,105); }
H1.HeaderClassName
{
color: #DE2C69;
}
.AnyTagClassName
{
color: #DE2C69;
}
</style>
background-color css
<style>
a { background-color: #DE2C69; }
a { background-color: rgb(222,44,105); }
div.DivClassName
{
background-color: #DE2C69;
}
.BgClassName
{
background-color: #DE2C69;
}
</style>
border-color css
<style>
span { border-color: #DE2C69; }
span { border-color: rgb(222,44,105); }
td.TdClassName
{
border-color: #DE2C69;
}
.TagClassName
{
border-color: #DE2C69;
}
</style>