Shades of Froly #D96E7C
Tints of Froly #D96E7C
RGB
CMYK
RGB Variations
Color information
#D96E7C (or 0xD96E7C) is known color: Froly. HEX triplet: D9, 6E and 7C. RGB value is (217,110,124). Sum of RGB (Red+Green+Blue) = 217+110+124=451 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.12% from 451); Green value is 110 (43.36% from 255 or 24.39% from 451); Blue value is 124 (48.83% from 255 or 27.49% from 451); Max value from RGB is 217 - color contains mainly: red. Hex color #D96E7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D96E7C is #269183. Grayscale: #8F8F8F. Windows color (decimal): -2527620 or 8154841. OLE color: 8154841.
HSL color Cylindrical-coordinate representation of color #D96E7C: 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.49%. Process color model (Four color, CMYK) of #D96E7C is Cyan = 0, Magento = 0.49, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 110 | 124 | - |
| CMYK | 0 | 0.49 | 0.43 | 0.15 |
| HSL | 352.15º | 0.58% | 0.64% | - |
| HSV(B) | 352.15º | 0.49% | 0.85% | - |
| XYZ | 37.83 | 27.36 | 22.36 | - |
| YUV | 143.59 | 116.95 | 180.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 110 | 124 | 0 | 0.49 | 0.43 | 0.15 | 352.15 | 0.58 | 0.64 |
| Hex | D9 | 6E | 7C | 0 | 31 | 2B | F | 160 | 3A | 40 |
| Octal | 331 | 156 | 174 | 0 | 61 | 53 | 17 | 540 | 72 | 100 |
| Binary | 11011001 | 1101110 | 1111100 | 0 | 110001 | 101011 | 1111 | 101100000 | 111010 | 1000000 |
Color Harmonies of #D96E7C
Complementary color
Monochromatic Colors of #D96E7C
Black with #D96E7C
Text Example
Text Example
White with #D96E7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96E7C; }
p { color: rgb(217,110,124); }
H1.HeaderClassName
{
color: #D96E7C;
}
.AnyTagClassName
{
color: #D96E7C;
}
</style>
background-color css
<style>
a { background-color: #D96E7C; }
a { background-color: rgb(217,110,124); }
div.DivClassName
{
background-color: #D96E7C;
}
.BgClassName
{
background-color: #D96E7C;
}
</style>
border-color css
<style>
span { border-color: #D96E7C; }
span { border-color: rgb(217,110,124); }
td.TdClassName
{
border-color: #D96E7C;
}
.TagClassName
{
border-color: #D96E7C;
}
</style>