Shades of Cerise #DF245D
Tints of Cerise #DF245D
RGB
CMYK
RGB Variations
Color information
#DF245D (or 0xDF245D) is known color: Cerise. HEX triplet: DF, 24 and 5D. RGB value is (223,36,93). Sum of RGB (Red+Green+Blue) = 223+36+93=352 (46% of max value = 765). Red value is 223 (87.5% from 255 or 63.35% from 352); Green value is 36 (14.45% from 255 or 10.23% from 352); Blue value is 93 (36.72% from 255 or 26.42% from 352); Max value from RGB is 223 - color contains mainly: red. Hex color #DF245D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF245D is #20DBA2. Grayscale: #626262. Windows color (decimal): -2153379 or 6104287. OLE color: 6104287.
HSL color Cylindrical-coordinate representation of color #DF245D: hue angle of 341.71º 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 #DF245D is Cyan = 0, Magento = 0.84, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 36 | 93 | - |
| CMYK | 0 | 0.84 | 0.58 | 0.13 |
| HSL | 341.71º | 0.75% | 0.51% | - |
| HSV(B) | 341.71º | 0.84% | 0.87% | - |
| XYZ | 33.04 | 17.74 | 12.04 | - |
| YUV | 98.41 | 124.95 | 216.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 36 | 93 | 0 | 0.84 | 0.58 | 0.13 | 341.71 | 0.75 | 0.51 |
| Hex | DF | 24 | 5D | 0 | 54 | 3A | D | 156 | 4B | 33 |
| Octal | 337 | 44 | 135 | 0 | 124 | 72 | 15 | 526 | 113 | 63 |
| Binary | 11011111 | 100100 | 1011101 | 0 | 1010100 | 111010 | 1101 | 101010110 | 1001011 | 110011 |
Color Harmonies of #DF245D
Complementary color
Monochromatic Colors of #DF245D
Black with #DF245D
Text Example
Text Example
White with #DF245D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF245D; }
p { color: rgb(223,36,93); }
H1.HeaderClassName
{
color: #DF245D;
}
.AnyTagClassName
{
color: #DF245D;
}
</style>
background-color css
<style>
a { background-color: #DF245D; }
a { background-color: rgb(223,36,93); }
div.DivClassName
{
background-color: #DF245D;
}
.BgClassName
{
background-color: #DF245D;
}
</style>
border-color css
<style>
span { border-color: #DF245D; }
span { border-color: rgb(223,36,93); }
td.TdClassName
{
border-color: #DF245D;
}
.TagClassName
{
border-color: #DF245D;
}
</style>