Shades of Cerise #DE3168
Tints of Cerise #DE3168
RGB
CMYK
RGB Variations
Color information
#DE3168 (or 0xDE3168) is known color: Cerise. HEX triplet: DE, 31 and 68. RGB value is (222,49,104). Sum of RGB (Red+Green+Blue) = 222+49+104=375 (49% of max value = 765). Red value is 222 (87.11% from 255 or 59.2% from 375); Green value is 49 (19.53% from 255 or 13.07% from 375); Blue value is 104 (41.02% from 255 or 27.73% from 375); Max value from RGB is 222 - color contains mainly: red. Hex color #DE3168 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE3168 is #21CE97. Grayscale: #6A6A6A. Windows color (decimal): -2215576 or 6828510. OLE color: 6828510.
HSL color Cylindrical-coordinate representation of color #DE3168: hue angle of 340.92º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DE3168 is Cyan = 0, Magento = 0.78, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 49 | 104 | - |
| CMYK | 0 | 0.78 | 0.53 | 0.13 |
| HSL | 340.92º | 0.72% | 0.53% | - |
| HSV(B) | 340.92º | 0.78% | 0.87% | - |
| XYZ | 33.72 | 18.73 | 14.93 | - |
| YUV | 107 | 126.31 | 210.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 49 | 104 | 0 | 0.78 | 0.53 | 0.13 | 340.92 | 0.72 | 0.53 |
| Hex | DE | 31 | 68 | 0 | 4E | 35 | D | 155 | 48 | 35 |
| Octal | 336 | 61 | 150 | 0 | 116 | 65 | 15 | 525 | 110 | 65 |
| Binary | 11011110 | 110001 | 1101000 | 0 | 1001110 | 110101 | 1101 | 101010101 | 1001000 | 110101 |
Color Harmonies of #DE3168
Complementary color
Monochromatic Colors of #DE3168
Black with #DE3168
Text Example
Text Example
White with #DE3168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE3168; }
p { color: rgb(222,49,104); }
H1.HeaderClassName
{
color: #DE3168;
}
.AnyTagClassName
{
color: #DE3168;
}
</style>
background-color css
<style>
a { background-color: #DE3168; }
a { background-color: rgb(222,49,104); }
div.DivClassName
{
background-color: #DE3168;
}
.BgClassName
{
background-color: #DE3168;
}
</style>
border-color css
<style>
span { border-color: #DE3168; }
span { border-color: rgb(222,49,104); }
td.TdClassName
{
border-color: #DE3168;
}
.TagClassName
{
border-color: #DE3168;
}
</style>