Shades of Cerise #DE316C
Tints of Cerise #DE316C
RGB
CMYK
RGB Variations
Color information
#DE316C (or 0xDE316C) is known color: Cerise. HEX triplet: DE, 31 and 6C. RGB value is (222,49,108). Sum of RGB (Red+Green+Blue) = 222+49+108=379 (50% of max value = 765). Red value is 222 (87.11% from 255 or 58.58% from 379); Green value is 49 (19.53% from 255 or 12.93% from 379); Blue value is 108 (42.58% from 255 or 28.50% from 379); Max value from RGB is 222 - color contains mainly: red. Hex color #DE316C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE316C is #21CE93. Grayscale: #6B6B6B. Windows color (decimal): -2215572 or 7090654. OLE color: 7090654.
HSL color Cylindrical-coordinate representation of color #DE316C: hue angle of 339.54º 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 #DE316C is Cyan = 0, Magento = 0.78, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 49 | 108 | - |
| CMYK | 0 | 0.78 | 0.51 | 0.13 |
| HSL | 339.54º | 0.72% | 0.53% | - |
| HSV(B) | 339.54º | 0.78% | 0.87% | - |
| XYZ | 33.93 | 18.81 | 16.03 | - |
| YUV | 107.45 | 128.31 | 209.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 49 | 108 | 0 | 0.78 | 0.51 | 0.13 | 339.54 | 0.72 | 0.53 |
| Hex | DE | 31 | 6C | 0 | 4E | 33 | D | 154 | 48 | 35 |
| Octal | 336 | 61 | 154 | 0 | 116 | 63 | 15 | 524 | 110 | 65 |
| Binary | 11011110 | 110001 | 1101100 | 0 | 1001110 | 110011 | 1101 | 101010100 | 1001000 | 110101 |
Color Harmonies of #DE316C
Complementary color
Monochromatic Colors of #DE316C
Black with #DE316C
Text Example
Text Example
White with #DE316C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE316C; }
p { color: rgb(222,49,108); }
H1.HeaderClassName
{
color: #DE316C;
}
.AnyTagClassName
{
color: #DE316C;
}
</style>
background-color css
<style>
a { background-color: #DE316C; }
a { background-color: rgb(222,49,108); }
div.DivClassName
{
background-color: #DE316C;
}
.BgClassName
{
background-color: #DE316C;
}
</style>
border-color css
<style>
span { border-color: #DE316C; }
span { border-color: rgb(222,49,108); }
td.TdClassName
{
border-color: #DE316C;
}
.TagClassName
{
border-color: #DE316C;
}
</style>