Shades of Froly #D96D7A
Tints of Froly #D96D7A
RGB
CMYK
RGB Variations
Color information
#D96D7A (or 0xD96D7A) is known color: Froly. HEX triplet: D9, 6D and 7A. RGB value is (217,109,122). Sum of RGB (Red+Green+Blue) = 217+109+122=448 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.44% from 448); Green value is 109 (42.97% from 255 or 24.33% from 448); Blue value is 122 (48.05% from 255 or 27.23% from 448); Max value from RGB is 217 - color contains mainly: red. Hex color #D96D7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D96D7A is #269285. Grayscale: #8E8E8E. Windows color (decimal): -2527878 or 8023513. OLE color: 8023513.
HSL color Cylindrical-coordinate representation of color #D96D7A: hue angle of 352.78º 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 #D96D7A is Cyan = 0, Magento = 0.50, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 109 | 122 | - |
| CMYK | 0 | 0.50 | 0.44 | 0.15 |
| HSL | 352.78º | 0.59% | 0.64% | - |
| HSV(B) | 352.78º | 0.5% | 0.85% | - |
| XYZ | 37.6 | 27.09 | 21.66 | - |
| YUV | 142.77 | 116.28 | 180.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 109 | 122 | 0 | 0.50 | 0.44 | 0.15 | 352.78 | 0.59 | 0.64 |
| Hex | D9 | 6D | 7A | 0 | 32 | 2C | F | 161 | 3B | 40 |
| Octal | 331 | 155 | 172 | 0 | 62 | 54 | 17 | 541 | 73 | 100 |
| Binary | 11011001 | 1101101 | 1111010 | 0 | 110010 | 101100 | 1111 | 101100001 | 111011 | 1000000 |
Color Harmonies of #D96D7A
Complementary color
Monochromatic Colors of #D96D7A
Black with #D96D7A
Text Example
Text Example
White with #D96D7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96D7A; }
p { color: rgb(217,109,122); }
H1.HeaderClassName
{
color: #D96D7A;
}
.AnyTagClassName
{
color: #D96D7A;
}
</style>
background-color css
<style>
a { background-color: #D96D7A; }
a { background-color: rgb(217,109,122); }
div.DivClassName
{
background-color: #D96D7A;
}
.BgClassName
{
background-color: #D96D7A;
}
</style>
border-color css
<style>
span { border-color: #D96D7A; }
span { border-color: rgb(217,109,122); }
td.TdClassName
{
border-color: #D96D7A;
}
.TagClassName
{
border-color: #D96D7A;
}
</style>