Shades of Froly #D16872
Tints of Froly #D16872
RGB
CMYK
RGB Variations
Color information
#D16872 (or 0xD16872) is known color: Froly. HEX triplet: D1, 68 and 72. RGB value is (209,104,114). Sum of RGB (Red+Green+Blue) = 209+104+114=427 (56% of max value = 765). Red value is 209 (82.03% from 255 or 48.95% from 427); Green value is 104 (41.02% from 255 or 24.36% from 427); Blue value is 114 (44.92% from 255 or 26.70% from 427); Max value from RGB is 209 - color contains mainly: red. Hex color #D16872 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D16872 is #2E978D. Grayscale: #888888. Windows color (decimal): -3053454 or 7497937. OLE color: 7497937.
HSL color Cylindrical-coordinate representation of color #D16872: hue angle of 354.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 #D16872 is Cyan = 0, Magento = 0.50, Yellow = 0.45 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 104 | 114 | - |
| CMYK | 0 | 0.50 | 0.45 | 0.18 |
| HSL | 354.29º | 0.53% | 0.61% | - |
| HSV(B) | 354.29º | 0.5% | 0.82% | - |
| XYZ | 34.28 | 24.67 | 18.87 | - |
| YUV | 136.54 | 115.29 | 179.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 104 | 114 | 0 | 0.50 | 0.45 | 0.18 | 354.29 | 0.53 | 0.61 |
| Hex | D1 | 68 | 72 | 0 | 32 | 2D | 12 | 162 | 35 | 3D |
| Octal | 321 | 150 | 162 | 0 | 62 | 55 | 22 | 542 | 65 | 75 |
| Binary | 11010001 | 1101000 | 1110010 | 0 | 110010 | 101101 | 10010 | 101100010 | 110101 | 111101 |
Color Harmonies of #D16872
Complementary color
Monochromatic Colors of #D16872
Black with #D16872
Text Example
Text Example
White with #D16872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16872; }
p { color: rgb(209,104,114); }
H1.HeaderClassName
{
color: #D16872;
}
.AnyTagClassName
{
color: #D16872;
}
</style>
background-color css
<style>
a { background-color: #D16872; }
a { background-color: rgb(209,104,114); }
div.DivClassName
{
background-color: #D16872;
}
.BgClassName
{
background-color: #D16872;
}
</style>
border-color css
<style>
span { border-color: #D16872; }
span { border-color: rgb(209,104,114); }
td.TdClassName
{
border-color: #D16872;
}
.TagClassName
{
border-color: #D16872;
}
</style>