Shades of Froly #D86675
Tints of Froly #D86675
RGB
CMYK
RGB Variations
Color information
#D86675 (or 0xD86675) is known color: Froly. HEX triplet: D8, 66 and 75. RGB value is (216,102,117). Sum of RGB (Red+Green+Blue) = 216+102+117=435 (57% of max value = 765). Red value is 216 (84.77% from 255 or 49.66% from 435); Green value is 102 (40.23% from 255 or 23.45% from 435); Blue value is 117 (46.09% from 255 or 26.90% from 435); Max value from RGB is 216 - color contains mainly: red. Hex color #D86675 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D86675 is #27998A. Grayscale: #898989. Windows color (decimal): -2595211 or 7694040. OLE color: 7694040.
HSL color Cylindrical-coordinate representation of color #D86675: hue angle of 352.11º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D86675 is Cyan = 0, Magento = 0.53, Yellow = 0.46 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 102 | 117 | - |
| CMYK | 0 | 0.53 | 0.46 | 0.15 |
| HSL | 352.11º | 0.59% | 0.62% | - |
| HSV(B) | 352.11º | 0.53% | 0.85% | - |
| XYZ | 36.28 | 25.39 | 19.82 | - |
| YUV | 137.8 | 116.27 | 183.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 102 | 117 | 0 | 0.53 | 0.46 | 0.15 | 352.11 | 0.59 | 0.62 |
| Hex | D8 | 66 | 75 | 0 | 35 | 2E | F | 160 | 3B | 3E |
| Octal | 330 | 146 | 165 | 0 | 65 | 56 | 17 | 540 | 73 | 76 |
| Binary | 11011000 | 1100110 | 1110101 | 0 | 110101 | 101110 | 1111 | 101100000 | 111011 | 111110 |
Color Harmonies of #D86675
Complementary color
Monochromatic Colors of #D86675
Black with #D86675
Text Example
Text Example
White with #D86675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D86675; }
p { color: rgb(216,102,117); }
H1.HeaderClassName
{
color: #D86675;
}
.AnyTagClassName
{
color: #D86675;
}
</style>
background-color css
<style>
a { background-color: #D86675; }
a { background-color: rgb(216,102,117); }
div.DivClassName
{
background-color: #D86675;
}
.BgClassName
{
background-color: #D86675;
}
</style>
border-color css
<style>
span { border-color: #D86675; }
span { border-color: rgb(216,102,117); }
td.TdClassName
{
border-color: #D86675;
}
.TagClassName
{
border-color: #D86675;
}
</style>