Shades of Froly #D96D7D
Tints of Froly #D96D7D
RGB
CMYK
RGB Variations
Color information
#D96D7D (or 0xD96D7D) is known color: Froly. HEX triplet: D9, 6D and 7D. RGB value is (217,109,125). Sum of RGB (Red+Green+Blue) = 217+109+125=451 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.12% from 451); Green value is 109 (42.97% from 255 or 24.17% from 451); Blue value is 125 (49.22% from 255 or 27.72% from 451); Max value from RGB is 217 - color contains mainly: red. Hex color #D96D7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D96D7D is #269282. Grayscale: #8F8F8F. Windows color (decimal): -2527875 or 8220121. OLE color: 8220121.
HSL color Cylindrical-coordinate representation of color #D96D7D: hue angle of 351.11º 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 #D96D7D is Cyan = 0, Magento = 0.50, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 109 | 125 | - |
| CMYK | 0 | 0.50 | 0.42 | 0.15 |
| HSL | 351.11º | 0.59% | 0.64% | - |
| HSV(B) | 351.11º | 0.5% | 0.85% | - |
| XYZ | 37.79 | 27.17 | 22.65 | - |
| YUV | 143.12 | 117.78 | 180.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 109 | 125 | 0 | 0.50 | 0.42 | 0.15 | 351.11 | 0.59 | 0.64 |
| Hex | D9 | 6D | 7D | 0 | 32 | 2A | F | 15F | 3B | 40 |
| Octal | 331 | 155 | 175 | 0 | 62 | 52 | 17 | 537 | 73 | 100 |
| Binary | 11011001 | 1101101 | 1111101 | 0 | 110010 | 101010 | 1111 | 101011111 | 111011 | 1000000 |
Color Harmonies of #D96D7D
Complementary color
Monochromatic Colors of #D96D7D
Black with #D96D7D
Text Example
Text Example
White with #D96D7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96D7D; }
p { color: rgb(217,109,125); }
H1.HeaderClassName
{
color: #D96D7D;
}
.AnyTagClassName
{
color: #D96D7D;
}
</style>
background-color css
<style>
a { background-color: #D96D7D; }
a { background-color: rgb(217,109,125); }
div.DivClassName
{
background-color: #D96D7D;
}
.BgClassName
{
background-color: #D96D7D;
}
</style>
border-color css
<style>
span { border-color: #D96D7D; }
span { border-color: rgb(217,109,125); }
td.TdClassName
{
border-color: #D96D7D;
}
.TagClassName
{
border-color: #D96D7D;
}
</style>