Shades of Froly #D16E72
Tints of Froly #D16E72
RGB
CMYK
RGB Variations
Color information
#D16E72 (or 0xD16E72) is known color: Froly. HEX triplet: D1, 6E and 72. RGB value is (209,110,114). Sum of RGB (Red+Green+Blue) = 209+110+114=433 (57% of max value = 765). Red value is 209 (82.03% from 255 or 48.27% from 433); Green value is 110 (43.36% from 255 or 25.40% from 433); Blue value is 114 (44.92% from 255 or 26.33% from 433); Max value from RGB is 209 - color contains mainly: red. Hex color #D16E72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D16E72 is #2E918D. Grayscale: #8C8C8C. Windows color (decimal): -3051918 or 7499473. OLE color: 7499473.
HSL color Cylindrical-coordinate representation of color #D16E72: hue angle of 357.58º 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 #D16E72 is Cyan = 0, Magento = 0.47, Yellow = 0.45 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 110 | 114 | - |
| CMYK | 0 | 0.47 | 0.45 | 0.18 |
| HSL | 357.58º | 0.52% | 0.63% | - |
| HSV(B) | 357.58º | 0.47% | 0.82% | - |
| XYZ | 34.91 | 25.92 | 19.08 | - |
| YUV | 140.06 | 113.3 | 177.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 110 | 114 | 0 | 0.47 | 0.45 | 0.18 | 357.58 | 0.52 | 0.63 |
| Hex | D1 | 6E | 72 | 0 | 2F | 2D | 12 | 166 | 34 | 3F |
| Octal | 321 | 156 | 162 | 0 | 57 | 55 | 22 | 546 | 64 | 77 |
| Binary | 11010001 | 1101110 | 1110010 | 0 | 101111 | 101101 | 10010 | 101100110 | 110100 | 111111 |
Color Harmonies of #D16E72
Complementary color
Monochromatic Colors of #D16E72
Black with #D16E72
Text Example
Text Example
White with #D16E72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16E72; }
p { color: rgb(209,110,114); }
H1.HeaderClassName
{
color: #D16E72;
}
.AnyTagClassName
{
color: #D16E72;
}
</style>
background-color css
<style>
a { background-color: #D16E72; }
a { background-color: rgb(209,110,114); }
div.DivClassName
{
background-color: #D16E72;
}
.BgClassName
{
background-color: #D16E72;
}
</style>
border-color css
<style>
span { border-color: #D16E72; }
span { border-color: rgb(209,110,114); }
td.TdClassName
{
border-color: #D16E72;
}
.TagClassName
{
border-color: #D16E72;
}
</style>