Shades of Cerise #DE285C
Tints of Cerise #DE285C
RGB
CMYK
RGB Variations
Color information
#DE285C (or 0xDE285C) is known color: Cerise. HEX triplet: DE, 28 and 5C. RGB value is (222,40,92). Sum of RGB (Red+Green+Blue) = 222+40+92=354 (46% of max value = 765). Red value is 222 (87.11% from 255 or 62.71% from 354); Green value is 40 (16.02% from 255 or 11.30% from 354); Blue value is 92 (36.33% from 255 or 25.99% from 354); Max value from RGB is 222 - color contains mainly: red. Hex color #DE285C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE285C is #21D7A3. Grayscale: #646464. Windows color (decimal): -2217892 or 6039774. OLE color: 6039774.
HSL color Cylindrical-coordinate representation of color #DE285C: hue angle of 342.86º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DE285C is Cyan = 0, Magento = 0.82, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 40 | 92 | - |
| CMYK | 0 | 0.82 | 0.59 | 0.13 |
| HSL | 342.86º | 0.73% | 0.51% | - |
| HSV(B) | 342.86º | 0.82% | 0.87% | - |
| XYZ | 32.81 | 17.82 | 11.84 | - |
| YUV | 100.35 | 123.3 | 214.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 40 | 92 | 0 | 0.82 | 0.59 | 0.13 | 342.86 | 0.73 | 0.51 |
| Hex | DE | 28 | 5C | 0 | 52 | 3B | D | 157 | 49 | 33 |
| Octal | 336 | 50 | 134 | 0 | 122 | 73 | 15 | 527 | 111 | 63 |
| Binary | 11011110 | 101000 | 1011100 | 0 | 1010010 | 111011 | 1101 | 101010111 | 1001001 | 110011 |
Color Harmonies of #DE285C
Complementary color
Monochromatic Colors of #DE285C
Black with #DE285C
Text Example
Text Example
White with #DE285C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE285C; }
p { color: rgb(222,40,92); }
H1.HeaderClassName
{
color: #DE285C;
}
.AnyTagClassName
{
color: #DE285C;
}
</style>
background-color css
<style>
a { background-color: #DE285C; }
a { background-color: rgb(222,40,92); }
div.DivClassName
{
background-color: #DE285C;
}
.BgClassName
{
background-color: #DE285C;
}
</style>
border-color css
<style>
span { border-color: #DE285C; }
span { border-color: rgb(222,40,92); }
td.TdClassName
{
border-color: #DE285C;
}
.TagClassName
{
border-color: #DE285C;
}
</style>