Shades of Froly #D96D7C
Tints of Froly #D96D7C
RGB
CMYK
RGB Variations
Color information
#D96D7C (or 0xD96D7C) is known color: Froly. HEX triplet: D9, 6D and 7C. RGB value is (217,109,124). Sum of RGB (Red+Green+Blue) = 217+109+124=450 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.22% from 450); Green value is 109 (42.97% from 255 or 24.22% from 450); Blue value is 124 (48.83% from 255 or 27.56% from 450); Max value from RGB is 217 - color contains mainly: red. Hex color #D96D7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D96D7C is #269283. Grayscale: #8F8F8F. Windows color (decimal): -2527876 or 8154585. OLE color: 8154585.
HSL color Cylindrical-coordinate representation of color #D96D7C: hue angle of 351.67º 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 #D96D7C is Cyan = 0, Magento = 0.50, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 109 | 124 | - |
| CMYK | 0 | 0.50 | 0.43 | 0.15 |
| HSL | 351.67º | 0.59% | 0.64% | - |
| HSV(B) | 351.67º | 0.5% | 0.85% | - |
| XYZ | 37.72 | 27.14 | 22.32 | - |
| YUV | 143 | 117.28 | 180.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 109 | 124 | 0 | 0.50 | 0.43 | 0.15 | 351.67 | 0.59 | 0.64 |
| Hex | D9 | 6D | 7C | 0 | 32 | 2B | F | 160 | 3B | 40 |
| Octal | 331 | 155 | 174 | 0 | 62 | 53 | 17 | 540 | 73 | 100 |
| Binary | 11011001 | 1101101 | 1111100 | 0 | 110010 | 101011 | 1111 | 101100000 | 111011 | 1000000 |
Color Harmonies of #D96D7C
Complementary color
Monochromatic Colors of #D96D7C
Black with #D96D7C
Text Example
Text Example
White with #D96D7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96D7C; }
p { color: rgb(217,109,124); }
H1.HeaderClassName
{
color: #D96D7C;
}
.AnyTagClassName
{
color: #D96D7C;
}
</style>
background-color css
<style>
a { background-color: #D96D7C; }
a { background-color: rgb(217,109,124); }
div.DivClassName
{
background-color: #D96D7C;
}
.BgClassName
{
background-color: #D96D7C;
}
</style>
border-color css
<style>
span { border-color: #D96D7C; }
span { border-color: rgb(217,109,124); }
td.TdClassName
{
border-color: #D96D7C;
}
.TagClassName
{
border-color: #D96D7C;
}
</style>