Shades of Cerise #DE285A
Tints of Cerise #DE285A
RGB
CMYK
RGB Variations
Color information
#DE285A (or 0xDE285A) is known color: Cerise. HEX triplet: DE, 28 and 5A. RGB value is (222,40,90). Sum of RGB (Red+Green+Blue) = 222+40+90=352 (46% of max value = 765). Red value is 222 (87.11% from 255 or 63.07% from 352); Green value is 40 (16.02% from 255 or 11.36% from 352); Blue value is 90 (35.55% from 255 or 25.57% from 352); Max value from RGB is 222 - color contains mainly: red. Hex color #DE285A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE285A is #21D7A5. Grayscale: #646464. Windows color (decimal): -2217894 or 5908702. OLE color: 5908702.
HSL color Cylindrical-coordinate representation of color #DE285A: hue angle of 343.52º 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 #DE285A is Cyan = 0, Magento = 0.82, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 40 | 90 | - |
| CMYK | 0 | 0.82 | 0.59 | 0.13 |
| HSL | 343.52º | 0.73% | 0.51% | - |
| HSV(B) | 343.52º | 0.82% | 0.87% | - |
| XYZ | 32.73 | 17.79 | 11.38 | - |
| YUV | 100.12 | 122.3 | 214.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 40 | 90 | 0 | 0.82 | 0.59 | 0.13 | 343.52 | 0.73 | 0.51 |
| Hex | DE | 28 | 5A | 0 | 52 | 3B | D | 158 | 49 | 33 |
| Octal | 336 | 50 | 132 | 0 | 122 | 73 | 15 | 530 | 111 | 63 |
| Binary | 11011110 | 101000 | 1011010 | 0 | 1010010 | 111011 | 1101 | 101011000 | 1001001 | 110011 |
Color Harmonies of #DE285A
Complementary color
Monochromatic Colors of #DE285A
Black with #DE285A
Text Example
Text Example
White with #DE285A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE285A; }
p { color: rgb(222,40,90); }
H1.HeaderClassName
{
color: #DE285A;
}
.AnyTagClassName
{
color: #DE285A;
}
</style>
background-color css
<style>
a { background-color: #DE285A; }
a { background-color: rgb(222,40,90); }
div.DivClassName
{
background-color: #DE285A;
}
.BgClassName
{
background-color: #DE285A;
}
</style>
border-color css
<style>
span { border-color: #DE285A; }
span { border-color: rgb(222,40,90); }
td.TdClassName
{
border-color: #DE285A;
}
.TagClassName
{
border-color: #DE285A;
}
</style>