Shades of Cerise #DE316D
Tints of Cerise #DE316D
RGB
CMYK
RGB Variations
Color information
#DE316D (or 0xDE316D) is known color: Cerise. HEX triplet: DE, 31 and 6D. RGB value is (222,49,109). Sum of RGB (Red+Green+Blue) = 222+49+109=380 (50% of max value = 765). Red value is 222 (87.11% from 255 or 58.42% from 380); Green value is 49 (19.53% from 255 or 12.89% from 380); Blue value is 109 (42.97% from 255 or 28.68% from 380); Max value from RGB is 222 - color contains mainly: red. Hex color #DE316D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE316D is #21CE92. Grayscale: #6B6B6B. Windows color (decimal): -2215571 or 7156190. OLE color: 7156190.
HSL color Cylindrical-coordinate representation of color #DE316D: hue angle of 339.19º 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 #DE316D is Cyan = 0, Magento = 0.78, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 49 | 109 | - |
| CMYK | 0 | 0.78 | 0.51 | 0.13 |
| HSL | 339.19º | 0.72% | 0.53% | - |
| HSV(B) | 339.19º | 0.78% | 0.87% | - |
| XYZ | 33.98 | 18.83 | 16.31 | - |
| YUV | 107.57 | 128.81 | 209.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 49 | 109 | 0 | 0.78 | 0.51 | 0.13 | 339.19 | 0.72 | 0.53 |
| Hex | DE | 31 | 6D | 0 | 4E | 33 | D | 153 | 48 | 35 |
| Octal | 336 | 61 | 155 | 0 | 116 | 63 | 15 | 523 | 110 | 65 |
| Binary | 11011110 | 110001 | 1101101 | 0 | 1001110 | 110011 | 1101 | 101010011 | 1001000 | 110101 |
Color Harmonies of #DE316D
Complementary color
Monochromatic Colors of #DE316D
Black with #DE316D
Text Example
Text Example
White with #DE316D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE316D; }
p { color: rgb(222,49,109); }
H1.HeaderClassName
{
color: #DE316D;
}
.AnyTagClassName
{
color: #DE316D;
}
</style>
background-color css
<style>
a { background-color: #DE316D; }
a { background-color: rgb(222,49,109); }
div.DivClassName
{
background-color: #DE316D;
}
.BgClassName
{
background-color: #DE316D;
}
</style>
border-color css
<style>
span { border-color: #DE316D; }
span { border-color: rgb(222,49,109); }
td.TdClassName
{
border-color: #DE316D;
}
.TagClassName
{
border-color: #DE316D;
}
</style>