Shades of Cerise #DE2762
Tints of Cerise #DE2762
RGB
CMYK
RGB Variations
Color information
#DE2762 (or 0xDE2762) is known color: Cerise. HEX triplet: DE, 27 and 62. RGB value is (222,39,98). Sum of RGB (Red+Green+Blue) = 222+39+98=359 (47% of max value = 765). Red value is 222 (87.11% from 255 or 61.84% from 359); Green value is 39 (15.62% from 255 or 10.86% from 359); Blue value is 98 (38.67% from 255 or 27.30% from 359); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2762 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE2762 is #21D89D. Grayscale: #646464. Windows color (decimal): -2218142 or 6432734. OLE color: 6432734.
HSL color Cylindrical-coordinate representation of color #DE2762: hue angle of 340.66º 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 #DE2762 is Cyan = 0, Magento = 0.82, Yellow = 0.56 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 39 | 98 | - |
| CMYK | 0 | 0.82 | 0.56 | 0.13 |
| HSL | 340.66º | 0.73% | 0.51% | - |
| HSV(B) | 340.66º | 0.82% | 0.87% | - |
| XYZ | 33.05 | 17.86 | 13.26 | - |
| YUV | 100.44 | 126.63 | 214.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 39 | 98 | 0 | 0.82 | 0.56 | 0.13 | 340.66 | 0.73 | 0.51 |
| Hex | DE | 27 | 62 | 0 | 52 | 38 | D | 155 | 49 | 33 |
| Octal | 336 | 47 | 142 | 0 | 122 | 70 | 15 | 525 | 111 | 63 |
| Binary | 11011110 | 100111 | 1100010 | 0 | 1010010 | 111000 | 1101 | 101010101 | 1001001 | 110011 |
Color Harmonies of #DE2762
Complementary color
Monochromatic Colors of #DE2762
Black with #DE2762
Text Example
Text Example
White with #DE2762
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE2762; }
p { color: rgb(222,39,98); }
H1.HeaderClassName
{
color: #DE2762;
}
.AnyTagClassName
{
color: #DE2762;
}
</style>
background-color css
<style>
a { background-color: #DE2762; }
a { background-color: rgb(222,39,98); }
div.DivClassName
{
background-color: #DE2762;
}
.BgClassName
{
background-color: #DE2762;
}
</style>
border-color css
<style>
span { border-color: #DE2762; }
span { border-color: rgb(222,39,98); }
td.TdClassName
{
border-color: #DE2762;
}
.TagClassName
{
border-color: #DE2762;
}
</style>