Shades of Froly #D87075
Tints of Froly #D87075
RGB
CMYK
RGB Variations
Color information
#D87075 (or 0xD87075) is known color: Froly. HEX triplet: D8, 70 and 75. RGB value is (216,112,117). Sum of RGB (Red+Green+Blue) = 216+112+117=445 (58% of max value = 765). Red value is 216 (84.77% from 255 or 48.54% from 445); Green value is 112 (44.14% from 255 or 25.17% from 445); Blue value is 117 (46.09% from 255 or 26.29% from 445); Max value from RGB is 216 - color contains mainly: red. Hex color #D87075 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D87075 is #278F8A. Grayscale: #8F8F8F. Windows color (decimal): -2592651 or 7696600. OLE color: 7696600.
HSL color Cylindrical-coordinate representation of color #D87075: hue angle of 357.12º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D87075 is Cyan = 0, Magento = 0.48, Yellow = 0.46 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 112 | 117 | - |
| CMYK | 0 | 0.48 | 0.46 | 0.15 |
| HSL | 357.12º | 0.57% | 0.64% | - |
| HSV(B) | 357.12º | 0.48% | 0.85% | - |
| XYZ | 37.32 | 27.47 | 20.16 | - |
| YUV | 143.67 | 112.96 | 179.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 112 | 117 | 0 | 0.48 | 0.46 | 0.15 | 357.12 | 0.57 | 0.64 |
| Hex | D8 | 70 | 75 | 0 | 30 | 2E | F | 165 | 39 | 40 |
| Octal | 330 | 160 | 165 | 0 | 60 | 56 | 17 | 545 | 71 | 100 |
| Binary | 11011000 | 1110000 | 1110101 | 0 | 110000 | 101110 | 1111 | 101100101 | 111001 | 1000000 |
Color Harmonies of #D87075
Complementary color
Monochromatic Colors of #D87075
Black with #D87075
Text Example
Text Example
White with #D87075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D87075; }
p { color: rgb(216,112,117); }
H1.HeaderClassName
{
color: #D87075;
}
.AnyTagClassName
{
color: #D87075;
}
</style>
background-color css
<style>
a { background-color: #D87075; }
a { background-color: rgb(216,112,117); }
div.DivClassName
{
background-color: #D87075;
}
.BgClassName
{
background-color: #D87075;
}
</style>
border-color css
<style>
span { border-color: #D87075; }
span { border-color: rgb(216,112,117); }
td.TdClassName
{
border-color: #D87075;
}
.TagClassName
{
border-color: #D87075;
}
</style>