Shades of Froly #DF7D80
Tints of Froly #DF7D80
RGB
CMYK
RGB Variations
Color information
#DF7D80 (or 0xDF7D80) is known color: Froly. HEX triplet: DF, 7D and 80. RGB value is (223,125,128). Sum of RGB (Red+Green+Blue) = 223+125+128=476 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.85% from 476); Green value is 125 (49.22% from 255 or 26.26% from 476); Blue value is 128 (50.39% from 255 or 26.89% from 476); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7D80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF7D80 is #20827F. Grayscale: #9A9A9A. Windows color (decimal): -2130560 or 8420831. OLE color: 8420831.
HSL color Cylindrical-coordinate representation of color #DF7D80: hue angle of 358.16º degrees, saturation: 0.6, 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 #DF7D80 is Cyan = 0, Magento = 0.44, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 125 | 128 | - |
| CMYK | 0 | 0.44 | 0.43 | 0.13 |
| HSL | 358.16º | 0.6% | 0.68% | - |
| HSV(B) | 358.16º | 0.44% | 0.87% | - |
| XYZ | 41.66 | 31.91 | 24.39 | - |
| YUV | 154.64 | 112.97 | 176.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 125 | 128 | 0 | 0.44 | 0.43 | 0.13 | 358.16 | 0.6 | 0.68 |
| Hex | DF | 7D | 80 | 0 | 2C | 2B | D | 166 | 3C | 44 |
| Octal | 337 | 175 | 200 | 0 | 54 | 53 | 15 | 546 | 74 | 104 |
| Binary | 11011111 | 1111101 | 10000000 | 0 | 101100 | 101011 | 1101 | 101100110 | 111100 | 1000100 |
Color Harmonies of #DF7D80
Complementary color
Monochromatic Colors of #DF7D80
Black with #DF7D80
Text Example
Text Example
White with #DF7D80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7D80; }
p { color: rgb(223,125,128); }
H1.HeaderClassName
{
color: #DF7D80;
}
.AnyTagClassName
{
color: #DF7D80;
}
</style>
background-color css
<style>
a { background-color: #DF7D80; }
a { background-color: rgb(223,125,128); }
div.DivClassName
{
background-color: #DF7D80;
}
.BgClassName
{
background-color: #DF7D80;
}
</style>
border-color css
<style>
span { border-color: #DF7D80; }
span { border-color: rgb(223,125,128); }
td.TdClassName
{
border-color: #DF7D80;
}
.TagClassName
{
border-color: #DF7D80;
}
</style>