Shades of Deep Cerise #DF2496
Tints of Deep Cerise #DF2496
RGB
CMYK
RGB Variations
Color information
#DF2496 (or 0xDF2496) is known color: Deep Cerise. HEX triplet: DF, 24 and 96. RGB value is (223,36,150). Sum of RGB (Red+Green+Blue) = 223+36+150=409 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.52% from 409); Green value is 36 (14.45% from 255 or 8.80% from 409); Blue value is 150 (58.98% from 255 or 36.67% from 409); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2496 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF2496 is #20DB69. Grayscale: #686868. Windows color (decimal): -2153322 or 9839839. OLE color: 9839839.
HSL color Cylindrical-coordinate representation of color #DF2496: hue angle of 323.42º 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 #DF2496 is Cyan = 0, Magento = 0.84, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 36 | 150 | - |
| CMYK | 0 | 0.84 | 0.33 | 0.13 |
| HSL | 323.42º | 0.75% | 0.51% | - |
| HSV(B) | 323.42º | 0.84% | 0.87% | - |
| XYZ | 36.57 | 19.15 | 30.62 | - |
| YUV | 104.91 | 153.45 | 212.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 36 | 150 | 0 | 0.84 | 0.33 | 0.13 | 323.42 | 0.75 | 0.51 |
| Hex | DF | 24 | 96 | 0 | 54 | 21 | D | 143 | 4B | 33 |
| Octal | 337 | 44 | 226 | 0 | 124 | 41 | 15 | 503 | 113 | 63 |
| Binary | 11011111 | 100100 | 10010110 | 0 | 1010100 | 100001 | 1101 | 101000011 | 1001011 | 110011 |
Color Harmonies of #DF2496
Complementary color
Monochromatic Colors of #DF2496
Black with #DF2496
Text Example
Text Example
White with #DF2496
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2496; }
p { color: rgb(223,36,150); }
H1.HeaderClassName
{
color: #DF2496;
}
.AnyTagClassName
{
color: #DF2496;
}
</style>
background-color css
<style>
a { background-color: #DF2496; }
a { background-color: rgb(223,36,150); }
div.DivClassName
{
background-color: #DF2496;
}
.BgClassName
{
background-color: #DF2496;
}
</style>
border-color css
<style>
span { border-color: #DF2496; }
span { border-color: rgb(223,36,150); }
td.TdClassName
{
border-color: #DF2496;
}
.TagClassName
{
border-color: #DF2496;
}
</style>