Shades of Cerise #DE315C
Tints of Cerise #DE315C
RGB
CMYK
RGB Variations
Color information
#DE315C (or 0xDE315C) is known color: Cerise. HEX triplet: DE, 31 and 5C. RGB value is (222,49,92). Sum of RGB (Red+Green+Blue) = 222+49+92=363 (48% of max value = 765). Red value is 222 (87.11% from 255 or 61.16% from 363); Green value is 49 (19.53% from 255 or 13.50% from 363); Blue value is 92 (36.33% from 255 or 25.34% from 363); Max value from RGB is 222 - color contains mainly: red. Hex color #DE315C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE315C is #21CEA3. Grayscale: #696969. Windows color (decimal): -2215588 or 6042078. OLE color: 6042078.
HSL color Cylindrical-coordinate representation of color #DE315C: hue angle of 345.09º 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 #DE315C is Cyan = 0, Magento = 0.78, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 49 | 92 | - |
| CMYK | 0 | 0.78 | 0.59 | 0.13 |
| HSL | 345.09º | 0.72% | 0.53% | - |
| HSV(B) | 345.09º | 0.78% | 0.87% | - |
| XYZ | 33.15 | 18.5 | 11.95 | - |
| YUV | 105.63 | 120.31 | 211 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 49 | 92 | 0 | 0.78 | 0.59 | 0.13 | 345.09 | 0.72 | 0.53 |
| Hex | DE | 31 | 5C | 0 | 4E | 3B | D | 159 | 48 | 35 |
| Octal | 336 | 61 | 134 | 0 | 116 | 73 | 15 | 531 | 110 | 65 |
| Binary | 11011110 | 110001 | 1011100 | 0 | 1001110 | 111011 | 1101 | 101011001 | 1001000 | 110101 |
Color Harmonies of #DE315C
Complementary color
Monochromatic Colors of #DE315C
Black with #DE315C
Text Example
Text Example
White with #DE315C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE315C; }
p { color: rgb(222,49,92); }
H1.HeaderClassName
{
color: #DE315C;
}
.AnyTagClassName
{
color: #DE315C;
}
</style>
background-color css
<style>
a { background-color: #DE315C; }
a { background-color: rgb(222,49,92); }
div.DivClassName
{
background-color: #DE315C;
}
.BgClassName
{
background-color: #DE315C;
}
</style>
border-color css
<style>
span { border-color: #DE315C; }
span { border-color: rgb(222,49,92); }
td.TdClassName
{
border-color: #DE315C;
}
.TagClassName
{
border-color: #DE315C;
}
</style>