Shades of Cerise #DF315C
Tints of Cerise #DF315C
RGB
CMYK
RGB Variations
Color information
#DF315C (or 0xDF315C) is known color: Cerise. HEX triplet: DF, 31 and 5C. RGB value is (223,49,92). Sum of RGB (Red+Green+Blue) = 223+49+92=364 (48% of max value = 765). Red value is 223 (87.5% from 255 or 61.26% from 364); Green value is 49 (19.53% from 255 or 13.46% from 364); Blue value is 92 (36.33% from 255 or 25.27% from 364); Max value from RGB is 223 - color contains mainly: red. Hex color #DF315C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF315C is #20CEA3. Grayscale: #696969. Windows color (decimal): -2150052 or 6042079. OLE color: 6042079.
HSL color Cylindrical-coordinate representation of color #DF315C: hue angle of 345.17º degrees, saturation: 0.73, 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 #DF315C is Cyan = 0, Magento = 0.78, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 49 | 92 | - |
| CMYK | 0 | 0.78 | 0.59 | 0.13 |
| HSL | 345.17º | 0.73% | 0.53% | - |
| HSV(B) | 345.17º | 0.78% | 0.87% | - |
| XYZ | 33.46 | 18.66 | 11.96 | - |
| YUV | 105.93 | 120.15 | 211.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 49 | 92 | 0 | 0.78 | 0.59 | 0.13 | 345.17 | 0.73 | 0.53 |
| Hex | DF | 31 | 5C | 0 | 4E | 3B | D | 159 | 49 | 35 |
| Octal | 337 | 61 | 134 | 0 | 116 | 73 | 15 | 531 | 111 | 65 |
| Binary | 11011111 | 110001 | 1011100 | 0 | 1001110 | 111011 | 1101 | 101011001 | 1001001 | 110101 |
Color Harmonies of #DF315C
Complementary color
Monochromatic Colors of #DF315C
Black with #DF315C
Text Example
Text Example
White with #DF315C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF315C; }
p { color: rgb(223,49,92); }
H1.HeaderClassName
{
color: #DF315C;
}
.AnyTagClassName
{
color: #DF315C;
}
</style>
background-color css
<style>
a { background-color: #DF315C; }
a { background-color: rgb(223,49,92); }
div.DivClassName
{
background-color: #DF315C;
}
.BgClassName
{
background-color: #DF315C;
}
</style>
border-color css
<style>
span { border-color: #DF315C; }
span { border-color: rgb(223,49,92); }
td.TdClassName
{
border-color: #DF315C;
}
.TagClassName
{
border-color: #DF315C;
}
</style>