Shades of Cerise #DE425C
Tints of Cerise #DE425C
RGB
CMYK
RGB Variations
Color information
#DE425C (or 0xDE425C) is known color: Cerise. HEX triplet: DE, 42 and 5C. RGB value is (222,66,92). Sum of RGB (Red+Green+Blue) = 222+66+92=380 (50% of max value = 765). Red value is 222 (87.11% from 255 or 58.42% from 380); Green value is 66 (26.17% from 255 or 17.37% from 380); Blue value is 92 (36.33% from 255 or 24.21% from 380); Max value from RGB is 222 - color contains mainly: red. Hex color #DE425C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE425C is #21BDA3. Grayscale: #737373. Windows color (decimal): -2211236 or 6046430. OLE color: 6046430.
HSL color Cylindrical-coordinate representation of color #DE425C: hue angle of 350º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DE425C is Cyan = 0, Magento = 0.70, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 66 | 92 | - |
| CMYK | 0 | 0.70 | 0.59 | 0.13 |
| HSL | 350º | 0.7% | 0.56% | - |
| HSV(B) | 350º | 0.7% | 0.87% | - |
| XYZ | 34 | 20.2 | 12.23 | - |
| YUV | 115.61 | 114.68 | 203.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 66 | 92 | 0 | 0.70 | 0.59 | 0.13 | 350 | 0.7 | 0.56 |
| Hex | DE | 42 | 5C | 0 | 46 | 3B | D | 15E | 46 | 38 |
| Octal | 336 | 102 | 134 | 0 | 106 | 73 | 15 | 536 | 106 | 70 |
| Binary | 11011110 | 1000010 | 1011100 | 0 | 1000110 | 111011 | 1101 | 101011110 | 1000110 | 111000 |
Color Harmonies of #DE425C
Complementary color
Monochromatic Colors of #DE425C
Black with #DE425C
Text Example
Text Example
White with #DE425C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE425C; }
p { color: rgb(222,66,92); }
H1.HeaderClassName
{
color: #DE425C;
}
.AnyTagClassName
{
color: #DE425C;
}
</style>
background-color css
<style>
a { background-color: #DE425C; }
a { background-color: rgb(222,66,92); }
div.DivClassName
{
background-color: #DE425C;
}
.BgClassName
{
background-color: #DE425C;
}
</style>
border-color css
<style>
span { border-color: #DE425C; }
span { border-color: rgb(222,66,92); }
td.TdClassName
{
border-color: #DE425C;
}
.TagClassName
{
border-color: #DE425C;
}
</style>