Shades of Froly #DF8082
Tints of Froly #DF8082
RGB
CMYK
RGB Variations
Color information
#DF8082 (or 0xDF8082) is known color: Froly. HEX triplet: DF, 80 and 82. RGB value is (223,128,130). Sum of RGB (Red+Green+Blue) = 223+128+130=481 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.36% from 481); Green value is 128 (50.39% from 255 or 26.61% from 481); Blue value is 130 (51.17% from 255 or 27.03% from 481); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8082 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF8082 is #207F7D. Grayscale: #9C9C9C. Windows color (decimal): -2129790 or 8552671. OLE color: 8552671.
HSL color Cylindrical-coordinate representation of color #DF8082: hue angle of 358.74º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DF8082 is Cyan = 0, Magento = 0.43, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 128 | 130 | - |
| CMYK | 0 | 0.43 | 0.42 | 0.13 |
| HSL | 358.74º | 0.6% | 0.69% | - |
| HSV(B) | 358.74º | 0.43% | 0.87% | - |
| XYZ | 42.18 | 32.74 | 25.22 | - |
| YUV | 156.63 | 112.97 | 175.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 128 | 130 | 0 | 0.43 | 0.42 | 0.13 | 358.74 | 0.6 | 0.69 |
| Hex | DF | 80 | 82 | 0 | 2B | 2A | D | 167 | 3C | 45 |
| Octal | 337 | 200 | 202 | 0 | 53 | 52 | 15 | 547 | 74 | 105 |
| Binary | 11011111 | 10000000 | 10000010 | 0 | 101011 | 101010 | 1101 | 101100111 | 111100 | 1000101 |
Color Harmonies of #DF8082
Complementary color
Monochromatic Colors of #DF8082
Black with #DF8082
Text Example
Text Example
White with #DF8082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8082; }
p { color: rgb(223,128,130); }
H1.HeaderClassName
{
color: #DF8082;
}
.AnyTagClassName
{
color: #DF8082;
}
</style>
background-color css
<style>
a { background-color: #DF8082; }
a { background-color: rgb(223,128,130); }
div.DivClassName
{
background-color: #DF8082;
}
.BgClassName
{
background-color: #DF8082;
}
</style>
border-color css
<style>
span { border-color: #DF8082; }
span { border-color: rgb(223,128,130); }
td.TdClassName
{
border-color: #DF8082;
}
.TagClassName
{
border-color: #DF8082;
}
</style>