Shades of Froly #D96F7B
Tints of Froly #D96F7B
RGB
CMYK
RGB Variations
Color information
#D96F7B (or 0xD96F7B) is known color: Froly. HEX triplet: D9, 6F and 7B. RGB value is (217,111,123). Sum of RGB (Red+Green+Blue) = 217+111+123=451 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.12% from 451); Green value is 111 (43.75% from 255 or 24.61% from 451); Blue value is 123 (48.44% from 255 or 27.27% from 451); Max value from RGB is 217 - color contains mainly: red. Hex color #D96F7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D96F7B is #269084. Grayscale: #909090. Windows color (decimal): -2527365 or 8089561. OLE color: 8089561.
HSL color Cylindrical-coordinate representation of color #D96F7B: hue angle of 353.21º 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 #D96F7B is Cyan = 0, Magento = 0.49, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 111 | 123 | - |
| CMYK | 0 | 0.49 | 0.43 | 0.15 |
| HSL | 353.21º | 0.58% | 0.64% | - |
| HSV(B) | 353.21º | 0.49% | 0.85% | - |
| XYZ | 37.87 | 27.55 | 22.06 | - |
| YUV | 144.06 | 116.12 | 180.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 111 | 123 | 0 | 0.49 | 0.43 | 0.15 | 353.21 | 0.58 | 0.64 |
| Hex | D9 | 6F | 7B | 0 | 31 | 2B | F | 161 | 3A | 40 |
| Octal | 331 | 157 | 173 | 0 | 61 | 53 | 17 | 541 | 72 | 100 |
| Binary | 11011001 | 1101111 | 1111011 | 0 | 110001 | 101011 | 1111 | 101100001 | 111010 | 1000000 |
Color Harmonies of #D96F7B
Complementary color
Monochromatic Colors of #D96F7B
Black with #D96F7B
Text Example
Text Example
White with #D96F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96F7B; }
p { color: rgb(217,111,123); }
H1.HeaderClassName
{
color: #D96F7B;
}
.AnyTagClassName
{
color: #D96F7B;
}
</style>
background-color css
<style>
a { background-color: #D96F7B; }
a { background-color: rgb(217,111,123); }
div.DivClassName
{
background-color: #D96F7B;
}
.BgClassName
{
background-color: #D96F7B;
}
</style>
border-color css
<style>
span { border-color: #D96F7B; }
span { border-color: rgb(217,111,123); }
td.TdClassName
{
border-color: #D96F7B;
}
.TagClassName
{
border-color: #D96F7B;
}
</style>