Shades of Cerise #DE335A
Tints of Cerise #DE335A
RGB
CMYK
RGB Variations
Color information
#DE335A (or 0xDE335A) is known color: Cerise. HEX triplet: DE, 33 and 5A. RGB value is (222,51,90). Sum of RGB (Red+Green+Blue) = 222+51+90=363 (48% of max value = 765). Red value is 222 (87.11% from 255 or 61.16% from 363); Green value is 51 (20.31% from 255 or 14.05% from 363); Blue value is 90 (35.55% from 255 or 24.79% from 363); Max value from RGB is 222 - color contains mainly: red. Hex color #DE335A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE335A is #21CCA5. Grayscale: #6A6A6A. Windows color (decimal): -2215078 or 5911518. OLE color: 5911518.
HSL color Cylindrical-coordinate representation of color #DE335A: hue angle of 346.32º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DE335A is Cyan = 0, Magento = 0.77, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 51 | 90 | - |
| CMYK | 0 | 0.77 | 0.59 | 0.13 |
| HSL | 346.32º | 0.72% | 0.54% | - |
| HSV(B) | 346.32º | 0.77% | 0.87% | - |
| XYZ | 33.15 | 18.64 | 11.52 | - |
| YUV | 106.58 | 118.65 | 210.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 51 | 90 | 0 | 0.77 | 0.59 | 0.13 | 346.32 | 0.72 | 0.54 |
| Hex | DE | 33 | 5A | 0 | 4D | 3B | D | 15A | 48 | 36 |
| Octal | 336 | 63 | 132 | 0 | 115 | 73 | 15 | 532 | 110 | 66 |
| Binary | 11011110 | 110011 | 1011010 | 0 | 1001101 | 111011 | 1101 | 101011010 | 1001000 | 110110 |
Color Harmonies of #DE335A
Complementary color
Monochromatic Colors of #DE335A
Black with #DE335A
Text Example
Text Example
White with #DE335A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE335A; }
p { color: rgb(222,51,90); }
H1.HeaderClassName
{
color: #DE335A;
}
.AnyTagClassName
{
color: #DE335A;
}
</style>
background-color css
<style>
a { background-color: #DE335A; }
a { background-color: rgb(222,51,90); }
div.DivClassName
{
background-color: #DE335A;
}
.BgClassName
{
background-color: #DE335A;
}
</style>
border-color css
<style>
span { border-color: #DE335A; }
span { border-color: rgb(222,51,90); }
td.TdClassName
{
border-color: #DE335A;
}
.TagClassName
{
border-color: #DE335A;
}
</style>