Shades of Froly #DF7D82
Tints of Froly #DF7D82
RGB
CMYK
RGB Variations
Color information
#DF7D82 (or 0xDF7D82) is known color: Froly. HEX triplet: DF, 7D and 82. RGB value is (223,125,130). Sum of RGB (Red+Green+Blue) = 223+125+130=478 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.65% from 478); Green value is 125 (49.22% from 255 or 26.15% from 478); Blue value is 130 (51.17% from 255 or 27.20% from 478); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7D82 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF7D82 is #20827D. Grayscale: #9A9A9A. Windows color (decimal): -2130558 or 8551903. OLE color: 8551903.
HSL color Cylindrical-coordinate representation of color #DF7D82: hue angle of 356.94º 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 #DF7D82 is Cyan = 0, Magento = 0.44, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 125 | 130 | - |
| CMYK | 0 | 0.44 | 0.42 | 0.13 |
| HSL | 356.94º | 0.6% | 0.68% | - |
| HSV(B) | 356.94º | 0.44% | 0.87% | - |
| XYZ | 41.79 | 31.97 | 25.09 | - |
| YUV | 154.87 | 113.97 | 176.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 125 | 130 | 0 | 0.44 | 0.42 | 0.13 | 356.94 | 0.6 | 0.68 |
| Hex | DF | 7D | 82 | 0 | 2C | 2A | D | 165 | 3C | 44 |
| Octal | 337 | 175 | 202 | 0 | 54 | 52 | 15 | 545 | 74 | 104 |
| Binary | 11011111 | 1111101 | 10000010 | 0 | 101100 | 101010 | 1101 | 101100101 | 111100 | 1000100 |
Color Harmonies of #DF7D82
Complementary color
Monochromatic Colors of #DF7D82
Black with #DF7D82
Text Example
Text Example
White with #DF7D82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7D82; }
p { color: rgb(223,125,130); }
H1.HeaderClassName
{
color: #DF7D82;
}
.AnyTagClassName
{
color: #DF7D82;
}
</style>
background-color css
<style>
a { background-color: #DF7D82; }
a { background-color: rgb(223,125,130); }
div.DivClassName
{
background-color: #DF7D82;
}
.BgClassName
{
background-color: #DF7D82;
}
</style>
border-color css
<style>
span { border-color: #DF7D82; }
span { border-color: rgb(223,125,130); }
td.TdClassName
{
border-color: #DF7D82;
}
.TagClassName
{
border-color: #DF7D82;
}
</style>