Shades of Froly #D9616F
Tints of Froly #D9616F
RGB
CMYK
RGB Variations
Color information
#D9616F (or 0xD9616F) is known color: Froly. HEX triplet: D9, 61 and 6F. RGB value is (217,97,111). Sum of RGB (Red+Green+Blue) = 217+97+111=425 (56% of max value = 765). Red value is 217 (85.16% from 255 or 51.06% from 425); Green value is 97 (38.28% from 255 or 22.82% from 425); Blue value is 111 (43.75% from 255 or 26.12% from 425); Max value from RGB is 217 - color contains mainly: red. Hex color #D9616F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D9616F is #269E90. Grayscale: #868686. Windows color (decimal): -2530961 or 7299545. OLE color: 7299545.
HSL color Cylindrical-coordinate representation of color #D9616F: hue angle of 353º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D9616F is Cyan = 0, Magento = 0.55, Yellow = 0.49 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 97 | 111 | - |
| CMYK | 0 | 0.55 | 0.49 | 0.15 |
| HSL | 353º | 0.61% | 0.62% | - |
| HSV(B) | 353º | 0.55% | 0.85% | - |
| XYZ | 35.76 | 24.45 | 17.87 | - |
| YUV | 134.48 | 114.76 | 186.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 97 | 111 | 0 | 0.55 | 0.49 | 0.15 | 353 | 0.61 | 0.62 |
| Hex | D9 | 61 | 6F | 0 | 37 | 31 | F | 161 | 3D | 3E |
| Octal | 331 | 141 | 157 | 0 | 67 | 61 | 17 | 541 | 75 | 76 |
| Binary | 11011001 | 1100001 | 1101111 | 0 | 110111 | 110001 | 1111 | 101100001 | 111101 | 111110 |
Color Harmonies of #D9616F
Complementary color
Monochromatic Colors of #D9616F
Black with #D9616F
Text Example
Text Example
White with #D9616F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9616F; }
p { color: rgb(217,97,111); }
H1.HeaderClassName
{
color: #D9616F;
}
.AnyTagClassName
{
color: #D9616F;
}
</style>
background-color css
<style>
a { background-color: #D9616F; }
a { background-color: rgb(217,97,111); }
div.DivClassName
{
background-color: #D9616F;
}
.BgClassName
{
background-color: #D9616F;
}
</style>
border-color css
<style>
span { border-color: #D9616F; }
span { border-color: rgb(217,97,111); }
td.TdClassName
{
border-color: #D9616F;
}
.TagClassName
{
border-color: #D9616F;
}
</style>