Shades of Deep Cerise #DF3079
Tints of Deep Cerise #DF3079
RGB
CMYK
RGB Variations
Color information
#DF3079 (or 0xDF3079) is known color: Deep Cerise. HEX triplet: DF, 30 and 79. RGB value is (223,48,121). Sum of RGB (Red+Green+Blue) = 223+48+121=392 (51% of max value = 765). Red value is 223 (87.5% from 255 or 56.89% from 392); Green value is 48 (19.14% from 255 or 12.24% from 392); Blue value is 121 (47.66% from 255 or 30.87% from 392); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3079 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF3079 is #20CF86. Grayscale: #6C6C6C. Windows color (decimal): -2150279 or 7942367. OLE color: 7942367.
HSL color Cylindrical-coordinate representation of color #DF3079: hue angle of 334.97º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DF3079 is Cyan = 0, Magento = 0.78, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 48 | 121 | - |
| CMYK | 0 | 0.78 | 0.46 | 0.13 |
| HSL | 334.97º | 0.73% | 0.53% | - |
| HSV(B) | 334.97º | 0.78% | 0.87% | - |
| XYZ | 34.94 | 19.18 | 19.95 | - |
| YUV | 108.65 | 134.98 | 209.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 48 | 121 | 0 | 0.78 | 0.46 | 0.13 | 334.97 | 0.73 | 0.53 |
| Hex | DF | 30 | 79 | 0 | 4E | 2E | D | 14F | 49 | 35 |
| Octal | 337 | 60 | 171 | 0 | 116 | 56 | 15 | 517 | 111 | 65 |
| Binary | 11011111 | 110000 | 1111001 | 0 | 1001110 | 101110 | 1101 | 101001111 | 1001001 | 110101 |
Color Harmonies of #DF3079
Complementary color
Monochromatic Colors of #DF3079
Black with #DF3079
Text Example
Text Example
White with #DF3079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3079; }
p { color: rgb(223,48,121); }
H1.HeaderClassName
{
color: #DF3079;
}
.AnyTagClassName
{
color: #DF3079;
}
</style>
background-color css
<style>
a { background-color: #DF3079; }
a { background-color: rgb(223,48,121); }
div.DivClassName
{
background-color: #DF3079;
}
.BgClassName
{
background-color: #DF3079;
}
</style>
border-color css
<style>
span { border-color: #DF3079; }
span { border-color: rgb(223,48,121); }
td.TdClassName
{
border-color: #DF3079;
}
.TagClassName
{
border-color: #DF3079;
}
</style>