Shades of Froly #D17172
Tints of Froly #D17172
RGB
CMYK
RGB Variations
Color information
#D17172 (or 0xD17172) is known color: Froly. HEX triplet: D1, 71 and 72. RGB value is (209,113,114). Sum of RGB (Red+Green+Blue) = 209+113+114=436 (57% of max value = 765). Red value is 209 (82.03% from 255 or 47.94% from 436); Green value is 113 (44.53% from 255 or 25.92% from 436); Blue value is 114 (44.92% from 255 or 26.15% from 436); Max value from RGB is 209 - color contains mainly: red. Hex color #D17172 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D17172 is #2E8E8D. Grayscale: #8D8D8D. Windows color (decimal): -3051150 or 7500241. OLE color: 7500241.
HSL color Cylindrical-coordinate representation of color #D17172: hue angle of 359.38º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D17172 is Cyan = 0, Magento = 0.46, Yellow = 0.45 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 113 | 114 | - |
| CMYK | 0 | 0.46 | 0.45 | 0.18 |
| HSL | 359.38º | 0.51% | 0.63% | - |
| HSV(B) | 359.38º | 0.46% | 0.82% | - |
| XYZ | 35.24 | 26.58 | 19.19 | - |
| YUV | 141.82 | 112.3 | 175.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 113 | 114 | 0 | 0.46 | 0.45 | 0.18 | 359.38 | 0.51 | 0.63 |
| Hex | D1 | 71 | 72 | 0 | 2E | 2D | 12 | 167 | 33 | 3F |
| Octal | 321 | 161 | 162 | 0 | 56 | 55 | 22 | 547 | 63 | 77 |
| Binary | 11010001 | 1110001 | 1110010 | 0 | 101110 | 101101 | 10010 | 101100111 | 110011 | 111111 |
Color Harmonies of #D17172
Complementary color
Monochromatic Colors of #D17172
Black with #D17172
Text Example
Text Example
White with #D17172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D17172; }
p { color: rgb(209,113,114); }
H1.HeaderClassName
{
color: #D17172;
}
.AnyTagClassName
{
color: #D17172;
}
</style>
background-color css
<style>
a { background-color: #D17172; }
a { background-color: rgb(209,113,114); }
div.DivClassName
{
background-color: #D17172;
}
.BgClassName
{
background-color: #D17172;
}
</style>
border-color css
<style>
span { border-color: #D17172; }
span { border-color: rgb(209,113,114); }
td.TdClassName
{
border-color: #D17172;
}
.TagClassName
{
border-color: #D17172;
}
</style>