Shades of Froly #D16977
Tints of Froly #D16977
RGB
CMYK
RGB Variations
Color information
#D16977 (or 0xD16977) is known color: Froly. HEX triplet: D1, 69 and 77. RGB value is (209,105,119). Sum of RGB (Red+Green+Blue) = 209+105+119=433 (57% of max value = 765). Red value is 209 (82.03% from 255 or 48.27% from 433); Green value is 105 (41.41% from 255 or 24.25% from 433); Blue value is 119 (46.88% from 255 or 27.48% from 433); Max value from RGB is 209 - color contains mainly: red. Hex color #D16977 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D16977 is #2E9688. Grayscale: #898989. Windows color (decimal): -3053193 or 7825873. OLE color: 7825873.
HSL color Cylindrical-coordinate representation of color #D16977: hue angle of 351.92º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D16977 is Cyan = 0, Magento = 0.50, Yellow = 0.43 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 105 | 119 | - |
| CMYK | 0 | 0.50 | 0.43 | 0.18 |
| HSL | 351.92º | 0.53% | 0.62% | - |
| HSV(B) | 351.92º | 0.5% | 0.82% | - |
| XYZ | 34.68 | 24.99 | 20.45 | - |
| YUV | 137.69 | 117.46 | 178.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 105 | 119 | 0 | 0.50 | 0.43 | 0.18 | 351.92 | 0.53 | 0.62 |
| Hex | D1 | 69 | 77 | 0 | 32 | 2B | 12 | 160 | 35 | 3E |
| Octal | 321 | 151 | 167 | 0 | 62 | 53 | 22 | 540 | 65 | 76 |
| Binary | 11010001 | 1101001 | 1110111 | 0 | 110010 | 101011 | 10010 | 101100000 | 110101 | 111110 |
Color Harmonies of #D16977
Complementary color
Monochromatic Colors of #D16977
Black with #D16977
Text Example
Text Example
White with #D16977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16977; }
p { color: rgb(209,105,119); }
H1.HeaderClassName
{
color: #D16977;
}
.AnyTagClassName
{
color: #D16977;
}
</style>
background-color css
<style>
a { background-color: #D16977; }
a { background-color: rgb(209,105,119); }
div.DivClassName
{
background-color: #D16977;
}
.BgClassName
{
background-color: #D16977;
}
</style>
border-color css
<style>
span { border-color: #D16977; }
span { border-color: rgb(209,105,119); }
td.TdClassName
{
border-color: #D16977;
}
.TagClassName
{
border-color: #D16977;
}
</style>