Shades of Froly #D47175
Tints of Froly #D47175
RGB
CMYK
RGB Variations
Color information
#D47175 (or 0xD47175) is known color: Froly. HEX triplet: D4, 71 and 75. RGB value is (212,113,117). Sum of RGB (Red+Green+Blue) = 212+113+117=442 (58% of max value = 765). Red value is 212 (83.20% from 255 or 47.96% from 442); Green value is 113 (44.53% from 255 or 25.57% from 442); Blue value is 117 (46.09% from 255 or 26.47% from 442); Max value from RGB is 212 - color contains mainly: red. Hex color #D47175 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D47175 is #2B8E8A. Grayscale: #8F8F8F. Windows color (decimal): -2854539 or 7696852. OLE color: 7696852.
HSL color Cylindrical-coordinate representation of color #D47175: hue angle of 357.58º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D47175 is Cyan = 0, Magento = 0.47, Yellow = 0.45 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 113 | 117 | - |
| CMYK | 0 | 0.47 | 0.45 | 0.17 |
| HSL | 357.58º | 0.54% | 0.64% | - |
| HSV(B) | 357.58º | 0.47% | 0.83% | - |
| XYZ | 36.27 | 27.09 | 20.15 | - |
| YUV | 143.06 | 113.3 | 177.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 113 | 117 | 0 | 0.47 | 0.45 | 0.17 | 357.58 | 0.54 | 0.64 |
| Hex | D4 | 71 | 75 | 0 | 2F | 2D | 11 | 166 | 36 | 40 |
| Octal | 324 | 161 | 165 | 0 | 57 | 55 | 21 | 546 | 66 | 100 |
| Binary | 11010100 | 1110001 | 1110101 | 0 | 101111 | 101101 | 10001 | 101100110 | 110110 | 1000000 |
Color Harmonies of #D47175
Complementary color
Monochromatic Colors of #D47175
Black with #D47175
Text Example
Text Example
White with #D47175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D47175; }
p { color: rgb(212,113,117); }
H1.HeaderClassName
{
color: #D47175;
}
.AnyTagClassName
{
color: #D47175;
}
</style>
background-color css
<style>
a { background-color: #D47175; }
a { background-color: rgb(212,113,117); }
div.DivClassName
{
background-color: #D47175;
}
.BgClassName
{
background-color: #D47175;
}
</style>
border-color css
<style>
span { border-color: #D47175; }
span { border-color: rgb(212,113,117); }
td.TdClassName
{
border-color: #D47175;
}
.TagClassName
{
border-color: #D47175;
}
</style>