Shades of Deep Cerise #DE2777
Tints of Deep Cerise #DE2777
RGB
CMYK
RGB Variations
Color information
#DE2777 (or 0xDE2777) is known color: Deep Cerise. HEX triplet: DE, 27 and 77. RGB value is (222,39,119). Sum of RGB (Red+Green+Blue) = 222+39+119=380 (50% of max value = 765). Red value is 222 (87.11% from 255 or 58.42% from 380); Green value is 39 (15.62% from 255 or 10.26% from 380); Blue value is 119 (46.88% from 255 or 31.32% from 380); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2777 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE2777 is #21D888. Grayscale: #666666. Windows color (decimal): -2218121 or 7808990. OLE color: 7808990.
HSL color Cylindrical-coordinate representation of color #DE2777: hue angle of 333.77º 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 #DE2777 is Cyan = 0, Magento = 0.82, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 39 | 119 | - |
| CMYK | 0 | 0.82 | 0.46 | 0.13 |
| HSL | 333.77º | 0.73% | 0.51% | - |
| HSV(B) | 333.77º | 0.82% | 0.87% | - |
| XYZ | 34.18 | 18.31 | 19.19 | - |
| YUV | 102.84 | 137.13 | 213 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 39 | 119 | 0 | 0.82 | 0.46 | 0.13 | 333.77 | 0.73 | 0.51 |
| Hex | DE | 27 | 77 | 0 | 52 | 2E | D | 14E | 49 | 33 |
| Octal | 336 | 47 | 167 | 0 | 122 | 56 | 15 | 516 | 111 | 63 |
| Binary | 11011110 | 100111 | 1110111 | 0 | 1010010 | 101110 | 1101 | 101001110 | 1001001 | 110011 |
Color Harmonies of #DE2777
Complementary color
Monochromatic Colors of #DE2777
Black with #DE2777
Text Example
Text Example
White with #DE2777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE2777; }
p { color: rgb(222,39,119); }
H1.HeaderClassName
{
color: #DE2777;
}
.AnyTagClassName
{
color: #DE2777;
}
</style>
background-color css
<style>
a { background-color: #DE2777; }
a { background-color: rgb(222,39,119); }
div.DivClassName
{
background-color: #DE2777;
}
.BgClassName
{
background-color: #DE2777;
}
</style>
border-color css
<style>
span { border-color: #DE2777; }
span { border-color: rgb(222,39,119); }
td.TdClassName
{
border-color: #DE2777;
}
.TagClassName
{
border-color: #DE2777;
}
</style>