Shades of Froly #D96675
Tints of Froly #D96675
RGB
CMYK
RGB Variations
Color information
#D96675 (or 0xD96675) is known color: Froly. HEX triplet: D9, 66 and 75. RGB value is (217,102,117). Sum of RGB (Red+Green+Blue) = 217+102+117=436 (57% of max value = 765). Red value is 217 (85.16% from 255 or 49.77% from 436); Green value is 102 (40.23% from 255 or 23.39% from 436); Blue value is 117 (46.09% from 255 or 26.83% from 436); Max value from RGB is 217 - color contains mainly: red. Hex color #D96675 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D96675 is #26998A. Grayscale: #8A8A8A. Windows color (decimal): -2529675 or 7694041. OLE color: 7694041.
HSL color Cylindrical-coordinate representation of color #D96675: hue angle of 352.17º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D96675 is Cyan = 0, Magento = 0.53, Yellow = 0.46 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 102 | 117 | - |
| CMYK | 0 | 0.53 | 0.46 | 0.15 |
| HSL | 352.17º | 0.6% | 0.63% | - |
| HSV(B) | 352.17º | 0.53% | 0.85% | - |
| XYZ | 36.58 | 25.54 | 19.83 | - |
| YUV | 138.1 | 116.1 | 184.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 102 | 117 | 0 | 0.53 | 0.46 | 0.15 | 352.17 | 0.6 | 0.63 |
| Hex | D9 | 66 | 75 | 0 | 35 | 2E | F | 160 | 3C | 3F |
| Octal | 331 | 146 | 165 | 0 | 65 | 56 | 17 | 540 | 74 | 77 |
| Binary | 11011001 | 1100110 | 1110101 | 0 | 110101 | 101110 | 1111 | 101100000 | 111100 | 111111 |
Color Harmonies of #D96675
Complementary color
Monochromatic Colors of #D96675
Black with #D96675
Text Example
Text Example
White with #D96675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96675; }
p { color: rgb(217,102,117); }
H1.HeaderClassName
{
color: #D96675;
}
.AnyTagClassName
{
color: #D96675;
}
</style>
background-color css
<style>
a { background-color: #D96675; }
a { background-color: rgb(217,102,117); }
div.DivClassName
{
background-color: #D96675;
}
.BgClassName
{
background-color: #D96675;
}
</style>
border-color css
<style>
span { border-color: #D96675; }
span { border-color: rgb(217,102,117); }
td.TdClassName
{
border-color: #D96675;
}
.TagClassName
{
border-color: #D96675;
}
</style>