Shades of Froly #D86D7B
Tints of Froly #D86D7B
RGB
CMYK
RGB Variations
Color information
#D86D7B (or 0xD86D7B) is known color: Froly. HEX triplet: D8, 6D and 7B. RGB value is (216,109,123). Sum of RGB (Red+Green+Blue) = 216+109+123=448 (59% of max value = 765). Red value is 216 (84.77% from 255 or 48.21% from 448); Green value is 109 (42.97% from 255 or 24.33% from 448); Blue value is 123 (48.44% from 255 or 27.46% from 448); Max value from RGB is 216 - color contains mainly: red. Hex color #D86D7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D86D7B is #279284. Grayscale: #8E8E8E. Windows color (decimal): -2593413 or 8089048. OLE color: 8089048.
HSL color Cylindrical-coordinate representation of color #D86D7B: hue angle of 352.15º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D86D7B is Cyan = 0, Magento = 0.50, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 109 | 123 | - |
| CMYK | 0 | 0.50 | 0.43 | 0.15 |
| HSL | 352.15º | 0.58% | 0.64% | - |
| HSV(B) | 352.15º | 0.5% | 0.85% | - |
| XYZ | 37.36 | 26.97 | 21.97 | - |
| YUV | 142.59 | 116.95 | 180.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 109 | 123 | 0 | 0.50 | 0.43 | 0.15 | 352.15 | 0.58 | 0.64 |
| Hex | D8 | 6D | 7B | 0 | 32 | 2B | F | 160 | 3A | 40 |
| Octal | 330 | 155 | 173 | 0 | 62 | 53 | 17 | 540 | 72 | 100 |
| Binary | 11011000 | 1101101 | 1111011 | 0 | 110010 | 101011 | 1111 | 101100000 | 111010 | 1000000 |
Color Harmonies of #D86D7B
Complementary color
Monochromatic Colors of #D86D7B
Black with #D86D7B
Text Example
Text Example
White with #D86D7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D86D7B; }
p { color: rgb(216,109,123); }
H1.HeaderClassName
{
color: #D86D7B;
}
.AnyTagClassName
{
color: #D86D7B;
}
</style>
background-color css
<style>
a { background-color: #D86D7B; }
a { background-color: rgb(216,109,123); }
div.DivClassName
{
background-color: #D86D7B;
}
.BgClassName
{
background-color: #D86D7B;
}
</style>
border-color css
<style>
span { border-color: #D86D7B; }
span { border-color: rgb(216,109,123); }
td.TdClassName
{
border-color: #D86D7B;
}
.TagClassName
{
border-color: #D86D7B;
}
</style>