Shades of Froly #D16775
Tints of Froly #D16775
RGB
CMYK
RGB Variations
Color information
#D16775 (or 0xD16775) is known color: Froly. HEX triplet: D1, 67 and 75. RGB value is (209,103,117). Sum of RGB (Red+Green+Blue) = 209+103+117=429 (56% of max value = 765). Red value is 209 (82.03% from 255 or 48.72% from 429); Green value is 103 (40.62% from 255 or 24.01% from 429); Blue value is 117 (46.09% from 255 or 27.27% from 429); Max value from RGB is 209 - color contains mainly: red. Hex color #D16775 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D16775 is #2E988A. Grayscale: #888888. Windows color (decimal): -3053707 or 7694289. OLE color: 7694289.
HSL color Cylindrical-coordinate representation of color #D16775: hue angle of 352.08º 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 #D16775 is Cyan = 0, Magento = 0.51, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 103 | 117 | - |
| CMYK | 0 | 0.51 | 0.44 | 0.18 |
| HSL | 352.08º | 0.54% | 0.61% | - |
| HSV(B) | 352.08º | 0.51% | 0.82% | - |
| XYZ | 34.36 | 24.54 | 19.76 | - |
| YUV | 136.29 | 117.12 | 179.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 103 | 117 | 0 | 0.51 | 0.44 | 0.18 | 352.08 | 0.54 | 0.61 |
| Hex | D1 | 67 | 75 | 0 | 33 | 2C | 12 | 160 | 36 | 3D |
| Octal | 321 | 147 | 165 | 0 | 63 | 54 | 22 | 540 | 66 | 75 |
| Binary | 11010001 | 1100111 | 1110101 | 0 | 110011 | 101100 | 10010 | 101100000 | 110110 | 111101 |
Color Harmonies of #D16775
Complementary color
Monochromatic Colors of #D16775
Black with #D16775
Text Example
Text Example
White with #D16775
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16775; }
p { color: rgb(209,103,117); }
H1.HeaderClassName
{
color: #D16775;
}
.AnyTagClassName
{
color: #D16775;
}
</style>
background-color css
<style>
a { background-color: #D16775; }
a { background-color: rgb(209,103,117); }
div.DivClassName
{
background-color: #D16775;
}
.BgClassName
{
background-color: #D16775;
}
</style>
border-color css
<style>
span { border-color: #D16775; }
span { border-color: rgb(209,103,117); }
td.TdClassName
{
border-color: #D16775;
}
.TagClassName
{
border-color: #D16775;
}
</style>