Shades of Deep Cerise #DF4994
Tints of Deep Cerise #DF4994
RGB
CMYK
RGB Variations
Color information
#DF4994 (or 0xDF4994) is known color: Deep Cerise. HEX triplet: DF, 49 and 94. RGB value is (223,73,148). Sum of RGB (Red+Green+Blue) = 223+73+148=444 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.23% from 444); Green value is 73 (28.91% from 255 or 16.44% from 444); Blue value is 148 (58.20% from 255 or 33.33% from 444); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4994 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF4994 is #20B66B. Grayscale: #7E7E7E. Windows color (decimal): -2143852 or 9718239. OLE color: 9718239.
HSL color Cylindrical-coordinate representation of color #DF4994: hue angle of 330º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DF4994 is Cyan = 0, Magento = 0.67, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 73 | 148 | - |
| CMYK | 0 | 0.67 | 0.34 | 0.13 |
| HSL | 330º | 0.7% | 0.58% | - |
| HSV(B) | 330º | 0.67% | 0.87% | - |
| XYZ | 38.16 | 22.59 | 30.37 | - |
| YUV | 126.4 | 140.2 | 196.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 73 | 148 | 0 | 0.67 | 0.34 | 0.13 | 330 | 0.7 | 0.58 |
| Hex | DF | 49 | 94 | 0 | 43 | 22 | D | 14A | 46 | 3A |
| Octal | 337 | 111 | 224 | 0 | 103 | 42 | 15 | 512 | 106 | 72 |
| Binary | 11011111 | 1001001 | 10010100 | 0 | 1000011 | 100010 | 1101 | 101001010 | 1000110 | 111010 |
Color Harmonies of #DF4994
Complementary color
Monochromatic Colors of #DF4994
Black with #DF4994
Text Example
Text Example
White with #DF4994
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4994; }
p { color: rgb(223,73,148); }
H1.HeaderClassName
{
color: #DF4994;
}
.AnyTagClassName
{
color: #DF4994;
}
</style>
background-color css
<style>
a { background-color: #DF4994; }
a { background-color: rgb(223,73,148); }
div.DivClassName
{
background-color: #DF4994;
}
.BgClassName
{
background-color: #DF4994;
}
</style>
border-color css
<style>
span { border-color: #DF4994; }
span { border-color: rgb(223,73,148); }
td.TdClassName
{
border-color: #DF4994;
}
.TagClassName
{
border-color: #DF4994;
}
</style>