Shades of Deep Cerise #DE2277
Tints of Deep Cerise #DE2277
RGB
CMYK
RGB Variations
Color information
#DE2277 (or 0xDE2277) is known color: Deep Cerise. HEX triplet: DE, 22 and 77. RGB value is (222,34,119). Sum of RGB (Red+Green+Blue) = 222+34+119=375 (49% of max value = 765). Red value is 222 (87.11% from 255 or 59.2% from 375); Green value is 34 (13.67% from 255 or 9.07% from 375); Blue value is 119 (46.88% from 255 or 31.73% from 375); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2277 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE2277 is #21DD88. Grayscale: #636363. Windows color (decimal): -2219401 or 7807710. OLE color: 7807710.
HSL color Cylindrical-coordinate representation of color #DE2277: hue angle of 332.87º 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 #DE2277 is Cyan = 0, Magento = 0.85, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 34 | 119 | - |
| CMYK | 0 | 0.85 | 0.46 | 0.13 |
| HSL | 332.87º | 0.74% | 0.5% | - |
| HSV(B) | 332.87º | 0.85% | 0.87% | - |
| XYZ | 34.03 | 18.01 | 19.13 | - |
| YUV | 99.9 | 138.78 | 215.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 34 | 119 | 0 | 0.85 | 0.46 | 0.13 | 332.87 | 0.74 | 0.5 |
| Hex | DE | 22 | 77 | 0 | 55 | 2E | D | 14D | 4A | 32 |
| Octal | 336 | 42 | 167 | 0 | 125 | 56 | 15 | 515 | 112 | 62 |
| Binary | 11011110 | 100010 | 1110111 | 0 | 1010101 | 101110 | 1101 | 101001101 | 1001010 | 110010 |
Color Harmonies of #DE2277
Complementary color
Monochromatic Colors of #DE2277
Black with #DE2277
Text Example
Text Example
White with #DE2277
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE2277; }
p { color: rgb(222,34,119); }
H1.HeaderClassName
{
color: #DE2277;
}
.AnyTagClassName
{
color: #DE2277;
}
</style>
background-color css
<style>
a { background-color: #DE2277; }
a { background-color: rgb(222,34,119); }
div.DivClassName
{
background-color: #DE2277;
}
.BgClassName
{
background-color: #DE2277;
}
</style>
border-color css
<style>
span { border-color: #DE2277; }
span { border-color: rgb(222,34,119); }
td.TdClassName
{
border-color: #DE2277;
}
.TagClassName
{
border-color: #DE2277;
}
</style>