Shades of Froly #D16879
Tints of Froly #D16879
RGB
CMYK
RGB Variations
Color information
#D16879 (or 0xD16879) is known color: Froly. HEX triplet: D1, 68 and 79. RGB value is (209,104,121). Sum of RGB (Red+Green+Blue) = 209+104+121=434 (57% of max value = 765). Red value is 209 (82.03% from 255 or 48.16% from 434); Green value is 104 (41.02% from 255 or 23.96% from 434); Blue value is 121 (47.66% from 255 or 27.88% from 434); Max value from RGB is 209 - color contains mainly: red. Hex color #D16879 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D16879 is #2E9786. Grayscale: #898989. Windows color (decimal): -3053447 or 7956689. OLE color: 7956689.
HSL color Cylindrical-coordinate representation of color #D16879: hue angle of 350.29º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D16879 is Cyan = 0, Magento = 0.50, Yellow = 0.42 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 104 | 121 | - |
| CMYK | 0 | 0.50 | 0.42 | 0.18 |
| HSL | 350.29º | 0.53% | 0.61% | - |
| HSV(B) | 350.29º | 0.5% | 0.82% | - |
| XYZ | 34.7 | 24.84 | 21.05 | - |
| YUV | 137.33 | 118.79 | 179.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 104 | 121 | 0 | 0.50 | 0.42 | 0.18 | 350.29 | 0.53 | 0.61 |
| Hex | D1 | 68 | 79 | 0 | 32 | 2A | 12 | 15E | 35 | 3D |
| Octal | 321 | 150 | 171 | 0 | 62 | 52 | 22 | 536 | 65 | 75 |
| Binary | 11010001 | 1101000 | 1111001 | 0 | 110010 | 101010 | 10010 | 101011110 | 110101 | 111101 |
Color Harmonies of #D16879
Complementary color
Monochromatic Colors of #D16879
Black with #D16879
Text Example
Text Example
White with #D16879
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16879; }
p { color: rgb(209,104,121); }
H1.HeaderClassName
{
color: #D16879;
}
.AnyTagClassName
{
color: #D16879;
}
</style>
background-color css
<style>
a { background-color: #D16879; }
a { background-color: rgb(209,104,121); }
div.DivClassName
{
background-color: #D16879;
}
.BgClassName
{
background-color: #D16879;
}
</style>
border-color css
<style>
span { border-color: #D16879; }
span { border-color: rgb(209,104,121); }
td.TdClassName
{
border-color: #D16879;
}
.TagClassName
{
border-color: #D16879;
}
</style>