Shades of Froly #DF787A
Tints of Froly #DF787A
RGB
CMYK
RGB Variations
Color information
#DF787A (or 0xDF787A) is known color: Froly. HEX triplet: DF, 78 and 7A. RGB value is (223,120,122). Sum of RGB (Red+Green+Blue) = 223+120+122=465 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.96% from 465); Green value is 120 (47.27% from 255 or 25.81% from 465); Blue value is 122 (48.05% from 255 or 26.24% from 465); Max value from RGB is 223 - color contains mainly: red. Hex color #DF787A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF787A is #208785. Grayscale: #979797. Windows color (decimal): -2131846 or 8026335. OLE color: 8026335.
HSL color Cylindrical-coordinate representation of color #DF787A: hue angle of 358.83º degrees, saturation: 0.62, 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 #DF787A is Cyan = 0, Magento = 0.46, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 120 | 122 | - |
| CMYK | 0 | 0.46 | 0.45 | 0.13 |
| HSL | 358.84º | 0.62% | 0.67% | - |
| HSV(B) | 358.84º | 0.46% | 0.87% | - |
| XYZ | 40.66 | 30.53 | 22.16 | - |
| YUV | 151.03 | 111.62 | 179.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 120 | 122 | 0 | 0.46 | 0.45 | 0.13 | 358.84 | 0.62 | 0.67 |
| Hex | DF | 78 | 7A | 0 | 2E | 2D | D | 167 | 3E | 43 |
| Octal | 337 | 170 | 172 | 0 | 56 | 55 | 15 | 547 | 76 | 103 |
| Binary | 11011111 | 1111000 | 1111010 | 0 | 101110 | 101101 | 1101 | 101100111 | 111110 | 1000011 |
Color Harmonies of #DF787A
Complementary color
Monochromatic Colors of #DF787A
Black with #DF787A
Text Example
Text Example
White with #DF787A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF787A; }
p { color: rgb(223,120,122); }
H1.HeaderClassName
{
color: #DF787A;
}
.AnyTagClassName
{
color: #DF787A;
}
</style>
background-color css
<style>
a { background-color: #DF787A; }
a { background-color: rgb(223,120,122); }
div.DivClassName
{
background-color: #DF787A;
}
.BgClassName
{
background-color: #DF787A;
}
</style>
border-color css
<style>
span { border-color: #DF787A; }
span { border-color: rgb(223,120,122); }
td.TdClassName
{
border-color: #DF787A;
}
.TagClassName
{
border-color: #DF787A;
}
</style>