Shades of Froly #D9727F
Tints of Froly #D9727F
RGB
CMYK
RGB Variations
Color information
#D9727F (or 0xD9727F) is known color: Froly. HEX triplet: D9, 72 and 7F. RGB value is (217,114,127). Sum of RGB (Red+Green+Blue) = 217+114+127=458 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.38% from 458); Green value is 114 (44.92% from 255 or 24.89% from 458); Blue value is 127 (50% from 255 or 27.73% from 458); Max value from RGB is 217 - color contains mainly: red. Hex color #D9727F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D9727F is #268D80. Grayscale: #929292. Windows color (decimal): -2526593 or 8352473. OLE color: 8352473.
HSL color Cylindrical-coordinate representation of color #D9727F: hue angle of 352.43º degrees, saturation: 0.58, 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 #D9727F is Cyan = 0, Magento = 0.47, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 114 | 127 | - |
| CMYK | 0 | 0.47 | 0.41 | 0.15 |
| HSL | 352.43º | 0.58% | 0.65% | - |
| HSV(B) | 352.43º | 0.47% | 0.85% | - |
| XYZ | 38.46 | 28.32 | 23.52 | - |
| YUV | 146.28 | 117.12 | 178.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 114 | 127 | 0 | 0.47 | 0.41 | 0.15 | 352.43 | 0.58 | 0.65 |
| Hex | D9 | 72 | 7F | 0 | 2F | 29 | F | 160 | 3A | 41 |
| Octal | 331 | 162 | 177 | 0 | 57 | 51 | 17 | 540 | 72 | 101 |
| Binary | 11011001 | 1110010 | 1111111 | 0 | 101111 | 101001 | 1111 | 101100000 | 111010 | 1000001 |
Color Harmonies of #D9727F
Complementary color
Monochromatic Colors of #D9727F
Black with #D9727F
Text Example
Text Example
White with #D9727F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9727F; }
p { color: rgb(217,114,127); }
H1.HeaderClassName
{
color: #D9727F;
}
.AnyTagClassName
{
color: #D9727F;
}
</style>
background-color css
<style>
a { background-color: #D9727F; }
a { background-color: rgb(217,114,127); }
div.DivClassName
{
background-color: #D9727F;
}
.BgClassName
{
background-color: #D9727F;
}
</style>
border-color css
<style>
span { border-color: #D9727F; }
span { border-color: rgb(217,114,127); }
td.TdClassName
{
border-color: #D9727F;
}
.TagClassName
{
border-color: #D9727F;
}
</style>