Shades of Froly #D7717E
Tints of Froly #D7717E
RGB
CMYK
RGB Variations
Color information
#D7717E (or 0xD7717E) is known color: Froly. HEX triplet: D7, 71 and 7E. RGB value is (215,113,126). Sum of RGB (Red+Green+Blue) = 215+113+126=454 (60% of max value = 765). Red value is 215 (84.38% from 255 or 47.36% from 454); Green value is 113 (44.53% from 255 or 24.89% from 454); Blue value is 126 (49.61% from 255 or 27.75% from 454); Max value from RGB is 215 - color contains mainly: red. Hex color #D7717E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D7717E is #288E81. Grayscale: #919191. Windows color (decimal): -2657922 or 8286679. OLE color: 8286679.
HSL color Cylindrical-coordinate representation of color #D7717E: hue angle of 352.35º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D7717E is Cyan = 0, Magento = 0.47, Yellow = 0.41 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 113 | 126 | - |
| CMYK | 0 | 0.47 | 0.41 | 0.16 |
| HSL | 352.35º | 0.56% | 0.64% | - |
| HSV(B) | 352.35º | 0.47% | 0.84% | - |
| XYZ | 37.7 | 27.76 | 23.11 | - |
| YUV | 144.98 | 117.29 | 177.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 113 | 126 | 0 | 0.47 | 0.41 | 0.16 | 352.35 | 0.56 | 0.64 |
| Hex | D7 | 71 | 7E | 0 | 2F | 29 | 10 | 160 | 38 | 40 |
| Octal | 327 | 161 | 176 | 0 | 57 | 51 | 20 | 540 | 70 | 100 |
| Binary | 11010111 | 1110001 | 1111110 | 0 | 101111 | 101001 | 10000 | 101100000 | 111000 | 1000000 |
Color Harmonies of #D7717E
Complementary color
Monochromatic Colors of #D7717E
Black with #D7717E
Text Example
Text Example
White with #D7717E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7717E; }
p { color: rgb(215,113,126); }
H1.HeaderClassName
{
color: #D7717E;
}
.AnyTagClassName
{
color: #D7717E;
}
</style>
background-color css
<style>
a { background-color: #D7717E; }
a { background-color: rgb(215,113,126); }
div.DivClassName
{
background-color: #D7717E;
}
.BgClassName
{
background-color: #D7717E;
}
</style>
border-color css
<style>
span { border-color: #D7717E; }
span { border-color: rgb(215,113,126); }
td.TdClassName
{
border-color: #D7717E;
}
.TagClassName
{
border-color: #D7717E;
}
</style>