Shades of Froly #D5797E
Tints of Froly #D5797E
RGB
CMYK
RGB Variations
Color information
#D5797E (or 0xD5797E) is known color: Froly. HEX triplet: D5, 79 and 7E. RGB value is (213,121,126). Sum of RGB (Red+Green+Blue) = 213+121+126=460 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.30% from 460); Green value is 121 (47.66% from 255 or 26.30% from 460); Blue value is 126 (49.61% from 255 or 27.39% from 460); Max value from RGB is 213 - color contains mainly: red. Hex color #D5797E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5797E is #2A8681. Grayscale: #959595. Windows color (decimal): -2786946 or 8288725. OLE color: 8288725.
HSL color Cylindrical-coordinate representation of color #D5797E: hue angle of 356.74º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D5797E is Cyan = 0, Magento = 0.43, Yellow = 0.41 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 121 | 126 | - |
| CMYK | 0 | 0.43 | 0.41 | 0.16 |
| HSL | 356.74º | 0.52% | 0.65% | - |
| HSV(B) | 356.74º | 0.43% | 0.84% | - |
| XYZ | 38.04 | 29.33 | 23.39 | - |
| YUV | 149.08 | 114.98 | 173.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 121 | 126 | 0 | 0.43 | 0.41 | 0.16 | 356.74 | 0.52 | 0.65 |
| Hex | D5 | 79 | 7E | 0 | 2B | 29 | 10 | 165 | 34 | 41 |
| Octal | 325 | 171 | 176 | 0 | 53 | 51 | 20 | 545 | 64 | 101 |
| Binary | 11010101 | 1111001 | 1111110 | 0 | 101011 | 101001 | 10000 | 101100101 | 110100 | 1000001 |
Color Harmonies of #D5797E
Complementary color
Monochromatic Colors of #D5797E
Black with #D5797E
Text Example
Text Example
White with #D5797E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5797E; }
p { color: rgb(213,121,126); }
H1.HeaderClassName
{
color: #D5797E;
}
.AnyTagClassName
{
color: #D5797E;
}
</style>
background-color css
<style>
a { background-color: #D5797E; }
a { background-color: rgb(213,121,126); }
div.DivClassName
{
background-color: #D5797E;
}
.BgClassName
{
background-color: #D5797E;
}
</style>
border-color css
<style>
span { border-color: #D5797E; }
span { border-color: rgb(213,121,126); }
td.TdClassName
{
border-color: #D5797E;
}
.TagClassName
{
border-color: #D5797E;
}
</style>