Shades of Deep Cerise #DF248C
Tints of Deep Cerise #DF248C
RGB
CMYK
RGB Variations
Color information
#DF248C (or 0xDF248C) is known color: Deep Cerise. HEX triplet: DF, 24 and 8C. RGB value is (223,36,140). Sum of RGB (Red+Green+Blue) = 223+36+140=399 (52% of max value = 765). Red value is 223 (87.5% from 255 or 55.89% from 399); Green value is 36 (14.45% from 255 or 9.02% from 399); Blue value is 140 (55.08% from 255 or 35.09% from 399); Max value from RGB is 223 - color contains mainly: red. Hex color #DF248C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF248C is #20DB73. Grayscale: #676767. Windows color (decimal): -2153332 or 9184479. OLE color: 9184479.
HSL color Cylindrical-coordinate representation of color #DF248C: hue angle of 326.63º 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 #DF248C is Cyan = 0, Magento = 0.84, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 36 | 140 | - |
| CMYK | 0 | 0.84 | 0.37 | 0.13 |
| HSL | 326.63º | 0.75% | 0.51% | - |
| HSV(B) | 326.63º | 0.84% | 0.87% | - |
| XYZ | 35.8 | 18.84 | 26.56 | - |
| YUV | 103.77 | 148.45 | 213.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 36 | 140 | 0 | 0.84 | 0.37 | 0.13 | 326.63 | 0.75 | 0.51 |
| Hex | DF | 24 | 8C | 0 | 54 | 25 | D | 147 | 4B | 33 |
| Octal | 337 | 44 | 214 | 0 | 124 | 45 | 15 | 507 | 113 | 63 |
| Binary | 11011111 | 100100 | 10001100 | 0 | 1010100 | 100101 | 1101 | 101000111 | 1001011 | 110011 |
Color Harmonies of #DF248C
Complementary color
Monochromatic Colors of #DF248C
Black with #DF248C
Text Example
Text Example
White with #DF248C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF248C; }
p { color: rgb(223,36,140); }
H1.HeaderClassName
{
color: #DF248C;
}
.AnyTagClassName
{
color: #DF248C;
}
</style>
background-color css
<style>
a { background-color: #DF248C; }
a { background-color: rgb(223,36,140); }
div.DivClassName
{
background-color: #DF248C;
}
.BgClassName
{
background-color: #DF248C;
}
</style>
border-color css
<style>
span { border-color: #DF248C; }
span { border-color: rgb(223,36,140); }
td.TdClassName
{
border-color: #DF248C;
}
.TagClassName
{
border-color: #DF248C;
}
</style>