Shades of Froly #D16F70
Tints of Froly #D16F70
RGB
CMYK
RGB Variations
Color information
#D16F70 (or 0xD16F70) is known color: Froly. HEX triplet: D1, 6F and 70. RGB value is (209,111,112). Sum of RGB (Red+Green+Blue) = 209+111+112=432 (57% of max value = 765). Red value is 209 (82.03% from 255 or 48.38% from 432); Green value is 111 (43.75% from 255 or 25.69% from 432); Blue value is 112 (44.14% from 255 or 25.93% from 432); Max value from RGB is 209 - color contains mainly: red. Hex color #D16F70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D16F70 is #2E908F. Grayscale: #8C8C8C. Windows color (decimal): -3051664 or 7368657. OLE color: 7368657.
HSL color Cylindrical-coordinate representation of color #D16F70: hue angle of 359.39º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D16F70 is Cyan = 0, Magento = 0.47, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 111 | 112 | - |
| CMYK | 0 | 0.47 | 0.46 | 0.18 |
| HSL | 359.39º | 0.52% | 0.63% | - |
| HSV(B) | 359.39º | 0.47% | 0.82% | - |
| XYZ | 34.9 | 26.09 | 18.53 | - |
| YUV | 140.42 | 111.97 | 176.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 111 | 112 | 0 | 0.47 | 0.46 | 0.18 | 359.39 | 0.52 | 0.63 |
| Hex | D1 | 6F | 70 | 0 | 2F | 2E | 12 | 167 | 34 | 3F |
| Octal | 321 | 157 | 160 | 0 | 57 | 56 | 22 | 547 | 64 | 77 |
| Binary | 11010001 | 1101111 | 1110000 | 0 | 101111 | 101110 | 10010 | 101100111 | 110100 | 111111 |
Color Harmonies of #D16F70
Complementary color
Monochromatic Colors of #D16F70
Black with #D16F70
Text Example
Text Example
White with #D16F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16F70; }
p { color: rgb(209,111,112); }
H1.HeaderClassName
{
color: #D16F70;
}
.AnyTagClassName
{
color: #D16F70;
}
</style>
background-color css
<style>
a { background-color: #D16F70; }
a { background-color: rgb(209,111,112); }
div.DivClassName
{
background-color: #D16F70;
}
.BgClassName
{
background-color: #D16F70;
}
</style>
border-color css
<style>
span { border-color: #D16F70; }
span { border-color: rgb(209,111,112); }
td.TdClassName
{
border-color: #D16F70;
}
.TagClassName
{
border-color: #D16F70;
}
</style>