Shades of Cerise #DE426C
Tints of Cerise #DE426C
RGB
CMYK
RGB Variations
Color information
#DE426C (or 0xDE426C) is known color: Cerise. HEX triplet: DE, 42 and 6C. RGB value is (222,66,108). Sum of RGB (Red+Green+Blue) = 222+66+108=396 (52% of max value = 765). Red value is 222 (87.11% from 255 or 56.06% from 396); Green value is 66 (26.17% from 255 or 16.67% from 396); Blue value is 108 (42.58% from 255 or 27.27% from 396); Max value from RGB is 222 - color contains mainly: red. Hex color #DE426C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE426C is #21BD93. Grayscale: #757575. Windows color (decimal): -2211220 or 7095006. OLE color: 7095006.
HSL color Cylindrical-coordinate representation of color #DE426C: hue angle of 343.85º 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 #DE426C is Cyan = 0, Magento = 0.70, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 66 | 108 | - |
| CMYK | 0 | 0.70 | 0.51 | 0.13 |
| HSL | 343.85º | 0.7% | 0.56% | - |
| HSV(B) | 343.85º | 0.7% | 0.87% | - |
| XYZ | 34.78 | 20.51 | 16.31 | - |
| YUV | 117.43 | 122.68 | 202.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 66 | 108 | 0 | 0.70 | 0.51 | 0.13 | 343.85 | 0.7 | 0.56 |
| Hex | DE | 42 | 6C | 0 | 46 | 33 | D | 158 | 46 | 38 |
| Octal | 336 | 102 | 154 | 0 | 106 | 63 | 15 | 530 | 106 | 70 |
| Binary | 11011110 | 1000010 | 1101100 | 0 | 1000110 | 110011 | 1101 | 101011000 | 1000110 | 111000 |
Color Harmonies of #DE426C
Complementary color
Monochromatic Colors of #DE426C
Black with #DE426C
Text Example
Text Example
White with #DE426C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE426C; }
p { color: rgb(222,66,108); }
H1.HeaderClassName
{
color: #DE426C;
}
.AnyTagClassName
{
color: #DE426C;
}
</style>
background-color css
<style>
a { background-color: #DE426C; }
a { background-color: rgb(222,66,108); }
div.DivClassName
{
background-color: #DE426C;
}
.BgClassName
{
background-color: #DE426C;
}
</style>
border-color css
<style>
span { border-color: #DE426C; }
span { border-color: rgb(222,66,108); }
td.TdClassName
{
border-color: #DE426C;
}
.TagClassName
{
border-color: #DE426C;
}
</style>