Shades of Cerise #DE2869
Tints of Cerise #DE2869
RGB
CMYK
RGB Variations
Color information
#DE2869 (or 0xDE2869) is known color: Cerise. HEX triplet: DE, 28 and 69. RGB value is (222,40,105). Sum of RGB (Red+Green+Blue) = 222+40+105=367 (48% of max value = 765). Red value is 222 (87.11% from 255 or 60.49% from 367); Green value is 40 (16.02% from 255 or 10.90% from 367); Blue value is 105 (41.41% from 255 or 28.61% from 367); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2869 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE2869 is #21D796. Grayscale: #656565. Windows color (decimal): -2217879 or 6891742. OLE color: 6891742.
HSL color Cylindrical-coordinate representation of color #DE2869: hue angle of 338.57º 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 #DE2869 is Cyan = 0, Magento = 0.82, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 40 | 105 | - |
| CMYK | 0 | 0.82 | 0.53 | 0.13 |
| HSL | 338.57º | 0.73% | 0.51% | - |
| HSV(B) | 338.57º | 0.82% | 0.87% | - |
| XYZ | 33.43 | 18.07 | 15.09 | - |
| YUV | 101.83 | 129.8 | 213.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 40 | 105 | 0 | 0.82 | 0.53 | 0.13 | 338.57 | 0.73 | 0.51 |
| Hex | DE | 28 | 69 | 0 | 52 | 35 | D | 153 | 49 | 33 |
| Octal | 336 | 50 | 151 | 0 | 122 | 65 | 15 | 523 | 111 | 63 |
| Binary | 11011110 | 101000 | 1101001 | 0 | 1010010 | 110101 | 1101 | 101010011 | 1001001 | 110011 |
Color Harmonies of #DE2869
Complementary color
Monochromatic Colors of #DE2869
Black with #DE2869
Text Example
Text Example
White with #DE2869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE2869; }
p { color: rgb(222,40,105); }
H1.HeaderClassName
{
color: #DE2869;
}
.AnyTagClassName
{
color: #DE2869;
}
</style>
background-color css
<style>
a { background-color: #DE2869; }
a { background-color: rgb(222,40,105); }
div.DivClassName
{
background-color: #DE2869;
}
.BgClassName
{
background-color: #DE2869;
}
</style>
border-color css
<style>
span { border-color: #DE2869; }
span { border-color: rgb(222,40,105); }
td.TdClassName
{
border-color: #DE2869;
}
.TagClassName
{
border-color: #DE2869;
}
</style>