Shades of Froly #D96C7C
Tints of Froly #D96C7C
RGB
CMYK
RGB Variations
Color information
#D96C7C (or 0xD96C7C) is known color: Froly. HEX triplet: D9, 6C and 7C. RGB value is (217,108,124). Sum of RGB (Red+Green+Blue) = 217+108+124=449 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.33% from 449); Green value is 108 (42.58% from 255 or 24.05% from 449); Blue value is 124 (48.83% from 255 or 27.62% from 449); Max value from RGB is 217 - color contains mainly: red. Hex color #D96C7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D96C7C is #269383. Grayscale: #8E8E8E. Windows color (decimal): -2528132 or 8154329. OLE color: 8154329.
HSL color Cylindrical-coordinate representation of color #D96C7C: hue angle of 351.19º degrees, saturation: 0.59, 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 #D96C7C is Cyan = 0, Magento = 0.50, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 108 | 124 | - |
| CMYK | 0 | 0.50 | 0.43 | 0.15 |
| HSL | 351.19º | 0.59% | 0.64% | - |
| HSV(B) | 351.19º | 0.5% | 0.85% | - |
| XYZ | 37.62 | 26.93 | 22.28 | - |
| YUV | 142.42 | 117.61 | 181.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 108 | 124 | 0 | 0.50 | 0.43 | 0.15 | 351.19 | 0.59 | 0.64 |
| Hex | D9 | 6C | 7C | 0 | 32 | 2B | F | 15F | 3B | 40 |
| Octal | 331 | 154 | 174 | 0 | 62 | 53 | 17 | 537 | 73 | 100 |
| Binary | 11011001 | 1101100 | 1111100 | 0 | 110010 | 101011 | 1111 | 101011111 | 111011 | 1000000 |
Color Harmonies of #D96C7C
Complementary color
Monochromatic Colors of #D96C7C
Black with #D96C7C
Text Example
Text Example
White with #D96C7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96C7C; }
p { color: rgb(217,108,124); }
H1.HeaderClassName
{
color: #D96C7C;
}
.AnyTagClassName
{
color: #D96C7C;
}
</style>
background-color css
<style>
a { background-color: #D96C7C; }
a { background-color: rgb(217,108,124); }
div.DivClassName
{
background-color: #D96C7C;
}
.BgClassName
{
background-color: #D96C7C;
}
</style>
border-color css
<style>
span { border-color: #D96C7C; }
span { border-color: rgb(217,108,124); }
td.TdClassName
{
border-color: #D96C7C;
}
.TagClassName
{
border-color: #D96C7C;
}
</style>