Shades of Froly #D8687C
Tints of Froly #D8687C
RGB
CMYK
RGB Variations
Color information
#D8687C (or 0xD8687C) is known color: Froly. HEX triplet: D8, 68 and 7C. RGB value is (216,104,124). Sum of RGB (Red+Green+Blue) = 216+104+124=444 (58% of max value = 765). Red value is 216 (84.77% from 255 or 48.65% from 444); Green value is 104 (41.02% from 255 or 23.42% from 444); Blue value is 124 (48.83% from 255 or 27.93% from 444); Max value from RGB is 216 - color contains mainly: red. Hex color #D8687C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D8687C is #279783. Grayscale: #8B8B8B. Windows color (decimal): -2594692 or 8153304. OLE color: 8153304.
HSL color Cylindrical-coordinate representation of color #D8687C: hue angle of 349.29º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D8687C is Cyan = 0, Magento = 0.52, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 104 | 124 | - |
| CMYK | 0 | 0.52 | 0.43 | 0.15 |
| HSL | 349.29º | 0.59% | 0.63% | - |
| HSV(B) | 349.29º | 0.52% | 0.85% | - |
| XYZ | 36.91 | 25.95 | 22.13 | - |
| YUV | 139.77 | 119.11 | 182.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 104 | 124 | 0 | 0.52 | 0.43 | 0.15 | 349.29 | 0.59 | 0.63 |
| Hex | D8 | 68 | 7C | 0 | 34 | 2B | F | 15D | 3B | 3F |
| Octal | 330 | 150 | 174 | 0 | 64 | 53 | 17 | 535 | 73 | 77 |
| Binary | 11011000 | 1101000 | 1111100 | 0 | 110100 | 101011 | 1111 | 101011101 | 111011 | 111111 |
Color Harmonies of #D8687C
Complementary color
Monochromatic Colors of #D8687C
Black with #D8687C
Text Example
Text Example
White with #D8687C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8687C; }
p { color: rgb(216,104,124); }
H1.HeaderClassName
{
color: #D8687C;
}
.AnyTagClassName
{
color: #D8687C;
}
</style>
background-color css
<style>
a { background-color: #D8687C; }
a { background-color: rgb(216,104,124); }
div.DivClassName
{
background-color: #D8687C;
}
.BgClassName
{
background-color: #D8687C;
}
</style>
border-color css
<style>
span { border-color: #D8687C; }
span { border-color: rgb(216,104,124); }
td.TdClassName
{
border-color: #D8687C;
}
.TagClassName
{
border-color: #D8687C;
}
</style>