Shades of Froly #D96F7E
Tints of Froly #D96F7E
RGB
CMYK
RGB Variations
Color information
#D96F7E (or 0xD96F7E) is known color: Froly. HEX triplet: D9, 6F and 7E. RGB value is (217,111,126). Sum of RGB (Red+Green+Blue) = 217+111+126=454 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.80% from 454); Green value is 111 (43.75% from 255 or 24.45% from 454); Blue value is 126 (49.61% from 255 or 27.75% from 454); Max value from RGB is 217 - color contains mainly: red. Hex color #D96F7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D96F7E is #269081. Grayscale: #909090. Windows color (decimal): -2527362 or 8286169. OLE color: 8286169.
HSL color Cylindrical-coordinate representation of color #D96F7E: hue angle of 351.51º 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 #D96F7E is Cyan = 0, Magento = 0.49, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 111 | 126 | - |
| CMYK | 0 | 0.49 | 0.42 | 0.15 |
| HSL | 351.51º | 0.58% | 0.64% | - |
| HSV(B) | 351.51º | 0.49% | 0.85% | - |
| XYZ | 38.07 | 27.63 | 23.06 | - |
| YUV | 144.4 | 117.62 | 179.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 111 | 126 | 0 | 0.49 | 0.42 | 0.15 | 351.51 | 0.58 | 0.64 |
| Hex | D9 | 6F | 7E | 0 | 31 | 2A | F | 160 | 3A | 40 |
| Octal | 331 | 157 | 176 | 0 | 61 | 52 | 17 | 540 | 72 | 100 |
| Binary | 11011001 | 1101111 | 1111110 | 0 | 110001 | 101010 | 1111 | 101100000 | 111010 | 1000000 |
Color Harmonies of #D96F7E
Complementary color
Monochromatic Colors of #D96F7E
Black with #D96F7E
Text Example
Text Example
White with #D96F7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96F7E; }
p { color: rgb(217,111,126); }
H1.HeaderClassName
{
color: #D96F7E;
}
.AnyTagClassName
{
color: #D96F7E;
}
</style>
background-color css
<style>
a { background-color: #D96F7E; }
a { background-color: rgb(217,111,126); }
div.DivClassName
{
background-color: #D96F7E;
}
.BgClassName
{
background-color: #D96F7E;
}
</style>
border-color css
<style>
span { border-color: #D96F7E; }
span { border-color: rgb(217,111,126); }
td.TdClassName
{
border-color: #D96F7E;
}
.TagClassName
{
border-color: #D96F7E;
}
</style>