Shades of Cerise #DF245C
Tints of Cerise #DF245C
RGB
CMYK
RGB Variations
Color information
#DF245C (or 0xDF245C) is known color: Cerise. HEX triplet: DF, 24 and 5C. RGB value is (223,36,92). Sum of RGB (Red+Green+Blue) = 223+36+92=351 (46% of max value = 765). Red value is 223 (87.5% from 255 or 63.53% from 351); Green value is 36 (14.45% from 255 or 10.26% from 351); Blue value is 92 (36.33% from 255 or 26.21% from 351); Max value from RGB is 223 - color contains mainly: red. Hex color #DF245C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF245C is #20DBA3. Grayscale: #626262. Windows color (decimal): -2153380 or 6038751. OLE color: 6038751.
HSL color Cylindrical-coordinate representation of color #DF245C: hue angle of 342.03º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DF245C is Cyan = 0, Magento = 0.84, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 36 | 92 | - |
| CMYK | 0 | 0.84 | 0.59 | 0.13 |
| HSL | 342.03º | 0.75% | 0.51% | - |
| HSV(B) | 342.03º | 0.84% | 0.87% | - |
| XYZ | 32.99 | 17.72 | 11.81 | - |
| YUV | 98.3 | 124.45 | 216.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 36 | 92 | 0 | 0.84 | 0.59 | 0.13 | 342.03 | 0.75 | 0.51 |
| Hex | DF | 24 | 5C | 0 | 54 | 3B | D | 156 | 4B | 33 |
| Octal | 337 | 44 | 134 | 0 | 124 | 73 | 15 | 526 | 113 | 63 |
| Binary | 11011111 | 100100 | 1011100 | 0 | 1010100 | 111011 | 1101 | 101010110 | 1001011 | 110011 |
Color Harmonies of #DF245C
Complementary color
Monochromatic Colors of #DF245C
Black with #DF245C
Text Example
Text Example
White with #DF245C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF245C; }
p { color: rgb(223,36,92); }
H1.HeaderClassName
{
color: #DF245C;
}
.AnyTagClassName
{
color: #DF245C;
}
</style>
background-color css
<style>
a { background-color: #DF245C; }
a { background-color: rgb(223,36,92); }
div.DivClassName
{
background-color: #DF245C;
}
.BgClassName
{
background-color: #DF245C;
}
</style>
border-color css
<style>
span { border-color: #DF245C; }
span { border-color: rgb(223,36,92); }
td.TdClassName
{
border-color: #DF245C;
}
.TagClassName
{
border-color: #DF245C;
}
</style>