Shades of Deep Cerise #DF2979
Tints of Deep Cerise #DF2979
RGB
CMYK
RGB Variations
Color information
#DF2979 (or 0xDF2979) is known color: Deep Cerise. HEX triplet: DF, 29 and 79. RGB value is (223,41,121). Sum of RGB (Red+Green+Blue) = 223+41+121=385 (50% of max value = 765). Red value is 223 (87.5% from 255 or 57.92% from 385); Green value is 41 (16.41% from 255 or 10.65% from 385); Blue value is 121 (47.66% from 255 or 31.43% from 385); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2979 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF2979 is #20D686. Grayscale: #686868. Windows color (decimal): -2152071 or 7940575. OLE color: 7940575.
HSL color Cylindrical-coordinate representation of color #DF2979: hue angle of 333.63º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DF2979 is Cyan = 0, Magento = 0.82, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 41 | 121 | - |
| CMYK | 0 | 0.82 | 0.46 | 0.13 |
| HSL | 333.63º | 0.74% | 0.52% | - |
| HSV(B) | 333.63º | 0.82% | 0.87% | - |
| XYZ | 34.68 | 18.65 | 19.86 | - |
| YUV | 104.54 | 137.3 | 212.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 41 | 121 | 0 | 0.82 | 0.46 | 0.13 | 333.63 | 0.74 | 0.52 |
| Hex | DF | 29 | 79 | 0 | 52 | 2E | D | 14E | 4A | 34 |
| Octal | 337 | 51 | 171 | 0 | 122 | 56 | 15 | 516 | 112 | 64 |
| Binary | 11011111 | 101001 | 1111001 | 0 | 1010010 | 101110 | 1101 | 101001110 | 1001010 | 110100 |
Color Harmonies of #DF2979
Complementary color
Monochromatic Colors of #DF2979
Black with #DF2979
Text Example
Text Example
White with #DF2979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2979; }
p { color: rgb(223,41,121); }
H1.HeaderClassName
{
color: #DF2979;
}
.AnyTagClassName
{
color: #DF2979;
}
</style>
background-color css
<style>
a { background-color: #DF2979; }
a { background-color: rgb(223,41,121); }
div.DivClassName
{
background-color: #DF2979;
}
.BgClassName
{
background-color: #DF2979;
}
</style>
border-color css
<style>
span { border-color: #DF2979; }
span { border-color: rgb(223,41,121); }
td.TdClassName
{
border-color: #DF2979;
}
.TagClassName
{
border-color: #DF2979;
}
</style>