Shades of Froly #D96673
Tints of Froly #D96673
RGB
CMYK
RGB Variations
Color information
#D96673 (or 0xD96673) is known color: Froly. HEX triplet: D9, 66 and 73. RGB value is (217,102,115). Sum of RGB (Red+Green+Blue) = 217+102+115=434 (57% of max value = 765). Red value is 217 (85.16% from 255 or 50% from 434); Green value is 102 (40.23% from 255 or 23.50% from 434); Blue value is 115 (45.31% from 255 or 26.50% from 434); Max value from RGB is 217 - color contains mainly: red. Hex color #D96673 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D96673 is #26998C. Grayscale: #898989. Windows color (decimal): -2529677 or 7562969. OLE color: 7562969.
HSL color Cylindrical-coordinate representation of color #D96673: hue angle of 353.22º 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 #D96673 is Cyan = 0, Magento = 0.53, Yellow = 0.47 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 102 | 115 | - |
| CMYK | 0 | 0.53 | 0.47 | 0.15 |
| HSL | 353.22º | 0.6% | 0.63% | - |
| HSV(B) | 353.22º | 0.53% | 0.85% | - |
| XYZ | 36.46 | 25.49 | 19.22 | - |
| YUV | 137.87 | 115.1 | 184.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 102 | 115 | 0 | 0.53 | 0.47 | 0.15 | 353.22 | 0.6 | 0.63 |
| Hex | D9 | 66 | 73 | 0 | 35 | 2F | F | 161 | 3C | 3F |
| Octal | 331 | 146 | 163 | 0 | 65 | 57 | 17 | 541 | 74 | 77 |
| Binary | 11011001 | 1100110 | 1110011 | 0 | 110101 | 101111 | 1111 | 101100001 | 111100 | 111111 |
Color Harmonies of #D96673
Complementary color
Monochromatic Colors of #D96673
Black with #D96673
Text Example
Text Example
White with #D96673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96673; }
p { color: rgb(217,102,115); }
H1.HeaderClassName
{
color: #D96673;
}
.AnyTagClassName
{
color: #D96673;
}
</style>
background-color css
<style>
a { background-color: #D96673; }
a { background-color: rgb(217,102,115); }
div.DivClassName
{
background-color: #D96673;
}
.BgClassName
{
background-color: #D96673;
}
</style>
border-color css
<style>
span { border-color: #D96673; }
span { border-color: rgb(217,102,115); }
td.TdClassName
{
border-color: #D96673;
}
.TagClassName
{
border-color: #D96673;
}
</style>