Shades of Froly #DE797C
Tints of Froly #DE797C
RGB
CMYK
RGB Variations
Color information
#DE797C (or 0xDE797C) is known color: Froly. HEX triplet: DE, 79 and 7C. RGB value is (222,121,124). Sum of RGB (Red+Green+Blue) = 222+121+124=467 (61% of max value = 765). Red value is 222 (87.11% from 255 or 47.54% from 467); Green value is 121 (47.66% from 255 or 25.91% from 467); Blue value is 124 (48.83% from 255 or 26.55% from 467); Max value from RGB is 222 - color contains mainly: red. Hex color #DE797C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE797C is #218683. Grayscale: #979797. Windows color (decimal): -2197124 or 8157662. OLE color: 8157662.
HSL color Cylindrical-coordinate representation of color #DE797C: hue angle of 358.22º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DE797C is Cyan = 0, Magento = 0.45, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 121 | 124 | - |
| CMYK | 0 | 0.45 | 0.44 | 0.13 |
| HSL | 358.22º | 0.6% | 0.67% | - |
| HSV(B) | 358.22º | 0.45% | 0.87% | - |
| XYZ | 40.6 | 30.66 | 22.85 | - |
| YUV | 151.54 | 112.46 | 178.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 121 | 124 | 0 | 0.45 | 0.44 | 0.13 | 358.22 | 0.6 | 0.67 |
| Hex | DE | 79 | 7C | 0 | 2D | 2C | D | 166 | 3C | 43 |
| Octal | 336 | 171 | 174 | 0 | 55 | 54 | 15 | 546 | 74 | 103 |
| Binary | 11011110 | 1111001 | 1111100 | 0 | 101101 | 101100 | 1101 | 101100110 | 111100 | 1000011 |
Color Harmonies of #DE797C
Complementary color
Monochromatic Colors of #DE797C
Black with #DE797C
Text Example
Text Example
White with #DE797C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE797C; }
p { color: rgb(222,121,124); }
H1.HeaderClassName
{
color: #DE797C;
}
.AnyTagClassName
{
color: #DE797C;
}
</style>
background-color css
<style>
a { background-color: #DE797C; }
a { background-color: rgb(222,121,124); }
div.DivClassName
{
background-color: #DE797C;
}
.BgClassName
{
background-color: #DE797C;
}
</style>
border-color css
<style>
span { border-color: #DE797C; }
span { border-color: rgb(222,121,124); }
td.TdClassName
{
border-color: #DE797C;
}
.TagClassName
{
border-color: #DE797C;
}
</style>