Shades of Froly #D16679
Tints of Froly #D16679
RGB
CMYK
RGB Variations
Color information
#D16679 (or 0xD16679) is known color: Froly. HEX triplet: D1, 66 and 79. RGB value is (209,102,121). Sum of RGB (Red+Green+Blue) = 209+102+121=432 (57% of max value = 765). Red value is 209 (82.03% from 255 or 48.38% from 432); Green value is 102 (40.23% from 255 or 23.61% from 432); Blue value is 121 (47.66% from 255 or 28.01% from 432); Max value from RGB is 209 - color contains mainly: red. Hex color #D16679 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D16679 is #2E9986. Grayscale: #888888. Windows color (decimal): -3053959 or 7956177. OLE color: 7956177.
HSL color Cylindrical-coordinate representation of color #D16679: hue angle of 349.35º degrees, saturation: 0.54, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D16679 is Cyan = 0, Magento = 0.51, Yellow = 0.42 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 102 | 121 | - |
| CMYK | 0 | 0.51 | 0.42 | 0.18 |
| HSL | 349.35º | 0.54% | 0.61% | - |
| HSV(B) | 349.35º | 0.51% | 0.82% | - |
| XYZ | 34.5 | 24.44 | 20.99 | - |
| YUV | 136.16 | 119.45 | 179.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 102 | 121 | 0 | 0.51 | 0.42 | 0.18 | 349.35 | 0.54 | 0.61 |
| Hex | D1 | 66 | 79 | 0 | 33 | 2A | 12 | 15D | 36 | 3D |
| Octal | 321 | 146 | 171 | 0 | 63 | 52 | 22 | 535 | 66 | 75 |
| Binary | 11010001 | 1100110 | 1111001 | 0 | 110011 | 101010 | 10010 | 101011101 | 110110 | 111101 |
Color Harmonies of #D16679
Complementary color
Monochromatic Colors of #D16679
Black with #D16679
Text Example
Text Example
White with #D16679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16679; }
p { color: rgb(209,102,121); }
H1.HeaderClassName
{
color: #D16679;
}
.AnyTagClassName
{
color: #D16679;
}
</style>
background-color css
<style>
a { background-color: #D16679; }
a { background-color: rgb(209,102,121); }
div.DivClassName
{
background-color: #D16679;
}
.BgClassName
{
background-color: #D16679;
}
</style>
border-color css
<style>
span { border-color: #D16679; }
span { border-color: rgb(209,102,121); }
td.TdClassName
{
border-color: #D16679;
}
.TagClassName
{
border-color: #D16679;
}
</style>