Shades of Froly #D16675
Tints of Froly #D16675
RGB
CMYK
RGB Variations
Color information
#D16675 (or 0xD16675) is known color: Froly. HEX triplet: D1, 66 and 75. RGB value is (209,102,117). Sum of RGB (Red+Green+Blue) = 209+102+117=428 (56% of max value = 765). Red value is 209 (82.03% from 255 or 48.83% from 428); Green value is 102 (40.23% from 255 or 23.83% from 428); Blue value is 117 (46.09% from 255 or 27.34% from 428); Max value from RGB is 209 - color contains mainly: red. Hex color #D16675 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D16675 is #2E998A. Grayscale: #878787. Windows color (decimal): -3053963 or 7694033. OLE color: 7694033.
HSL color Cylindrical-coordinate representation of color #D16675: hue angle of 351.59º 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 #D16675 is Cyan = 0, Magento = 0.51, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 102 | 117 | - |
| CMYK | 0 | 0.51 | 0.44 | 0.18 |
| HSL | 351.59º | 0.54% | 0.61% | - |
| HSV(B) | 351.59º | 0.51% | 0.82% | - |
| XYZ | 34.26 | 24.34 | 19.72 | - |
| YUV | 135.7 | 117.45 | 180.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 102 | 117 | 0 | 0.51 | 0.44 | 0.18 | 351.59 | 0.54 | 0.61 |
| Hex | D1 | 66 | 75 | 0 | 33 | 2C | 12 | 160 | 36 | 3D |
| Octal | 321 | 146 | 165 | 0 | 63 | 54 | 22 | 540 | 66 | 75 |
| Binary | 11010001 | 1100110 | 1110101 | 0 | 110011 | 101100 | 10010 | 101100000 | 110110 | 111101 |
Color Harmonies of #D16675
Complementary color
Monochromatic Colors of #D16675
Black with #D16675
Text Example
Text Example
White with #D16675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16675; }
p { color: rgb(209,102,117); }
H1.HeaderClassName
{
color: #D16675;
}
.AnyTagClassName
{
color: #D16675;
}
</style>
background-color css
<style>
a { background-color: #D16675; }
a { background-color: rgb(209,102,117); }
div.DivClassName
{
background-color: #D16675;
}
.BgClassName
{
background-color: #D16675;
}
</style>
border-color css
<style>
span { border-color: #D16675; }
span { border-color: rgb(209,102,117); }
td.TdClassName
{
border-color: #D16675;
}
.TagClassName
{
border-color: #D16675;
}
</style>