Shades of Froly #D8717D
Tints of Froly #D8717D
RGB
CMYK
RGB Variations
Color information
#D8717D (or 0xD8717D) is known color: Froly. HEX triplet: D8, 71 and 7D. RGB value is (216,113,125). Sum of RGB (Red+Green+Blue) = 216+113+125=454 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.58% from 454); Green value is 113 (44.53% from 255 or 24.89% from 454); Blue value is 125 (49.22% from 255 or 27.53% from 454); Max value from RGB is 216 - color contains mainly: red. Hex color #D8717D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D8717D is #278E82. Grayscale: #919191. Windows color (decimal): -2592387 or 8221144. OLE color: 8221144.
HSL color Cylindrical-coordinate representation of color #D8717D: hue angle of 353.01º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D8717D is Cyan = 0, Magento = 0.48, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 113 | 125 | - |
| CMYK | 0 | 0.48 | 0.42 | 0.15 |
| HSL | 353.01º | 0.57% | 0.65% | - |
| HSV(B) | 353.01º | 0.48% | 0.85% | - |
| XYZ | 37.93 | 27.89 | 22.79 | - |
| YUV | 145.17 | 116.62 | 178.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 113 | 125 | 0 | 0.48 | 0.42 | 0.15 | 353.01 | 0.57 | 0.65 |
| Hex | D8 | 71 | 7D | 0 | 30 | 2A | F | 161 | 39 | 41 |
| Octal | 330 | 161 | 175 | 0 | 60 | 52 | 17 | 541 | 71 | 101 |
| Binary | 11011000 | 1110001 | 1111101 | 0 | 110000 | 101010 | 1111 | 101100001 | 111001 | 1000001 |
Color Harmonies of #D8717D
Complementary color
Monochromatic Colors of #D8717D
Black with #D8717D
Text Example
Text Example
White with #D8717D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8717D; }
p { color: rgb(216,113,125); }
H1.HeaderClassName
{
color: #D8717D;
}
.AnyTagClassName
{
color: #D8717D;
}
</style>
background-color css
<style>
a { background-color: #D8717D; }
a { background-color: rgb(216,113,125); }
div.DivClassName
{
background-color: #D8717D;
}
.BgClassName
{
background-color: #D8717D;
}
</style>
border-color css
<style>
span { border-color: #D8717D; }
span { border-color: rgb(216,113,125); }
td.TdClassName
{
border-color: #D8717D;
}
.TagClassName
{
border-color: #D8717D;
}
</style>