Shades of Froly #DF7C7D
Tints of Froly #DF7C7D
RGB
CMYK
RGB Variations
Color information
#DF7C7D (or 0xDF7C7D) is known color: Froly. HEX triplet: DF, 7C and 7D. RGB value is (223,124,125). Sum of RGB (Red+Green+Blue) = 223+124+125=472 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.25% from 472); Green value is 124 (48.83% from 255 or 26.27% from 472); Blue value is 125 (49.22% from 255 or 26.48% from 472); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7C7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF7C7D is #208382. Grayscale: #999999. Windows color (decimal): -2130819 or 8223967. OLE color: 8223967.
HSL color Cylindrical-coordinate representation of color #DF7C7D: hue angle of 359.39º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DF7C7D is Cyan = 0, Magento = 0.44, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 124 | 125 | - |
| CMYK | 0 | 0.44 | 0.44 | 0.13 |
| HSL | 359.39º | 0.61% | 0.68% | - |
| HSV(B) | 359.39º | 0.44% | 0.87% | - |
| XYZ | 41.34 | 31.58 | 23.32 | - |
| YUV | 153.72 | 111.8 | 177.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 124 | 125 | 0 | 0.44 | 0.44 | 0.13 | 359.39 | 0.61 | 0.68 |
| Hex | DF | 7C | 7D | 0 | 2C | 2C | D | 167 | 3D | 44 |
| Octal | 337 | 174 | 175 | 0 | 54 | 54 | 15 | 547 | 75 | 104 |
| Binary | 11011111 | 1111100 | 1111101 | 0 | 101100 | 101100 | 1101 | 101100111 | 111101 | 1000100 |
Color Harmonies of #DF7C7D
Complementary color
Monochromatic Colors of #DF7C7D
Black with #DF7C7D
Text Example
Text Example
White with #DF7C7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7C7D; }
p { color: rgb(223,124,125); }
H1.HeaderClassName
{
color: #DF7C7D;
}
.AnyTagClassName
{
color: #DF7C7D;
}
</style>
background-color css
<style>
a { background-color: #DF7C7D; }
a { background-color: rgb(223,124,125); }
div.DivClassName
{
background-color: #DF7C7D;
}
.BgClassName
{
background-color: #DF7C7D;
}
</style>
border-color css
<style>
span { border-color: #DF7C7D; }
span { border-color: rgb(223,124,125); }
td.TdClassName
{
border-color: #DF7C7D;
}
.TagClassName
{
border-color: #DF7C7D;
}
</style>