Shades of Froly #D96A7A
Tints of Froly #D96A7A
RGB
CMYK
RGB Variations
Color information
#D96A7A (or 0xD96A7A) is known color: Froly. HEX triplet: D9, 6A and 7A. RGB value is (217,106,122). Sum of RGB (Red+Green+Blue) = 217+106+122=445 (58% of max value = 765). Red value is 217 (85.16% from 255 or 48.76% from 445); Green value is 106 (41.80% from 255 or 23.82% from 445); Blue value is 122 (48.05% from 255 or 27.42% from 445); Max value from RGB is 217 - color contains mainly: red. Hex color #D96A7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D96A7A is #269585. Grayscale: #8D8D8D. Windows color (decimal): -2528646 or 8022745. OLE color: 8022745.
HSL color Cylindrical-coordinate representation of color #D96A7A: hue angle of 351.35º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D96A7A is Cyan = 0, Magento = 0.51, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 106 | 122 | - |
| CMYK | 0 | 0.51 | 0.44 | 0.15 |
| HSL | 351.35º | 0.59% | 0.63% | - |
| HSV(B) | 351.35º | 0.51% | 0.85% | - |
| XYZ | 37.28 | 26.46 | 21.56 | - |
| YUV | 141.01 | 117.27 | 182.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 106 | 122 | 0 | 0.51 | 0.44 | 0.15 | 351.35 | 0.59 | 0.63 |
| Hex | D9 | 6A | 7A | 0 | 33 | 2C | F | 15F | 3B | 3F |
| Octal | 331 | 152 | 172 | 0 | 63 | 54 | 17 | 537 | 73 | 77 |
| Binary | 11011001 | 1101010 | 1111010 | 0 | 110011 | 101100 | 1111 | 101011111 | 111011 | 111111 |
Color Harmonies of #D96A7A
Complementary color
Monochromatic Colors of #D96A7A
Black with #D96A7A
Text Example
Text Example
White with #D96A7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96A7A; }
p { color: rgb(217,106,122); }
H1.HeaderClassName
{
color: #D96A7A;
}
.AnyTagClassName
{
color: #D96A7A;
}
</style>
background-color css
<style>
a { background-color: #D96A7A; }
a { background-color: rgb(217,106,122); }
div.DivClassName
{
background-color: #D96A7A;
}
.BgClassName
{
background-color: #D96A7A;
}
</style>
border-color css
<style>
span { border-color: #D96A7A; }
span { border-color: rgb(217,106,122); }
td.TdClassName
{
border-color: #D96A7A;
}
.TagClassName
{
border-color: #D96A7A;
}
</style>