Shades of Froly #D07175
Tints of Froly #D07175
RGB
CMYK
RGB Variations
Color information
#D07175 (or 0xD07175) is known color: Froly. HEX triplet: D0, 71 and 75. RGB value is (208,113,117). Sum of RGB (Red+Green+Blue) = 208+113+117=438 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.49% from 438); Green value is 113 (44.53% from 255 or 25.80% from 438); Blue value is 117 (46.09% from 255 or 26.71% from 438); Max value from RGB is 208 - color contains mainly: red. Hex color #D07175 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D07175 is #2F8E8A. Grayscale: #8D8D8D. Windows color (decimal): -3116683 or 7696848. OLE color: 7696848.
HSL color Cylindrical-coordinate representation of color #D07175: hue angle of 357.47º degrees, saturation: 0.5, 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 #D07175 is Cyan = 0, Magento = 0.46, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 113 | 117 | - |
| CMYK | 0 | 0.46 | 0.44 | 0.18 |
| HSL | 357.47º | 0.5% | 0.63% | - |
| HSV(B) | 357.47º | 0.46% | 0.82% | - |
| XYZ | 35.13 | 26.5 | 20.09 | - |
| YUV | 141.86 | 113.97 | 175.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 113 | 117 | 0 | 0.46 | 0.44 | 0.18 | 357.47 | 0.5 | 0.63 |
| Hex | D0 | 71 | 75 | 0 | 2E | 2C | 12 | 165 | 32 | 3F |
| Octal | 320 | 161 | 165 | 0 | 56 | 54 | 22 | 545 | 62 | 77 |
| Binary | 11010000 | 1110001 | 1110101 | 0 | 101110 | 101100 | 10010 | 101100101 | 110010 | 111111 |
Color Harmonies of #D07175
Complementary color
Monochromatic Colors of #D07175
Black with #D07175
Text Example
Text Example
White with #D07175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07175; }
p { color: rgb(208,113,117); }
H1.HeaderClassName
{
color: #D07175;
}
.AnyTagClassName
{
color: #D07175;
}
</style>
background-color css
<style>
a { background-color: #D07175; }
a { background-color: rgb(208,113,117); }
div.DivClassName
{
background-color: #D07175;
}
.BgClassName
{
background-color: #D07175;
}
</style>
border-color css
<style>
span { border-color: #D07175; }
span { border-color: rgb(208,113,117); }
td.TdClassName
{
border-color: #D07175;
}
.TagClassName
{
border-color: #D07175;
}
</style>