Shades of Froly #DF7C82
Tints of Froly #DF7C82
RGB
CMYK
RGB Variations
Color information
#DF7C82 (or 0xDF7C82) is known color: Froly. HEX triplet: DF, 7C and 82. RGB value is (223,124,130). Sum of RGB (Red+Green+Blue) = 223+124+130=477 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.75% from 477); Green value is 124 (48.83% from 255 or 26.00% from 477); Blue value is 130 (51.17% from 255 or 27.25% from 477); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7C82 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF7C82 is #20837D. Grayscale: #9A9A9A. Windows color (decimal): -2130814 or 8551647. OLE color: 8551647.
HSL color Cylindrical-coordinate representation of color #DF7C82: hue angle of 356.36º 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 #DF7C82 is Cyan = 0, Magento = 0.44, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 124 | 130 | - |
| CMYK | 0 | 0.44 | 0.42 | 0.13 |
| HSL | 356.36º | 0.61% | 0.68% | - |
| HSV(B) | 356.36º | 0.44% | 0.87% | - |
| XYZ | 41.67 | 31.71 | 25.04 | - |
| YUV | 154.29 | 114.3 | 177.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 124 | 130 | 0 | 0.44 | 0.42 | 0.13 | 356.36 | 0.61 | 0.68 |
| Hex | DF | 7C | 82 | 0 | 2C | 2A | D | 164 | 3D | 44 |
| Octal | 337 | 174 | 202 | 0 | 54 | 52 | 15 | 544 | 75 | 104 |
| Binary | 11011111 | 1111100 | 10000010 | 0 | 101100 | 101010 | 1101 | 101100100 | 111101 | 1000100 |
Color Harmonies of #DF7C82
Complementary color
Monochromatic Colors of #DF7C82
Black with #DF7C82
Text Example
Text Example
White with #DF7C82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7C82; }
p { color: rgb(223,124,130); }
H1.HeaderClassName
{
color: #DF7C82;
}
.AnyTagClassName
{
color: #DF7C82;
}
</style>
background-color css
<style>
a { background-color: #DF7C82; }
a { background-color: rgb(223,124,130); }
div.DivClassName
{
background-color: #DF7C82;
}
.BgClassName
{
background-color: #DF7C82;
}
</style>
border-color css
<style>
span { border-color: #DF7C82; }
span { border-color: rgb(223,124,130); }
td.TdClassName
{
border-color: #DF7C82;
}
.TagClassName
{
border-color: #DF7C82;
}
</style>