Shades of Froly #DF7980
Tints of Froly #DF7980
RGB
CMYK
RGB Variations
Color information
#DF7980 (or 0xDF7980) is known color: Froly. HEX triplet: DF, 79 and 80. RGB value is (223,121,128). Sum of RGB (Red+Green+Blue) = 223+121+128=472 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.25% from 472); Green value is 121 (47.66% from 255 or 25.64% from 472); Blue value is 128 (50.39% from 255 or 27.12% from 472); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7980 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF7980 is #20867F. Grayscale: #989898. Windows color (decimal): -2131584 or 8419807. OLE color: 8419807.
HSL color Cylindrical-coordinate representation of color #DF7980: hue angle of 355.88º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DF7980 is Cyan = 0, Magento = 0.46, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 121 | 128 | - |
| CMYK | 0 | 0.46 | 0.43 | 0.13 |
| HSL | 355.88º | 0.61% | 0.67% | - |
| HSV(B) | 355.88º | 0.46% | 0.87% | - |
| XYZ | 41.17 | 30.92 | 24.22 | - |
| YUV | 152.3 | 114.29 | 178.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 121 | 128 | 0 | 0.46 | 0.43 | 0.13 | 355.88 | 0.61 | 0.67 |
| Hex | DF | 79 | 80 | 0 | 2E | 2B | D | 164 | 3D | 43 |
| Octal | 337 | 171 | 200 | 0 | 56 | 53 | 15 | 544 | 75 | 103 |
| Binary | 11011111 | 1111001 | 10000000 | 0 | 101110 | 101011 | 1101 | 101100100 | 111101 | 1000011 |
Color Harmonies of #DF7980
Complementary color
Monochromatic Colors of #DF7980
Black with #DF7980
Text Example
Text Example
White with #DF7980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7980; }
p { color: rgb(223,121,128); }
H1.HeaderClassName
{
color: #DF7980;
}
.AnyTagClassName
{
color: #DF7980;
}
</style>
background-color css
<style>
a { background-color: #DF7980; }
a { background-color: rgb(223,121,128); }
div.DivClassName
{
background-color: #DF7980;
}
.BgClassName
{
background-color: #DF7980;
}
</style>
border-color css
<style>
span { border-color: #DF7980; }
span { border-color: rgb(223,121,128); }
td.TdClassName
{
border-color: #DF7980;
}
.TagClassName
{
border-color: #DF7980;
}
</style>