Shades of Froly #D8717A
Tints of Froly #D8717A
RGB
CMYK
RGB Variations
Color information
#D8717A (or 0xD8717A) is known color: Froly. HEX triplet: D8, 71 and 7A. RGB value is (216,113,122). Sum of RGB (Red+Green+Blue) = 216+113+122=451 (59% of max value = 765). Red value is 216 (84.77% from 255 or 47.89% from 451); Green value is 113 (44.53% from 255 or 25.06% from 451); Blue value is 122 (48.05% from 255 or 27.05% from 451); Max value from RGB is 216 - color contains mainly: red. Hex color #D8717A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D8717A is #278E85. Grayscale: #909090. Windows color (decimal): -2592390 or 8024536. OLE color: 8024536.
HSL color Cylindrical-coordinate representation of color #D8717A: hue angle of 354.76º 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 #D8717A is Cyan = 0, Magento = 0.48, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 113 | 122 | - |
| CMYK | 0 | 0.48 | 0.44 | 0.15 |
| HSL | 354.76º | 0.57% | 0.65% | - |
| HSV(B) | 354.76º | 0.48% | 0.85% | - |
| XYZ | 37.74 | 27.81 | 21.79 | - |
| YUV | 144.82 | 115.12 | 178.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 113 | 122 | 0 | 0.48 | 0.44 | 0.15 | 354.76 | 0.57 | 0.65 |
| Hex | D8 | 71 | 7A | 0 | 30 | 2C | F | 163 | 39 | 41 |
| Octal | 330 | 161 | 172 | 0 | 60 | 54 | 17 | 543 | 71 | 101 |
| Binary | 11011000 | 1110001 | 1111010 | 0 | 110000 | 101100 | 1111 | 101100011 | 111001 | 1000001 |
Color Harmonies of #D8717A
Complementary color
Monochromatic Colors of #D8717A
Black with #D8717A
Text Example
Text Example
White with #D8717A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8717A; }
p { color: rgb(216,113,122); }
H1.HeaderClassName
{
color: #D8717A;
}
.AnyTagClassName
{
color: #D8717A;
}
</style>
background-color css
<style>
a { background-color: #D8717A; }
a { background-color: rgb(216,113,122); }
div.DivClassName
{
background-color: #D8717A;
}
.BgClassName
{
background-color: #D8717A;
}
</style>
border-color css
<style>
span { border-color: #D8717A; }
span { border-color: rgb(216,113,122); }
td.TdClassName
{
border-color: #D8717A;
}
.TagClassName
{
border-color: #D8717A;
}
</style>