Shades of Froly #D17179
Tints of Froly #D17179
RGB
CMYK
RGB Variations
Color information
#D17179 (or 0xD17179) is known color: Froly. HEX triplet: D1, 71 and 79. RGB value is (209,113,121). Sum of RGB (Red+Green+Blue) = 209+113+121=443 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.18% from 443); Green value is 113 (44.53% from 255 or 25.51% from 443); Blue value is 121 (47.66% from 255 or 27.31% from 443); Max value from RGB is 209 - color contains mainly: red. Hex color #D17179 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D17179 is #2E8E86. Grayscale: #8E8E8E. Windows color (decimal): -3051143 or 7958993. OLE color: 7958993.
HSL color Cylindrical-coordinate representation of color #D17179: hue angle of 355º 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 #D17179 is Cyan = 0, Magento = 0.46, Yellow = 0.42 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 113 | 121 | - |
| CMYK | 0 | 0.46 | 0.42 | 0.18 |
| HSL | 355º | 0.51% | 0.63% | - |
| HSV(B) | 355º | 0.46% | 0.82% | - |
| XYZ | 35.65 | 26.75 | 21.37 | - |
| YUV | 142.62 | 115.8 | 175.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 113 | 121 | 0 | 0.46 | 0.42 | 0.18 | 355 | 0.51 | 0.63 |
| Hex | D1 | 71 | 79 | 0 | 2E | 2A | 12 | 163 | 33 | 3F |
| Octal | 321 | 161 | 171 | 0 | 56 | 52 | 22 | 543 | 63 | 77 |
| Binary | 11010001 | 1110001 | 1111001 | 0 | 101110 | 101010 | 10010 | 101100011 | 110011 | 111111 |
Color Harmonies of #D17179
Complementary color
Monochromatic Colors of #D17179
Black with #D17179
Text Example
Text Example
White with #D17179
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D17179; }
p { color: rgb(209,113,121); }
H1.HeaderClassName
{
color: #D17179;
}
.AnyTagClassName
{
color: #D17179;
}
</style>
background-color css
<style>
a { background-color: #D17179; }
a { background-color: rgb(209,113,121); }
div.DivClassName
{
background-color: #D17179;
}
.BgClassName
{
background-color: #D17179;
}
</style>
border-color css
<style>
span { border-color: #D17179; }
span { border-color: rgb(209,113,121); }
td.TdClassName
{
border-color: #D17179;
}
.TagClassName
{
border-color: #D17179;
}
</style>