Shades of Cerise #DE2871
Tints of Cerise #DE2871
RGB
CMYK
RGB Variations
Color information
#DE2871 (or 0xDE2871) is known color: Cerise. HEX triplet: DE, 28 and 71. RGB value is (222,40,113). Sum of RGB (Red+Green+Blue) = 222+40+113=375 (49% of max value = 765). Red value is 222 (87.11% from 255 or 59.2% from 375); Green value is 40 (16.02% from 255 or 10.67% from 375); Blue value is 113 (44.53% from 255 or 30.13% from 375); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2871 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE2871 is #21D78E. Grayscale: #666666. Windows color (decimal): -2217871 or 7416030. OLE color: 7416030.
HSL color Cylindrical-coordinate representation of color #DE2871: hue angle of 335.93º 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 #DE2871 is Cyan = 0, Magento = 0.82, Yellow = 0.49 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 40 | 113 | - |
| CMYK | 0 | 0.82 | 0.49 | 0.13 |
| HSL | 335.93º | 0.73% | 0.51% | - |
| HSV(B) | 335.93º | 0.82% | 0.87% | - |
| XYZ | 33.86 | 18.24 | 17.36 | - |
| YUV | 102.74 | 133.8 | 213.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 40 | 113 | 0 | 0.82 | 0.49 | 0.13 | 335.93 | 0.73 | 0.51 |
| Hex | DE | 28 | 71 | 0 | 52 | 31 | D | 150 | 49 | 33 |
| Octal | 336 | 50 | 161 | 0 | 122 | 61 | 15 | 520 | 111 | 63 |
| Binary | 11011110 | 101000 | 1110001 | 0 | 1010010 | 110001 | 1101 | 101010000 | 1001001 | 110011 |
Color Harmonies of #DE2871
Complementary color
Monochromatic Colors of #DE2871
Black with #DE2871
Text Example
Text Example
White with #DE2871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE2871; }
p { color: rgb(222,40,113); }
H1.HeaderClassName
{
color: #DE2871;
}
.AnyTagClassName
{
color: #DE2871;
}
</style>
background-color css
<style>
a { background-color: #DE2871; }
a { background-color: rgb(222,40,113); }
div.DivClassName
{
background-color: #DE2871;
}
.BgClassName
{
background-color: #DE2871;
}
</style>
border-color css
<style>
span { border-color: #DE2871; }
span { border-color: rgb(222,40,113); }
td.TdClassName
{
border-color: #DE2871;
}
.TagClassName
{
border-color: #DE2871;
}
</style>