Shades of Cerise #DF245B
Tints of Cerise #DF245B
RGB
CMYK
RGB Variations
Color information
#DF245B (or 0xDF245B) is known color: Cerise. HEX triplet: DF, 24 and 5B. RGB value is (223,36,91). Sum of RGB (Red+Green+Blue) = 223+36+91=350 (46% of max value = 765). Red value is 223 (87.5% from 255 or 63.71% from 350); Green value is 36 (14.45% from 255 or 10.29% from 350); Blue value is 91 (35.94% from 255 or 26% from 350); Max value from RGB is 223 - color contains mainly: red. Hex color #DF245B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF245B is #20DBA4. Grayscale: #626262. Windows color (decimal): -2153381 or 5973215. OLE color: 5973215.
HSL color Cylindrical-coordinate representation of color #DF245B: hue angle of 342.35º 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 #DF245B is Cyan = 0, Magento = 0.84, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 36 | 91 | - |
| CMYK | 0 | 0.84 | 0.59 | 0.13 |
| HSL | 342.35º | 0.75% | 0.51% | - |
| HSV(B) | 342.35º | 0.84% | 0.87% | - |
| XYZ | 32.95 | 17.71 | 11.58 | - |
| YUV | 98.18 | 123.95 | 217.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 36 | 91 | 0 | 0.84 | 0.59 | 0.13 | 342.35 | 0.75 | 0.51 |
| Hex | DF | 24 | 5B | 0 | 54 | 3B | D | 156 | 4B | 33 |
| Octal | 337 | 44 | 133 | 0 | 124 | 73 | 15 | 526 | 113 | 63 |
| Binary | 11011111 | 100100 | 1011011 | 0 | 1010100 | 111011 | 1101 | 101010110 | 1001011 | 110011 |
Color Harmonies of #DF245B
Complementary color
Monochromatic Colors of #DF245B
Black with #DF245B
Text Example
Text Example
White with #DF245B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF245B; }
p { color: rgb(223,36,91); }
H1.HeaderClassName
{
color: #DF245B;
}
.AnyTagClassName
{
color: #DF245B;
}
</style>
background-color css
<style>
a { background-color: #DF245B; }
a { background-color: rgb(223,36,91); }
div.DivClassName
{
background-color: #DF245B;
}
.BgClassName
{
background-color: #DF245B;
}
</style>
border-color css
<style>
span { border-color: #DF245B; }
span { border-color: rgb(223,36,91); }
td.TdClassName
{
border-color: #DF245B;
}
.TagClassName
{
border-color: #DF245B;
}
</style>