Shades of Cerise #DE2768
Tints of Cerise #DE2768
RGB
CMYK
RGB Variations
Color information
#DE2768 (or 0xDE2768) is known color: Cerise. HEX triplet: DE, 27 and 68. RGB value is (222,39,104). Sum of RGB (Red+Green+Blue) = 222+39+104=365 (48% of max value = 765). Red value is 222 (87.11% from 255 or 60.82% from 365); Green value is 39 (15.62% from 255 or 10.68% from 365); Blue value is 104 (41.02% from 255 or 28.49% from 365); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2768 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE2768 is #21D897. Grayscale: #656565. Windows color (decimal): -2218136 or 6825950. OLE color: 6825950.
HSL color Cylindrical-coordinate representation of color #DE2768: hue angle of 338.69º 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 #DE2768 is Cyan = 0, Magento = 0.82, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 39 | 104 | - |
| CMYK | 0 | 0.82 | 0.53 | 0.13 |
| HSL | 338.69º | 0.73% | 0.51% | - |
| HSV(B) | 338.69º | 0.82% | 0.87% | - |
| XYZ | 33.35 | 17.98 | 14.81 | - |
| YUV | 101.13 | 129.63 | 214.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 39 | 104 | 0 | 0.82 | 0.53 | 0.13 | 338.69 | 0.73 | 0.51 |
| Hex | DE | 27 | 68 | 0 | 52 | 35 | D | 153 | 49 | 33 |
| Octal | 336 | 47 | 150 | 0 | 122 | 65 | 15 | 523 | 111 | 63 |
| Binary | 11011110 | 100111 | 1101000 | 0 | 1010010 | 110101 | 1101 | 101010011 | 1001001 | 110011 |
Color Harmonies of #DE2768
Complementary color
Monochromatic Colors of #DE2768
Black with #DE2768
Text Example
Text Example
White with #DE2768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE2768; }
p { color: rgb(222,39,104); }
H1.HeaderClassName
{
color: #DE2768;
}
.AnyTagClassName
{
color: #DE2768;
}
</style>
background-color css
<style>
a { background-color: #DE2768; }
a { background-color: rgb(222,39,104); }
div.DivClassName
{
background-color: #DE2768;
}
.BgClassName
{
background-color: #DE2768;
}
</style>
border-color css
<style>
span { border-color: #DE2768; }
span { border-color: rgb(222,39,104); }
td.TdClassName
{
border-color: #DE2768;
}
.TagClassName
{
border-color: #DE2768;
}
</style>