Shades of Froly #D96E7B
Tints of Froly #D96E7B
RGB
CMYK
RGB Variations
Color information
#D96E7B (or 0xD96E7B) is known color: Froly. HEX triplet: D9, 6E and 7B. RGB value is (217,110,123). Sum of RGB (Red+Green+Blue) = 217+110+123=450 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.22% from 450); Green value is 110 (43.36% from 255 or 24.44% from 450); Blue value is 123 (48.44% from 255 or 27.33% from 450); Max value from RGB is 217 - color contains mainly: red. Hex color #D96E7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D96E7B is #269184. Grayscale: #8F8F8F. Windows color (decimal): -2527621 or 8089305. OLE color: 8089305.
HSL color Cylindrical-coordinate representation of color #D96E7B: hue angle of 352.71º 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 #D96E7B is Cyan = 0, Magento = 0.49, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 110 | 123 | - |
| CMYK | 0 | 0.49 | 0.43 | 0.15 |
| HSL | 352.71º | 0.58% | 0.64% | - |
| HSV(B) | 352.71º | 0.49% | 0.85% | - |
| XYZ | 37.77 | 27.33 | 22.02 | - |
| YUV | 143.48 | 116.45 | 180.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 110 | 123 | 0 | 0.49 | 0.43 | 0.15 | 352.71 | 0.58 | 0.64 |
| Hex | D9 | 6E | 7B | 0 | 31 | 2B | F | 161 | 3A | 40 |
| Octal | 331 | 156 | 173 | 0 | 61 | 53 | 17 | 541 | 72 | 100 |
| Binary | 11011001 | 1101110 | 1111011 | 0 | 110001 | 101011 | 1111 | 101100001 | 111010 | 1000000 |
Color Harmonies of #D96E7B
Complementary color
Monochromatic Colors of #D96E7B
Black with #D96E7B
Text Example
Text Example
White with #D96E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96E7B; }
p { color: rgb(217,110,123); }
H1.HeaderClassName
{
color: #D96E7B;
}
.AnyTagClassName
{
color: #D96E7B;
}
</style>
background-color css
<style>
a { background-color: #D96E7B; }
a { background-color: rgb(217,110,123); }
div.DivClassName
{
background-color: #D96E7B;
}
.BgClassName
{
background-color: #D96E7B;
}
</style>
border-color css
<style>
span { border-color: #D96E7B; }
span { border-color: rgb(217,110,123); }
td.TdClassName
{
border-color: #D96E7B;
}
.TagClassName
{
border-color: #D96E7B;
}
</style>