Shades of Deep Cerise #DF249C
Tints of Deep Cerise #DF249C
RGB
CMYK
RGB Variations
Color information
#DF249C (or 0xDF249C) is known color: Deep Cerise. HEX triplet: DF, 24 and 9C. RGB value is (223,36,156). Sum of RGB (Red+Green+Blue) = 223+36+156=415 (54% of max value = 765). Red value is 223 (87.5% from 255 or 53.73% from 415); Green value is 36 (14.45% from 255 or 8.67% from 415); Blue value is 156 (61.33% from 255 or 37.59% from 415); Max value from RGB is 223 - color contains mainly: red. Hex color #DF249C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF249C is #20DB63. Grayscale: #696969. Windows color (decimal): -2153316 or 10233055. OLE color: 10233055.
HSL color Cylindrical-coordinate representation of color #DF249C: hue angle of 321.5º 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 #DF249C is Cyan = 0, Magento = 0.84, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 36 | 156 | - |
| CMYK | 0 | 0.84 | 0.30 | 0.13 |
| HSL | 321.5º | 0.75% | 0.51% | - |
| HSV(B) | 321.5º | 0.84% | 0.87% | - |
| XYZ | 37.06 | 19.35 | 33.23 | - |
| YUV | 105.59 | 156.45 | 211.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 36 | 156 | 0 | 0.84 | 0.30 | 0.13 | 321.5 | 0.75 | 0.51 |
| Hex | DF | 24 | 9C | 0 | 54 | 1E | D | 141 | 4B | 33 |
| Octal | 337 | 44 | 234 | 0 | 124 | 36 | 15 | 501 | 113 | 63 |
| Binary | 11011111 | 100100 | 10011100 | 0 | 1010100 | 11110 | 1101 | 101000001 | 1001011 | 110011 |
Color Harmonies of #DF249C
Complementary color
Monochromatic Colors of #DF249C
Black with #DF249C
Text Example
Text Example
White with #DF249C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF249C; }
p { color: rgb(223,36,156); }
H1.HeaderClassName
{
color: #DF249C;
}
.AnyTagClassName
{
color: #DF249C;
}
</style>
background-color css
<style>
a { background-color: #DF249C; }
a { background-color: rgb(223,36,156); }
div.DivClassName
{
background-color: #DF249C;
}
.BgClassName
{
background-color: #DF249C;
}
</style>
border-color css
<style>
span { border-color: #DF249C; }
span { border-color: rgb(223,36,156); }
td.TdClassName
{
border-color: #DF249C;
}
.TagClassName
{
border-color: #DF249C;
}
</style>