Shades of Froly #DE797B
Tints of Froly #DE797B
RGB
CMYK
RGB Variations
Color information
#DE797B (or 0xDE797B) is known color: Froly. HEX triplet: DE, 79 and 7B. RGB value is (222,121,123). Sum of RGB (Red+Green+Blue) = 222+121+123=466 (61% of max value = 765). Red value is 222 (87.11% from 255 or 47.64% from 466); Green value is 121 (47.66% from 255 or 25.97% from 466); Blue value is 123 (48.44% from 255 or 26.39% from 466); Max value from RGB is 222 - color contains mainly: red. Hex color #DE797B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE797B is #218684. Grayscale: #979797. Windows color (decimal): -2197125 or 8092126. OLE color: 8092126.
HSL color Cylindrical-coordinate representation of color #DE797B: hue angle of 358.81º 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 #DE797B is Cyan = 0, Magento = 0.45, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 121 | 123 | - |
| CMYK | 0 | 0.45 | 0.45 | 0.13 |
| HSL | 358.81º | 0.6% | 0.67% | - |
| HSV(B) | 358.81º | 0.45% | 0.87% | - |
| XYZ | 40.54 | 30.63 | 22.52 | - |
| YUV | 151.43 | 111.96 | 178.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 121 | 123 | 0 | 0.45 | 0.45 | 0.13 | 358.81 | 0.6 | 0.67 |
| Hex | DE | 79 | 7B | 0 | 2D | 2D | D | 167 | 3C | 43 |
| Octal | 336 | 171 | 173 | 0 | 55 | 55 | 15 | 547 | 74 | 103 |
| Binary | 11011110 | 1111001 | 1111011 | 0 | 101101 | 101101 | 1101 | 101100111 | 111100 | 1000011 |
Color Harmonies of #DE797B
Complementary color
Monochromatic Colors of #DE797B
Black with #DE797B
Text Example
Text Example
White with #DE797B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE797B; }
p { color: rgb(222,121,123); }
H1.HeaderClassName
{
color: #DE797B;
}
.AnyTagClassName
{
color: #DE797B;
}
</style>
background-color css
<style>
a { background-color: #DE797B; }
a { background-color: rgb(222,121,123); }
div.DivClassName
{
background-color: #DE797B;
}
.BgClassName
{
background-color: #DE797B;
}
</style>
border-color css
<style>
span { border-color: #DE797B; }
span { border-color: rgb(222,121,123); }
td.TdClassName
{
border-color: #DE797B;
}
.TagClassName
{
border-color: #DE797B;
}
</style>