Shades of Cerise #DE2773
Tints of Cerise #DE2773
RGB
CMYK
RGB Variations
Color information
#DE2773 (or 0xDE2773) is known color: Cerise. HEX triplet: DE, 27 and 73. RGB value is (222,39,115). Sum of RGB (Red+Green+Blue) = 222+39+115=376 (49% of max value = 765). Red value is 222 (87.11% from 255 or 59.04% from 376); Green value is 39 (15.62% from 255 or 10.37% from 376); Blue value is 115 (45.31% from 255 or 30.59% from 376); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2773 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE2773 is #21D88C. Grayscale: #666666. Windows color (decimal): -2218125 or 7546846. OLE color: 7546846.
HSL color Cylindrical-coordinate representation of color #DE2773: hue angle of 335.08º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DE2773 is Cyan = 0, Magento = 0.82, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 39 | 115 | - |
| CMYK | 0 | 0.82 | 0.48 | 0.13 |
| HSL | 335.08º | 0.73% | 0.51% | - |
| HSV(B) | 335.08º | 0.82% | 0.87% | - |
| XYZ | 33.94 | 18.22 | 17.95 | - |
| YUV | 102.38 | 135.13 | 213.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 39 | 115 | 0 | 0.82 | 0.48 | 0.13 | 335.08 | 0.73 | 0.51 |
| Hex | DE | 27 | 73 | 0 | 52 | 30 | D | 14F | 49 | 33 |
| Octal | 336 | 47 | 163 | 0 | 122 | 60 | 15 | 517 | 111 | 63 |
| Binary | 11011110 | 100111 | 1110011 | 0 | 1010010 | 110000 | 1101 | 101001111 | 1001001 | 110011 |
Color Harmonies of #DE2773
Complementary color
Monochromatic Colors of #DE2773
Black with #DE2773
Text Example
Text Example
White with #DE2773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE2773; }
p { color: rgb(222,39,115); }
H1.HeaderClassName
{
color: #DE2773;
}
.AnyTagClassName
{
color: #DE2773;
}
</style>
background-color css
<style>
a { background-color: #DE2773; }
a { background-color: rgb(222,39,115); }
div.DivClassName
{
background-color: #DE2773;
}
.BgClassName
{
background-color: #DE2773;
}
</style>
border-color css
<style>
span { border-color: #DE2773; }
span { border-color: rgb(222,39,115); }
td.TdClassName
{
border-color: #DE2773;
}
.TagClassName
{
border-color: #DE2773;
}
</style>