Shades of Cerise #DE285B
Tints of Cerise #DE285B
RGB
CMYK
RGB Variations
Color information
#DE285B (or 0xDE285B) is known color: Cerise. HEX triplet: DE, 28 and 5B. RGB value is (222,40,91). Sum of RGB (Red+Green+Blue) = 222+40+91=353 (46% of max value = 765). Red value is 222 (87.11% from 255 or 62.89% from 353); Green value is 40 (16.02% from 255 or 11.33% from 353); Blue value is 91 (35.94% from 255 or 25.78% from 353); Max value from RGB is 222 - color contains mainly: red. Hex color #DE285B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE285B is #21D7A4. Grayscale: #646464. Windows color (decimal): -2217893 or 5974238. OLE color: 5974238.
HSL color Cylindrical-coordinate representation of color #DE285B: hue angle of 343.19º 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 #DE285B is Cyan = 0, Magento = 0.82, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 40 | 91 | - |
| CMYK | 0 | 0.82 | 0.59 | 0.13 |
| HSL | 343.19º | 0.73% | 0.51% | - |
| HSV(B) | 343.19º | 0.82% | 0.87% | - |
| XYZ | 32.77 | 17.8 | 11.61 | - |
| YUV | 100.23 | 122.8 | 214.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 40 | 91 | 0 | 0.82 | 0.59 | 0.13 | 343.19 | 0.73 | 0.51 |
| Hex | DE | 28 | 5B | 0 | 52 | 3B | D | 157 | 49 | 33 |
| Octal | 336 | 50 | 133 | 0 | 122 | 73 | 15 | 527 | 111 | 63 |
| Binary | 11011110 | 101000 | 1011011 | 0 | 1010010 | 111011 | 1101 | 101010111 | 1001001 | 110011 |
Color Harmonies of #DE285B
Complementary color
Monochromatic Colors of #DE285B
Black with #DE285B
Text Example
Text Example
White with #DE285B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE285B; }
p { color: rgb(222,40,91); }
H1.HeaderClassName
{
color: #DE285B;
}
.AnyTagClassName
{
color: #DE285B;
}
</style>
background-color css
<style>
a { background-color: #DE285B; }
a { background-color: rgb(222,40,91); }
div.DivClassName
{
background-color: #DE285B;
}
.BgClassName
{
background-color: #DE285B;
}
</style>
border-color css
<style>
span { border-color: #DE285B; }
span { border-color: rgb(222,40,91); }
td.TdClassName
{
border-color: #DE285B;
}
.TagClassName
{
border-color: #DE285B;
}
</style>