Shades of Cerise #DE4662
Tints of Cerise #DE4662
RGB
CMYK
RGB Variations
Color information
#DE4662 (or 0xDE4662) is known color: Cerise. HEX triplet: DE, 46 and 62. RGB value is (222,70,98). Sum of RGB (Red+Green+Blue) = 222+70+98=390 (51% of max value = 765). Red value is 222 (87.11% from 255 or 56.92% from 390); Green value is 70 (27.73% from 255 or 17.95% from 390); Blue value is 98 (38.67% from 255 or 25.13% from 390); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4662 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE4662 is #21B99D. Grayscale: #767676. Windows color (decimal): -2210206 or 6440670. OLE color: 6440670.
HSL color Cylindrical-coordinate representation of color #DE4662: hue angle of 348.95º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DE4662 is Cyan = 0, Magento = 0.68, Yellow = 0.56 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 70 | 98 | - |
| CMYK | 0 | 0.68 | 0.56 | 0.13 |
| HSL | 348.95º | 0.7% | 0.57% | - |
| HSV(B) | 348.95º | 0.68% | 0.87% | - |
| XYZ | 34.52 | 20.79 | 13.75 | - |
| YUV | 118.64 | 116.36 | 201.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 70 | 98 | 0 | 0.68 | 0.56 | 0.13 | 348.95 | 0.7 | 0.57 |
| Hex | DE | 46 | 62 | 0 | 44 | 38 | D | 15D | 46 | 39 |
| Octal | 336 | 106 | 142 | 0 | 104 | 70 | 15 | 535 | 106 | 71 |
| Binary | 11011110 | 1000110 | 1100010 | 0 | 1000100 | 111000 | 1101 | 101011101 | 1000110 | 111001 |
Color Harmonies of #DE4662
Complementary color
Monochromatic Colors of #DE4662
Black with #DE4662
Text Example
Text Example
White with #DE4662
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE4662; }
p { color: rgb(222,70,98); }
H1.HeaderClassName
{
color: #DE4662;
}
.AnyTagClassName
{
color: #DE4662;
}
</style>
background-color css
<style>
a { background-color: #DE4662; }
a { background-color: rgb(222,70,98); }
div.DivClassName
{
background-color: #DE4662;
}
.BgClassName
{
background-color: #DE4662;
}
</style>
border-color css
<style>
span { border-color: #DE4662; }
span { border-color: rgb(222,70,98); }
td.TdClassName
{
border-color: #DE4662;
}
.TagClassName
{
border-color: #DE4662;
}
</style>