Shades of Froly #D86471
Tints of Froly #D86471
RGB
CMYK
RGB Variations
Color information
#D86471 (or 0xD86471) is known color: Froly. HEX triplet: D8, 64 and 71. RGB value is (216,100,113). Sum of RGB (Red+Green+Blue) = 216+100+113=429 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.35% from 429); Green value is 100 (39.45% from 255 or 23.31% from 429); Blue value is 113 (44.53% from 255 or 26.34% from 429); Max value from RGB is 216 - color contains mainly: red. Hex color #D86471 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D86471 is #279B8E. Grayscale: #888888. Windows color (decimal): -2595727 or 7431384. OLE color: 7431384.
HSL color Cylindrical-coordinate representation of color #D86471: hue angle of 353.28º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D86471 is Cyan = 0, Magento = 0.54, Yellow = 0.48 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 100 | 113 | - |
| CMYK | 0 | 0.54 | 0.48 | 0.15 |
| HSL | 353.28º | 0.6% | 0.62% | - |
| HSV(B) | 353.28º | 0.54% | 0.85% | - |
| XYZ | 35.86 | 24.91 | 18.54 | - |
| YUV | 136.17 | 114.93 | 184.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 100 | 113 | 0 | 0.54 | 0.48 | 0.15 | 353.28 | 0.6 | 0.62 |
| Hex | D8 | 64 | 71 | 0 | 36 | 30 | F | 161 | 3C | 3E |
| Octal | 330 | 144 | 161 | 0 | 66 | 60 | 17 | 541 | 74 | 76 |
| Binary | 11011000 | 1100100 | 1110001 | 0 | 110110 | 110000 | 1111 | 101100001 | 111100 | 111110 |
Color Harmonies of #D86471
Complementary color
Monochromatic Colors of #D86471
Black with #D86471
Text Example
Text Example
White with #D86471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D86471; }
p { color: rgb(216,100,113); }
H1.HeaderClassName
{
color: #D86471;
}
.AnyTagClassName
{
color: #D86471;
}
</style>
background-color css
<style>
a { background-color: #D86471; }
a { background-color: rgb(216,100,113); }
div.DivClassName
{
background-color: #D86471;
}
.BgClassName
{
background-color: #D86471;
}
</style>
border-color css
<style>
span { border-color: #D86471; }
span { border-color: rgb(216,100,113); }
td.TdClassName
{
border-color: #D86471;
}
.TagClassName
{
border-color: #D86471;
}
</style>