Shades of Froly #DF777D
Tints of Froly #DF777D
RGB
CMYK
RGB Variations
Color information
#DF777D (or 0xDF777D) is known color: Froly. HEX triplet: DF, 77 and 7D. RGB value is (223,119,125). Sum of RGB (Red+Green+Blue) = 223+119+125=467 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.75% from 467); Green value is 119 (46.88% from 255 or 25.48% from 467); Blue value is 125 (49.22% from 255 or 26.77% from 467); Max value from RGB is 223 - color contains mainly: red. Hex color #DF777D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF777D is #208882. Grayscale: #969696. Windows color (decimal): -2132099 or 8222687. OLE color: 8222687.
HSL color Cylindrical-coordinate representation of color #DF777D: hue angle of 356.54º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DF777D is Cyan = 0, Magento = 0.47, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 119 | 125 | - |
| CMYK | 0 | 0.47 | 0.44 | 0.13 |
| HSL | 356.54º | 0.62% | 0.67% | - |
| HSV(B) | 356.54º | 0.47% | 0.87% | - |
| XYZ | 40.73 | 30.36 | 23.12 | - |
| YUV | 150.78 | 113.46 | 179.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 119 | 125 | 0 | 0.47 | 0.44 | 0.13 | 356.54 | 0.62 | 0.67 |
| Hex | DF | 77 | 7D | 0 | 2F | 2C | D | 165 | 3E | 43 |
| Octal | 337 | 167 | 175 | 0 | 57 | 54 | 15 | 545 | 76 | 103 |
| Binary | 11011111 | 1110111 | 1111101 | 0 | 101111 | 101100 | 1101 | 101100101 | 111110 | 1000011 |
Color Harmonies of #DF777D
Complementary color
Monochromatic Colors of #DF777D
Black with #DF777D
Text Example
Text Example
White with #DF777D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF777D; }
p { color: rgb(223,119,125); }
H1.HeaderClassName
{
color: #DF777D;
}
.AnyTagClassName
{
color: #DF777D;
}
</style>
background-color css
<style>
a { background-color: #DF777D; }
a { background-color: rgb(223,119,125); }
div.DivClassName
{
background-color: #DF777D;
}
.BgClassName
{
background-color: #DF777D;
}
</style>
border-color css
<style>
span { border-color: #DF777D; }
span { border-color: rgb(223,119,125); }
td.TdClassName
{
border-color: #DF777D;
}
.TagClassName
{
border-color: #DF777D;
}
</style>