Shades of Froly #D5797B
Tints of Froly #D5797B
RGB
CMYK
RGB Variations
Color information
#D5797B (or 0xD5797B) is known color: Froly. HEX triplet: D5, 79 and 7B. RGB value is (213,121,123). Sum of RGB (Red+Green+Blue) = 213+121+123=457 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.61% from 457); Green value is 121 (47.66% from 255 or 26.48% from 457); Blue value is 123 (48.44% from 255 or 26.91% from 457); Max value from RGB is 213 - color contains mainly: red. Hex color #D5797B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5797B is #2A8684. Grayscale: #949494. Windows color (decimal): -2786949 or 8092117. OLE color: 8092117.
HSL color Cylindrical-coordinate representation of color #D5797B: hue angle of 358.7º 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 #D5797B is Cyan = 0, Magento = 0.43, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 121 | 123 | - |
| CMYK | 0 | 0.43 | 0.42 | 0.16 |
| HSL | 358.7º | 0.52% | 0.65% | - |
| HSV(B) | 358.7º | 0.43% | 0.84% | - |
| XYZ | 37.85 | 29.25 | 22.39 | - |
| YUV | 148.74 | 113.48 | 173.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 121 | 123 | 0 | 0.43 | 0.42 | 0.16 | 358.7 | 0.52 | 0.65 |
| Hex | D5 | 79 | 7B | 0 | 2B | 2A | 10 | 167 | 34 | 41 |
| Octal | 325 | 171 | 173 | 0 | 53 | 52 | 20 | 547 | 64 | 101 |
| Binary | 11010101 | 1111001 | 1111011 | 0 | 101011 | 101010 | 10000 | 101100111 | 110100 | 1000001 |
Color Harmonies of #D5797B
Complementary color
Monochromatic Colors of #D5797B
Black with #D5797B
Text Example
Text Example
White with #D5797B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5797B; }
p { color: rgb(213,121,123); }
H1.HeaderClassName
{
color: #D5797B;
}
.AnyTagClassName
{
color: #D5797B;
}
</style>
background-color css
<style>
a { background-color: #D5797B; }
a { background-color: rgb(213,121,123); }
div.DivClassName
{
background-color: #D5797B;
}
.BgClassName
{
background-color: #D5797B;
}
</style>
border-color css
<style>
span { border-color: #D5797B; }
span { border-color: rgb(213,121,123); }
td.TdClassName
{
border-color: #D5797B;
}
.TagClassName
{
border-color: #D5797B;
}
</style>