Shades of Cerise #DE255C
Tints of Cerise #DE255C
RGB
CMYK
RGB Variations
Color information
#DE255C (or 0xDE255C) is known color: Cerise. HEX triplet: DE, 25 and 5C. RGB value is (222,37,92). Sum of RGB (Red+Green+Blue) = 222+37+92=351 (46% of max value = 765). Red value is 222 (87.11% from 255 or 63.25% from 351); Green value is 37 (14.84% from 255 or 10.54% from 351); Blue value is 92 (36.33% from 255 or 26.21% from 351); Max value from RGB is 222 - color contains mainly: red. Hex color #DE255C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE255C is #21DAA3. Grayscale: #626262. Windows color (decimal): -2218660 or 6039006. OLE color: 6039006.
HSL color Cylindrical-coordinate representation of color #DE255C: hue angle of 342.16º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DE255C is Cyan = 0, Magento = 0.83, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 37 | 92 | - |
| CMYK | 0 | 0.83 | 0.59 | 0.13 |
| HSL | 342.16º | 0.74% | 0.51% | - |
| HSV(B) | 342.16º | 0.83% | 0.87% | - |
| XYZ | 32.72 | 17.63 | 11.8 | - |
| YUV | 98.59 | 124.29 | 216.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 37 | 92 | 0 | 0.83 | 0.59 | 0.13 | 342.16 | 0.74 | 0.51 |
| Hex | DE | 25 | 5C | 0 | 53 | 3B | D | 156 | 4A | 33 |
| Octal | 336 | 45 | 134 | 0 | 123 | 73 | 15 | 526 | 112 | 63 |
| Binary | 11011110 | 100101 | 1011100 | 0 | 1010011 | 111011 | 1101 | 101010110 | 1001010 | 110011 |
Color Harmonies of #DE255C
Complementary color
Monochromatic Colors of #DE255C
Black with #DE255C
Text Example
Text Example
White with #DE255C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE255C; }
p { color: rgb(222,37,92); }
H1.HeaderClassName
{
color: #DE255C;
}
.AnyTagClassName
{
color: #DE255C;
}
</style>
background-color css
<style>
a { background-color: #DE255C; }
a { background-color: rgb(222,37,92); }
div.DivClassName
{
background-color: #DE255C;
}
.BgClassName
{
background-color: #DE255C;
}
</style>
border-color css
<style>
span { border-color: #DE255C; }
span { border-color: rgb(222,37,92); }
td.TdClassName
{
border-color: #DE255C;
}
.TagClassName
{
border-color: #DE255C;
}
</style>