Shades of Froly #D9717E
Tints of Froly #D9717E
RGB
CMYK
RGB Variations
Color information
#D9717E (or 0xD9717E) is known color: Froly. HEX triplet: D9, 71 and 7E. RGB value is (217,113,126). Sum of RGB (Red+Green+Blue) = 217+113+126=456 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.59% from 456); Green value is 113 (44.53% from 255 or 24.78% from 456); Blue value is 126 (49.61% from 255 or 27.63% from 456); Max value from RGB is 217 - color contains mainly: red. Hex color #D9717E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D9717E is #268E81. Grayscale: #919191. Windows color (decimal): -2526850 or 8286681. OLE color: 8286681.
HSL color Cylindrical-coordinate representation of color #D9717E: hue angle of 352.5º degrees, saturation: 0.58, 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 #D9717E is Cyan = 0, Magento = 0.48, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 113 | 126 | - |
| CMYK | 0 | 0.48 | 0.42 | 0.15 |
| HSL | 352.5º | 0.58% | 0.65% | - |
| HSV(B) | 352.5º | 0.48% | 0.85% | - |
| XYZ | 38.29 | 28.07 | 23.14 | - |
| YUV | 145.58 | 116.96 | 178.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 113 | 126 | 0 | 0.48 | 0.42 | 0.15 | 352.5 | 0.58 | 0.65 |
| Hex | D9 | 71 | 7E | 0 | 30 | 2A | F | 160 | 3A | 41 |
| Octal | 331 | 161 | 176 | 0 | 60 | 52 | 17 | 540 | 72 | 101 |
| Binary | 11011001 | 1110001 | 1111110 | 0 | 110000 | 101010 | 1111 | 101100000 | 111010 | 1000001 |
Color Harmonies of #D9717E
Complementary color
Monochromatic Colors of #D9717E
Black with #D9717E
Text Example
Text Example
White with #D9717E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9717E; }
p { color: rgb(217,113,126); }
H1.HeaderClassName
{
color: #D9717E;
}
.AnyTagClassName
{
color: #D9717E;
}
</style>
background-color css
<style>
a { background-color: #D9717E; }
a { background-color: rgb(217,113,126); }
div.DivClassName
{
background-color: #D9717E;
}
.BgClassName
{
background-color: #D9717E;
}
</style>
border-color css
<style>
span { border-color: #D9717E; }
span { border-color: rgb(217,113,126); }
td.TdClassName
{
border-color: #D9717E;
}
.TagClassName
{
border-color: #D9717E;
}
</style>