Shades of Cerise #DE315E
Tints of Cerise #DE315E
RGB
CMYK
RGB Variations
Color information
#DE315E (or 0xDE315E) is known color: Cerise. HEX triplet: DE, 31 and 5E. RGB value is (222,49,94). Sum of RGB (Red+Green+Blue) = 222+49+94=365 (48% of max value = 765). Red value is 222 (87.11% from 255 or 60.82% from 365); Green value is 49 (19.53% from 255 or 13.42% from 365); Blue value is 94 (37.11% from 255 or 25.75% from 365); Max value from RGB is 222 - color contains mainly: red. Hex color #DE315E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE315E is #21CEA1. Grayscale: #696969. Windows color (decimal): -2215586 or 6173150. OLE color: 6173150.
HSL color Cylindrical-coordinate representation of color #DE315E: hue angle of 344.39º 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 #DE315E is Cyan = 0, Magento = 0.78, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 49 | 94 | - |
| CMYK | 0 | 0.78 | 0.58 | 0.13 |
| HSL | 344.39º | 0.72% | 0.53% | - |
| HSV(B) | 344.39º | 0.78% | 0.87% | - |
| XYZ | 33.24 | 18.53 | 12.42 | - |
| YUV | 105.86 | 121.31 | 210.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 49 | 94 | 0 | 0.78 | 0.58 | 0.13 | 344.39 | 0.72 | 0.53 |
| Hex | DE | 31 | 5E | 0 | 4E | 3A | D | 158 | 48 | 35 |
| Octal | 336 | 61 | 136 | 0 | 116 | 72 | 15 | 530 | 110 | 65 |
| Binary | 11011110 | 110001 | 1011110 | 0 | 1001110 | 111010 | 1101 | 101011000 | 1001000 | 110101 |
Color Harmonies of #DE315E
Complementary color
Monochromatic Colors of #DE315E
Black with #DE315E
Text Example
Text Example
White with #DE315E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE315E; }
p { color: rgb(222,49,94); }
H1.HeaderClassName
{
color: #DE315E;
}
.AnyTagClassName
{
color: #DE315E;
}
</style>
background-color css
<style>
a { background-color: #DE315E; }
a { background-color: rgb(222,49,94); }
div.DivClassName
{
background-color: #DE315E;
}
.BgClassName
{
background-color: #DE315E;
}
</style>
border-color css
<style>
span { border-color: #DE315E; }
span { border-color: rgb(222,49,94); }
td.TdClassName
{
border-color: #DE315E;
}
.TagClassName
{
border-color: #DE315E;
}
</style>