Shades of Froly #D96B7B
Tints of Froly #D96B7B
RGB
CMYK
RGB Variations
Color information
#D96B7B (or 0xD96B7B) is known color: Froly. HEX triplet: D9, 6B and 7B. RGB value is (217,107,123). Sum of RGB (Red+Green+Blue) = 217+107+123=447 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.55% from 447); Green value is 107 (42.19% from 255 or 23.94% from 447); Blue value is 123 (48.44% from 255 or 27.52% from 447); Max value from RGB is 217 - color contains mainly: red. Hex color #D96B7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D96B7B is #269484. Grayscale: #8D8D8D. Windows color (decimal): -2528389 or 8088537. OLE color: 8088537.
HSL color Cylindrical-coordinate representation of color #D96B7B: hue angle of 351.27º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D96B7B is Cyan = 0, Magento = 0.51, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 107 | 123 | - |
| CMYK | 0 | 0.51 | 0.43 | 0.15 |
| HSL | 351.27º | 0.59% | 0.64% | - |
| HSV(B) | 351.27º | 0.51% | 0.85% | - |
| XYZ | 37.45 | 26.7 | 21.92 | - |
| YUV | 141.71 | 117.44 | 181.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 107 | 123 | 0 | 0.51 | 0.43 | 0.15 | 351.27 | 0.59 | 0.64 |
| Hex | D9 | 6B | 7B | 0 | 33 | 2B | F | 15F | 3B | 40 |
| Octal | 331 | 153 | 173 | 0 | 63 | 53 | 17 | 537 | 73 | 100 |
| Binary | 11011001 | 1101011 | 1111011 | 0 | 110011 | 101011 | 1111 | 101011111 | 111011 | 1000000 |
Color Harmonies of #D96B7B
Complementary color
Monochromatic Colors of #D96B7B
Black with #D96B7B
Text Example
Text Example
White with #D96B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96B7B; }
p { color: rgb(217,107,123); }
H1.HeaderClassName
{
color: #D96B7B;
}
.AnyTagClassName
{
color: #D96B7B;
}
</style>
background-color css
<style>
a { background-color: #D96B7B; }
a { background-color: rgb(217,107,123); }
div.DivClassName
{
background-color: #D96B7B;
}
.BgClassName
{
background-color: #D96B7B;
}
</style>
border-color css
<style>
span { border-color: #D96B7B; }
span { border-color: rgb(217,107,123); }
td.TdClassName
{
border-color: #D96B7B;
}
.TagClassName
{
border-color: #D96B7B;
}
</style>