Shades of Cerise #DE286D
Tints of Cerise #DE286D
RGB
CMYK
RGB Variations
Color information
#DE286D (or 0xDE286D) is known color: Cerise. HEX triplet: DE, 28 and 6D. RGB value is (222,40,109). Sum of RGB (Red+Green+Blue) = 222+40+109=371 (49% of max value = 765). Red value is 222 (87.11% from 255 or 59.84% from 371); Green value is 40 (16.02% from 255 or 10.78% from 371); Blue value is 109 (42.97% from 255 or 29.38% from 371); Max value from RGB is 222 - color contains mainly: red. Hex color #DE286D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE286D is #21D792. Grayscale: #666666. Windows color (decimal): -2217875 or 7153886. OLE color: 7153886.
HSL color Cylindrical-coordinate representation of color #DE286D: hue angle of 337.25º 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 #DE286D is Cyan = 0, Magento = 0.82, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 40 | 109 | - |
| CMYK | 0 | 0.82 | 0.51 | 0.13 |
| HSL | 337.25º | 0.73% | 0.51% | - |
| HSV(B) | 337.25º | 0.82% | 0.87% | - |
| XYZ | 33.64 | 18.15 | 16.2 | - |
| YUV | 102.28 | 131.8 | 213.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 40 | 109 | 0 | 0.82 | 0.51 | 0.13 | 337.25 | 0.73 | 0.51 |
| Hex | DE | 28 | 6D | 0 | 52 | 33 | D | 151 | 49 | 33 |
| Octal | 336 | 50 | 155 | 0 | 122 | 63 | 15 | 521 | 111 | 63 |
| Binary | 11011110 | 101000 | 1101101 | 0 | 1010010 | 110011 | 1101 | 101010001 | 1001001 | 110011 |
Color Harmonies of #DE286D
Complementary color
Monochromatic Colors of #DE286D
Black with #DE286D
Text Example
Text Example
White with #DE286D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE286D; }
p { color: rgb(222,40,109); }
H1.HeaderClassName
{
color: #DE286D;
}
.AnyTagClassName
{
color: #DE286D;
}
</style>
background-color css
<style>
a { background-color: #DE286D; }
a { background-color: rgb(222,40,109); }
div.DivClassName
{
background-color: #DE286D;
}
.BgClassName
{
background-color: #DE286D;
}
</style>
border-color css
<style>
span { border-color: #DE286D; }
span { border-color: rgb(222,40,109); }
td.TdClassName
{
border-color: #DE286D;
}
.TagClassName
{
border-color: #DE286D;
}
</style>