Shades of Deep Cerise #DF2C79
Tints of Deep Cerise #DF2C79
RGB
CMYK
RGB Variations
Color information
#DF2C79 (or 0xDF2C79) is known color: Deep Cerise. HEX triplet: DF, 2C and 79. RGB value is (223,44,121). Sum of RGB (Red+Green+Blue) = 223+44+121=388 (51% of max value = 765). Red value is 223 (87.5% from 255 or 57.47% from 388); Green value is 44 (17.58% from 255 or 11.34% from 388); Blue value is 121 (47.66% from 255 or 31.19% from 388); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2C79 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF2C79 is #20D386. Grayscale: #6A6A6A. Windows color (decimal): -2151303 or 7941343. OLE color: 7941343.
HSL color Cylindrical-coordinate representation of color #DF2C79: hue angle of 334.19º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DF2C79 is Cyan = 0, Magento = 0.80, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 44 | 121 | - |
| CMYK | 0 | 0.80 | 0.46 | 0.13 |
| HSL | 334.19º | 0.74% | 0.52% | - |
| HSV(B) | 334.19º | 0.8% | 0.87% | - |
| XYZ | 34.78 | 18.87 | 19.9 | - |
| YUV | 106.3 | 136.3 | 211.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 44 | 121 | 0 | 0.80 | 0.46 | 0.13 | 334.19 | 0.74 | 0.52 |
| Hex | DF | 2C | 79 | 0 | 50 | 2E | D | 14E | 4A | 34 |
| Octal | 337 | 54 | 171 | 0 | 120 | 56 | 15 | 516 | 112 | 64 |
| Binary | 11011111 | 101100 | 1111001 | 0 | 1010000 | 101110 | 1101 | 101001110 | 1001010 | 110100 |
Color Harmonies of #DF2C79
Complementary color
Monochromatic Colors of #DF2C79
Black with #DF2C79
Text Example
Text Example
White with #DF2C79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2C79; }
p { color: rgb(223,44,121); }
H1.HeaderClassName
{
color: #DF2C79;
}
.AnyTagClassName
{
color: #DF2C79;
}
</style>
background-color css
<style>
a { background-color: #DF2C79; }
a { background-color: rgb(223,44,121); }
div.DivClassName
{
background-color: #DF2C79;
}
.BgClassName
{
background-color: #DF2C79;
}
</style>
border-color css
<style>
span { border-color: #DF2C79; }
span { border-color: rgb(223,44,121); }
td.TdClassName
{
border-color: #DF2C79;
}
.TagClassName
{
border-color: #DF2C79;
}
</style>