Shades of Froly #DE797D
Tints of Froly #DE797D
RGB
CMYK
RGB Variations
Color information
#DE797D (or 0xDE797D) is known color: Froly. HEX triplet: DE, 79 and 7D. RGB value is (222,121,125). Sum of RGB (Red+Green+Blue) = 222+121+125=468 (61% of max value = 765). Red value is 222 (87.11% from 255 or 47.44% from 468); Green value is 121 (47.66% from 255 or 25.85% from 468); Blue value is 125 (49.22% from 255 or 26.71% from 468); Max value from RGB is 222 - color contains mainly: red. Hex color #DE797D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE797D is #218682. Grayscale: #979797. Windows color (decimal): -2197123 or 8223198. OLE color: 8223198.
HSL color Cylindrical-coordinate representation of color #DE797D: hue angle of 357.62º 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 #DE797D is Cyan = 0, Magento = 0.45, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 121 | 125 | - |
| CMYK | 0 | 0.45 | 0.44 | 0.13 |
| HSL | 357.62º | 0.6% | 0.67% | - |
| HSV(B) | 357.62º | 0.45% | 0.87% | - |
| XYZ | 40.66 | 30.69 | 23.18 | - |
| YUV | 151.66 | 112.96 | 178.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 121 | 125 | 0 | 0.45 | 0.44 | 0.13 | 357.62 | 0.6 | 0.67 |
| Hex | DE | 79 | 7D | 0 | 2D | 2C | D | 166 | 3C | 43 |
| Octal | 336 | 171 | 175 | 0 | 55 | 54 | 15 | 546 | 74 | 103 |
| Binary | 11011110 | 1111001 | 1111101 | 0 | 101101 | 101100 | 1101 | 101100110 | 111100 | 1000011 |
Color Harmonies of #DE797D
Complementary color
Monochromatic Colors of #DE797D
Black with #DE797D
Text Example
Text Example
White with #DE797D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE797D; }
p { color: rgb(222,121,125); }
H1.HeaderClassName
{
color: #DE797D;
}
.AnyTagClassName
{
color: #DE797D;
}
</style>
background-color css
<style>
a { background-color: #DE797D; }
a { background-color: rgb(222,121,125); }
div.DivClassName
{
background-color: #DE797D;
}
.BgClassName
{
background-color: #DE797D;
}
</style>
border-color css
<style>
span { border-color: #DE797D; }
span { border-color: rgb(222,121,125); }
td.TdClassName
{
border-color: #DE797D;
}
.TagClassName
{
border-color: #DE797D;
}
</style>