Shades of Deep Cerise #DF2494
Tints of Deep Cerise #DF2494
RGB
CMYK
RGB Variations
Color information
#DF2494 (or 0xDF2494) is known color: Deep Cerise. HEX triplet: DF, 24 and 94. RGB value is (223,36,148). Sum of RGB (Red+Green+Blue) = 223+36+148=407 (53% of max value = 765). Red value is 223 (87.5% from 255 or 54.79% from 407); Green value is 36 (14.45% from 255 or 8.85% from 407); Blue value is 148 (58.20% from 255 or 36.36% from 407); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2494 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF2494 is #20DB6B. Grayscale: #686868. Windows color (decimal): -2153324 or 9708767. OLE color: 9708767.
HSL color Cylindrical-coordinate representation of color #DF2494: hue angle of 324.06º 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 #DF2494 is Cyan = 0, Magento = 0.84, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 36 | 148 | - |
| CMYK | 0 | 0.84 | 0.34 | 0.13 |
| HSL | 324.06º | 0.75% | 0.51% | - |
| HSV(B) | 324.06º | 0.84% | 0.87% | - |
| XYZ | 36.41 | 19.09 | 29.78 | - |
| YUV | 104.68 | 152.45 | 212.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 36 | 148 | 0 | 0.84 | 0.34 | 0.13 | 324.06 | 0.75 | 0.51 |
| Hex | DF | 24 | 94 | 0 | 54 | 22 | D | 144 | 4B | 33 |
| Octal | 337 | 44 | 224 | 0 | 124 | 42 | 15 | 504 | 113 | 63 |
| Binary | 11011111 | 100100 | 10010100 | 0 | 1010100 | 100010 | 1101 | 101000100 | 1001011 | 110011 |
Color Harmonies of #DF2494
Complementary color
Monochromatic Colors of #DF2494
Black with #DF2494
Text Example
Text Example
White with #DF2494
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2494; }
p { color: rgb(223,36,148); }
H1.HeaderClassName
{
color: #DF2494;
}
.AnyTagClassName
{
color: #DF2494;
}
</style>
background-color css
<style>
a { background-color: #DF2494; }
a { background-color: rgb(223,36,148); }
div.DivClassName
{
background-color: #DF2494;
}
.BgClassName
{
background-color: #DF2494;
}
</style>
border-color css
<style>
span { border-color: #DF2494; }
span { border-color: rgb(223,36,148); }
td.TdClassName
{
border-color: #DF2494;
}
.TagClassName
{
border-color: #DF2494;
}
</style>