Shades of Froly #DF7E82
Tints of Froly #DF7E82
RGB
CMYK
RGB Variations
Color information
#DF7E82 (or 0xDF7E82) is known color: Froly. HEX triplet: DF, 7E and 82. RGB value is (223,126,130). Sum of RGB (Red+Green+Blue) = 223+126+130=479 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.56% from 479); Green value is 126 (49.61% from 255 or 26.30% from 479); Blue value is 130 (51.17% from 255 or 27.14% from 479); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7E82 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF7E82 is #20817D. Grayscale: #9B9B9B. Windows color (decimal): -2130302 or 8552159. OLE color: 8552159.
HSL color Cylindrical-coordinate representation of color #DF7E82: hue angle of 357.53º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DF7E82 is Cyan = 0, Magento = 0.43, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 126 | 130 | - |
| CMYK | 0 | 0.43 | 0.42 | 0.13 |
| HSL | 357.53º | 0.6% | 0.68% | - |
| HSV(B) | 357.53º | 0.43% | 0.87% | - |
| XYZ | 41.92 | 32.22 | 25.13 | - |
| YUV | 155.46 | 113.64 | 176.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 126 | 130 | 0 | 0.43 | 0.42 | 0.13 | 357.53 | 0.6 | 0.68 |
| Hex | DF | 7E | 82 | 0 | 2B | 2A | D | 166 | 3C | 44 |
| Octal | 337 | 176 | 202 | 0 | 53 | 52 | 15 | 546 | 74 | 104 |
| Binary | 11011111 | 1111110 | 10000010 | 0 | 101011 | 101010 | 1101 | 101100110 | 111100 | 1000100 |
Color Harmonies of #DF7E82
Complementary color
Monochromatic Colors of #DF7E82
Black with #DF7E82
Text Example
Text Example
White with #DF7E82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7E82; }
p { color: rgb(223,126,130); }
H1.HeaderClassName
{
color: #DF7E82;
}
.AnyTagClassName
{
color: #DF7E82;
}
</style>
background-color css
<style>
a { background-color: #DF7E82; }
a { background-color: rgb(223,126,130); }
div.DivClassName
{
background-color: #DF7E82;
}
.BgClassName
{
background-color: #DF7E82;
}
</style>
border-color css
<style>
span { border-color: #DF7E82; }
span { border-color: rgb(223,126,130); }
td.TdClassName
{
border-color: #DF7E82;
}
.TagClassName
{
border-color: #DF7E82;
}
</style>