Shades of Froly #DF7879
Tints of Froly #DF7879
RGB
CMYK
RGB Variations
Color information
#DF7879 (or 0xDF7879) is known color: Froly. HEX triplet: DF, 78 and 79. RGB value is (223,120,121). Sum of RGB (Red+Green+Blue) = 223+120+121=464 (61% of max value = 765). Red value is 223 (87.5% from 255 or 48.06% from 464); Green value is 120 (47.27% from 255 or 25.86% from 464); Blue value is 121 (47.66% from 255 or 26.08% from 464); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7879 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF7879 is #208786. Grayscale: #979797. Windows color (decimal): -2131847 or 7960799. OLE color: 7960799.
HSL color Cylindrical-coordinate representation of color #DF7879: hue angle of 359.42º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DF7879 is Cyan = 0, Magento = 0.46, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 120 | 121 | - |
| CMYK | 0 | 0.46 | 0.46 | 0.13 |
| HSL | 359.42º | 0.62% | 0.67% | - |
| HSV(B) | 359.42º | 0.46% | 0.87% | - |
| XYZ | 40.6 | 30.5 | 21.84 | - |
| YUV | 150.91 | 111.12 | 179.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 120 | 121 | 0 | 0.46 | 0.46 | 0.13 | 359.42 | 0.62 | 0.67 |
| Hex | DF | 78 | 79 | 0 | 2E | 2E | D | 167 | 3E | 43 |
| Octal | 337 | 170 | 171 | 0 | 56 | 56 | 15 | 547 | 76 | 103 |
| Binary | 11011111 | 1111000 | 1111001 | 0 | 101110 | 101110 | 1101 | 101100111 | 111110 | 1000011 |
Color Harmonies of #DF7879
Complementary color
Monochromatic Colors of #DF7879
Black with #DF7879
Text Example
Text Example
White with #DF7879
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7879; }
p { color: rgb(223,120,121); }
H1.HeaderClassName
{
color: #DF7879;
}
.AnyTagClassName
{
color: #DF7879;
}
</style>
background-color css
<style>
a { background-color: #DF7879; }
a { background-color: rgb(223,120,121); }
div.DivClassName
{
background-color: #DF7879;
}
.BgClassName
{
background-color: #DF7879;
}
</style>
border-color css
<style>
span { border-color: #DF7879; }
span { border-color: rgb(223,120,121); }
td.TdClassName
{
border-color: #DF7879;
}
.TagClassName
{
border-color: #DF7879;
}
</style>