Shades of Cerise #DE286E
Tints of Cerise #DE286E
RGB
CMYK
RGB Variations
Color information
#DE286E (or 0xDE286E) is known color: Cerise. HEX triplet: DE, 28 and 6E. RGB value is (222,40,110). Sum of RGB (Red+Green+Blue) = 222+40+110=372 (49% of max value = 765). Red value is 222 (87.11% from 255 or 59.68% from 372); Green value is 40 (16.02% from 255 or 10.75% from 372); Blue value is 110 (43.36% from 255 or 29.57% from 372); Max value from RGB is 222 - color contains mainly: red. Hex color #DE286E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE286E is #21D791. Grayscale: #666666. Windows color (decimal): -2217874 or 7219422. OLE color: 7219422.
HSL color Cylindrical-coordinate representation of color #DE286E: hue angle of 336.92º 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 #DE286E is Cyan = 0, Magento = 0.82, Yellow = 0.50 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 40 | 110 | - |
| CMYK | 0 | 0.82 | 0.50 | 0.13 |
| HSL | 336.92º | 0.73% | 0.51% | - |
| HSV(B) | 336.92º | 0.82% | 0.87% | - |
| XYZ | 33.7 | 18.17 | 16.48 | - |
| YUV | 102.4 | 132.3 | 213.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 40 | 110 | 0 | 0.82 | 0.50 | 0.13 | 336.92 | 0.73 | 0.51 |
| Hex | DE | 28 | 6E | 0 | 52 | 32 | D | 151 | 49 | 33 |
| Octal | 336 | 50 | 156 | 0 | 122 | 62 | 15 | 521 | 111 | 63 |
| Binary | 11011110 | 101000 | 1101110 | 0 | 1010010 | 110010 | 1101 | 101010001 | 1001001 | 110011 |
Color Harmonies of #DE286E
Complementary color
Monochromatic Colors of #DE286E
Black with #DE286E
Text Example
Text Example
White with #DE286E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE286E; }
p { color: rgb(222,40,110); }
H1.HeaderClassName
{
color: #DE286E;
}
.AnyTagClassName
{
color: #DE286E;
}
</style>
background-color css
<style>
a { background-color: #DE286E; }
a { background-color: rgb(222,40,110); }
div.DivClassName
{
background-color: #DE286E;
}
.BgClassName
{
background-color: #DE286E;
}
</style>
border-color css
<style>
span { border-color: #DE286E; }
span { border-color: rgb(222,40,110); }
td.TdClassName
{
border-color: #DE286E;
}
.TagClassName
{
border-color: #DE286E;
}
</style>