Shades of Froly #D86174
Tints of Froly #D86174
RGB
CMYK
RGB Variations
Color information
#D86174 (or 0xD86174) is known color: Froly. HEX triplet: D8, 61 and 74. RGB value is (216,97,116). Sum of RGB (Red+Green+Blue) = 216+97+116=429 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.35% from 429); Green value is 97 (38.28% from 255 or 22.61% from 429); Blue value is 116 (45.70% from 255 or 27.04% from 429); Max value from RGB is 216 - color contains mainly: red. Hex color #D86174 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D86174 is #279E8B. Grayscale: #868686. Windows color (decimal): -2596492 or 7627224. OLE color: 7627224.
HSL color Cylindrical-coordinate representation of color #D86174: hue angle of 350.42º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D86174 is Cyan = 0, Magento = 0.55, Yellow = 0.46 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 97 | 116 | - |
| CMYK | 0 | 0.55 | 0.46 | 0.15 |
| HSL | 350.42º | 0.6% | 0.61% | - |
| HSV(B) | 350.42º | 0.55% | 0.85% | - |
| XYZ | 35.75 | 24.41 | 19.35 | - |
| YUV | 134.75 | 117.42 | 185.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 97 | 116 | 0 | 0.55 | 0.46 | 0.15 | 350.42 | 0.6 | 0.61 |
| Hex | D8 | 61 | 74 | 0 | 37 | 2E | F | 15E | 3C | 3D |
| Octal | 330 | 141 | 164 | 0 | 67 | 56 | 17 | 536 | 74 | 75 |
| Binary | 11011000 | 1100001 | 1110100 | 0 | 110111 | 101110 | 1111 | 101011110 | 111100 | 111101 |
Color Harmonies of #D86174
Complementary color
Monochromatic Colors of #D86174
Black with #D86174
Text Example
Text Example
White with #D86174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D86174; }
p { color: rgb(216,97,116); }
H1.HeaderClassName
{
color: #D86174;
}
.AnyTagClassName
{
color: #D86174;
}
</style>
background-color css
<style>
a { background-color: #D86174; }
a { background-color: rgb(216,97,116); }
div.DivClassName
{
background-color: #D86174;
}
.BgClassName
{
background-color: #D86174;
}
</style>
border-color css
<style>
span { border-color: #D86174; }
span { border-color: rgb(216,97,116); }
td.TdClassName
{
border-color: #D86174;
}
.TagClassName
{
border-color: #D86174;
}
</style>