Shades of Froly #DF797E
Tints of Froly #DF797E
RGB
CMYK
RGB Variations
Color information
#DF797E (or 0xDF797E) is known color: Froly. HEX triplet: DF, 79 and 7E. RGB value is (223,121,126). Sum of RGB (Red+Green+Blue) = 223+121+126=470 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.45% from 470); Green value is 121 (47.66% from 255 or 25.74% from 470); Blue value is 126 (49.61% from 255 or 26.81% from 470); Max value from RGB is 223 - color contains mainly: red. Hex color #DF797E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF797E is #208681. Grayscale: #989898. Windows color (decimal): -2131586 or 8288735. OLE color: 8288735.
HSL color Cylindrical-coordinate representation of color #DF797E: hue angle of 357.06º degrees, saturation: 0.61, 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 #DF797E is Cyan = 0, Magento = 0.46, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 121 | 126 | - |
| CMYK | 0 | 0.46 | 0.43 | 0.13 |
| HSL | 357.06º | 0.61% | 0.67% | - |
| HSV(B) | 357.06º | 0.46% | 0.87% | - |
| XYZ | 41.03 | 30.87 | 23.53 | - |
| YUV | 152.07 | 113.29 | 178.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 121 | 126 | 0 | 0.46 | 0.43 | 0.13 | 357.06 | 0.61 | 0.67 |
| Hex | DF | 79 | 7E | 0 | 2E | 2B | D | 165 | 3D | 43 |
| Octal | 337 | 171 | 176 | 0 | 56 | 53 | 15 | 545 | 75 | 103 |
| Binary | 11011111 | 1111001 | 1111110 | 0 | 101110 | 101011 | 1101 | 101100101 | 111101 | 1000011 |
Color Harmonies of #DF797E
Complementary color
Monochromatic Colors of #DF797E
Black with #DF797E
Text Example
Text Example
White with #DF797E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF797E; }
p { color: rgb(223,121,126); }
H1.HeaderClassName
{
color: #DF797E;
}
.AnyTagClassName
{
color: #DF797E;
}
</style>
background-color css
<style>
a { background-color: #DF797E; }
a { background-color: rgb(223,121,126); }
div.DivClassName
{
background-color: #DF797E;
}
.BgClassName
{
background-color: #DF797E;
}
</style>
border-color css
<style>
span { border-color: #DF797E; }
span { border-color: rgb(223,121,126); }
td.TdClassName
{
border-color: #DF797E;
}
.TagClassName
{
border-color: #DF797E;
}
</style>