Shades of Froly #D96671
Tints of Froly #D96671
RGB
CMYK
RGB Variations
Color information
#D96671 (or 0xD96671) is known color: Froly. HEX triplet: D9, 66 and 71. RGB value is (217,102,113). Sum of RGB (Red+Green+Blue) = 217+102+113=432 (57% of max value = 765). Red value is 217 (85.16% from 255 or 50.23% from 432); Green value is 102 (40.23% from 255 or 23.61% from 432); Blue value is 113 (44.53% from 255 or 26.16% from 432); Max value from RGB is 217 - color contains mainly: red. Hex color #D96671 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D96671 is #26998E. Grayscale: #898989. Windows color (decimal): -2529679 or 7431897. OLE color: 7431897.
HSL color Cylindrical-coordinate representation of color #D96671: hue angle of 354.26º 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 #D96671 is Cyan = 0, Magento = 0.53, Yellow = 0.48 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 102 | 113 | - |
| CMYK | 0 | 0.53 | 0.48 | 0.15 |
| HSL | 354.26º | 0.6% | 0.63% | - |
| HSV(B) | 354.26º | 0.53% | 0.85% | - |
| XYZ | 36.35 | 25.45 | 18.62 | - |
| YUV | 137.64 | 114.1 | 184.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 102 | 113 | 0 | 0.53 | 0.48 | 0.15 | 354.26 | 0.6 | 0.63 |
| Hex | D9 | 66 | 71 | 0 | 35 | 30 | F | 162 | 3C | 3F |
| Octal | 331 | 146 | 161 | 0 | 65 | 60 | 17 | 542 | 74 | 77 |
| Binary | 11011001 | 1100110 | 1110001 | 0 | 110101 | 110000 | 1111 | 101100010 | 111100 | 111111 |
Color Harmonies of #D96671
Complementary color
Monochromatic Colors of #D96671
Black with #D96671
Text Example
Text Example
White with #D96671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96671; }
p { color: rgb(217,102,113); }
H1.HeaderClassName
{
color: #D96671;
}
.AnyTagClassName
{
color: #D96671;
}
</style>
background-color css
<style>
a { background-color: #D96671; }
a { background-color: rgb(217,102,113); }
div.DivClassName
{
background-color: #D96671;
}
.BgClassName
{
background-color: #D96671;
}
</style>
border-color css
<style>
span { border-color: #D96671; }
span { border-color: rgb(217,102,113); }
td.TdClassName
{
border-color: #D96671;
}
.TagClassName
{
border-color: #D96671;
}
</style>