Shades of Froly #DF7778
Tints of Froly #DF7778
RGB
CMYK
RGB Variations
Color information
#DF7778 (or 0xDF7778) is known color: Froly. HEX triplet: DF, 77 and 78. RGB value is (223,119,120). Sum of RGB (Red+Green+Blue) = 223+119+120=462 (61% of max value = 765). Red value is 223 (87.5% from 255 or 48.27% from 462); Green value is 119 (46.88% from 255 or 25.76% from 462); Blue value is 120 (47.27% from 255 or 25.97% from 462); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7778 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF7778 is #208887. Grayscale: #969696. Windows color (decimal): -2132104 or 7895007. OLE color: 7895007.
HSL color Cylindrical-coordinate representation of color #DF7778: hue angle of 359.42º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DF7778 is Cyan = 0, Magento = 0.47, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 119 | 120 | - |
| CMYK | 0 | 0.47 | 0.46 | 0.13 |
| HSL | 359.42º | 0.62% | 0.67% | - |
| HSV(B) | 359.42º | 0.47% | 0.87% | - |
| XYZ | 40.42 | 30.24 | 21.48 | - |
| YUV | 150.21 | 110.96 | 179.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 119 | 120 | 0 | 0.47 | 0.46 | 0.13 | 359.42 | 0.62 | 0.67 |
| Hex | DF | 77 | 78 | 0 | 2F | 2E | D | 167 | 3E | 43 |
| Octal | 337 | 167 | 170 | 0 | 57 | 56 | 15 | 547 | 76 | 103 |
| Binary | 11011111 | 1110111 | 1111000 | 0 | 101111 | 101110 | 1101 | 101100111 | 111110 | 1000011 |
Color Harmonies of #DF7778
Complementary color
Monochromatic Colors of #DF7778
Black with #DF7778
Text Example
Text Example
White with #DF7778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7778; }
p { color: rgb(223,119,120); }
H1.HeaderClassName
{
color: #DF7778;
}
.AnyTagClassName
{
color: #DF7778;
}
</style>
background-color css
<style>
a { background-color: #DF7778; }
a { background-color: rgb(223,119,120); }
div.DivClassName
{
background-color: #DF7778;
}
.BgClassName
{
background-color: #DF7778;
}
</style>
border-color css
<style>
span { border-color: #DF7778; }
span { border-color: rgb(223,119,120); }
td.TdClassName
{
border-color: #DF7778;
}
.TagClassName
{
border-color: #DF7778;
}
</style>