Shades of Froly #D97375
Tints of Froly #D97375
RGB
CMYK
RGB Variations
Color information
#D97375 (or 0xD97375) is known color: Froly. HEX triplet: D9, 73 and 75. RGB value is (217,115,117). Sum of RGB (Red+Green+Blue) = 217+115+117=449 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.33% from 449); Green value is 115 (45.31% from 255 or 25.61% from 449); Blue value is 117 (46.09% from 255 or 26.06% from 449); Max value from RGB is 217 - color contains mainly: red. Hex color #D97375 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D97375 is #268C8A. Grayscale: #919191. Windows color (decimal): -2526347 or 7697369. OLE color: 7697369.
HSL color Cylindrical-coordinate representation of color #D97375: hue angle of 358.82º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D97375 is Cyan = 0, Magento = 0.47, Yellow = 0.46 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 115 | 117 | - |
| CMYK | 0 | 0.47 | 0.46 | 0.15 |
| HSL | 358.82º | 0.57% | 0.65% | - |
| HSV(B) | 358.82º | 0.47% | 0.85% | - |
| XYZ | 37.96 | 28.3 | 20.29 | - |
| YUV | 145.73 | 111.79 | 178.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 115 | 117 | 0 | 0.47 | 0.46 | 0.15 | 358.82 | 0.57 | 0.65 |
| Hex | D9 | 73 | 75 | 0 | 2F | 2E | F | 167 | 39 | 41 |
| Octal | 331 | 163 | 165 | 0 | 57 | 56 | 17 | 547 | 71 | 101 |
| Binary | 11011001 | 1110011 | 1110101 | 0 | 101111 | 101110 | 1111 | 101100111 | 111001 | 1000001 |
Color Harmonies of #D97375
Complementary color
Monochromatic Colors of #D97375
Black with #D97375
Text Example
Text Example
White with #D97375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D97375; }
p { color: rgb(217,115,117); }
H1.HeaderClassName
{
color: #D97375;
}
.AnyTagClassName
{
color: #D97375;
}
</style>
background-color css
<style>
a { background-color: #D97375; }
a { background-color: rgb(217,115,117); }
div.DivClassName
{
background-color: #D97375;
}
.BgClassName
{
background-color: #D97375;
}
</style>
border-color css
<style>
span { border-color: #D97375; }
span { border-color: rgb(217,115,117); }
td.TdClassName
{
border-color: #D97375;
}
.TagClassName
{
border-color: #D97375;
}
</style>