Shades of Froly #D86477
Tints of Froly #D86477
RGB
CMYK
RGB Variations
Color information
#D86477 (or 0xD86477) is known color: Froly. HEX triplet: D8, 64 and 77. RGB value is (216,100,119). Sum of RGB (Red+Green+Blue) = 216+100+119=435 (57% of max value = 765). Red value is 216 (84.77% from 255 or 49.66% from 435); Green value is 100 (39.45% from 255 or 22.99% from 435); Blue value is 119 (46.88% from 255 or 27.36% from 435); Max value from RGB is 216 - color contains mainly: red. Hex color #D86477 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D86477 is #279B88. Grayscale: #888888. Windows color (decimal): -2595721 or 7824600. OLE color: 7824600.
HSL color Cylindrical-coordinate representation of color #D86477: hue angle of 350.17º 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 #D86477 is Cyan = 0, Magento = 0.54, Yellow = 0.45 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 100 | 119 | - |
| CMYK | 0 | 0.54 | 0.45 | 0.15 |
| HSL | 350.17º | 0.6% | 0.62% | - |
| HSV(B) | 350.17º | 0.54% | 0.85% | - |
| XYZ | 36.21 | 25.05 | 20.38 | - |
| YUV | 136.85 | 117.93 | 184.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 100 | 119 | 0 | 0.54 | 0.45 | 0.15 | 350.17 | 0.6 | 0.62 |
| Hex | D8 | 64 | 77 | 0 | 36 | 2D | F | 15E | 3C | 3E |
| Octal | 330 | 144 | 167 | 0 | 66 | 55 | 17 | 536 | 74 | 76 |
| Binary | 11011000 | 1100100 | 1110111 | 0 | 110110 | 101101 | 1111 | 101011110 | 111100 | 111110 |
Color Harmonies of #D86477
Complementary color
Monochromatic Colors of #D86477
Black with #D86477
Text Example
Text Example
White with #D86477
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D86477; }
p { color: rgb(216,100,119); }
H1.HeaderClassName
{
color: #D86477;
}
.AnyTagClassName
{
color: #D86477;
}
</style>
background-color css
<style>
a { background-color: #D86477; }
a { background-color: rgb(216,100,119); }
div.DivClassName
{
background-color: #D86477;
}
.BgClassName
{
background-color: #D86477;
}
</style>
border-color css
<style>
span { border-color: #D86477; }
span { border-color: rgb(216,100,119); }
td.TdClassName
{
border-color: #D86477;
}
.TagClassName
{
border-color: #D86477;
}
</style>