Shades of Deep Cerise #DF249F
Tints of Deep Cerise #DF249F
RGB
CMYK
RGB Variations
Color information
#DF249F (or 0xDF249F) is known color: Deep Cerise. HEX triplet: DF, 24 and 9F. RGB value is (223,36,159). Sum of RGB (Red+Green+Blue) = 223+36+159=418 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.35% from 418); Green value is 36 (14.45% from 255 or 8.61% from 418); Blue value is 159 (62.5% from 255 or 38.04% from 418); Max value from RGB is 223 - color contains mainly: red. Hex color #DF249F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF249F is #20DB60. Grayscale: #696969. Windows color (decimal): -2153313 or 10429663. OLE color: 10429663.
HSL color Cylindrical-coordinate representation of color #DF249F: hue angle of 320.53º 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 #DF249F is Cyan = 0, Magento = 0.84, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 36 | 159 | - |
| CMYK | 0 | 0.84 | 0.29 | 0.13 |
| HSL | 320.53º | 0.75% | 0.51% | - |
| HSV(B) | 320.53º | 0.84% | 0.87% | - |
| XYZ | 37.32 | 19.45 | 34.59 | - |
| YUV | 105.94 | 157.95 | 211.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 36 | 159 | 0 | 0.84 | 0.29 | 0.13 | 320.53 | 0.75 | 0.51 |
| Hex | DF | 24 | 9F | 0 | 54 | 1D | D | 141 | 4B | 33 |
| Octal | 337 | 44 | 237 | 0 | 124 | 35 | 15 | 501 | 113 | 63 |
| Binary | 11011111 | 100100 | 10011111 | 0 | 1010100 | 11101 | 1101 | 101000001 | 1001011 | 110011 |
Color Harmonies of #DF249F
Complementary color
Monochromatic Colors of #DF249F
Black with #DF249F
Text Example
Text Example
White with #DF249F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF249F; }
p { color: rgb(223,36,159); }
H1.HeaderClassName
{
color: #DF249F;
}
.AnyTagClassName
{
color: #DF249F;
}
</style>
background-color css
<style>
a { background-color: #DF249F; }
a { background-color: rgb(223,36,159); }
div.DivClassName
{
background-color: #DF249F;
}
.BgClassName
{
background-color: #DF249F;
}
</style>
border-color css
<style>
span { border-color: #DF249F; }
span { border-color: rgb(223,36,159); }
td.TdClassName
{
border-color: #DF249F;
}
.TagClassName
{
border-color: #DF249F;
}
</style>