Shades of Froly #D9606D
Tints of Froly #D9606D
RGB
CMYK
RGB Variations
Color information
#D9606D (or 0xD9606D) is known color: Froly. HEX triplet: D9, 60 and 6D. RGB value is (217,96,109). Sum of RGB (Red+Green+Blue) = 217+96+109=422 (55% of max value = 765). Red value is 217 (85.16% from 255 or 51.42% from 422); Green value is 96 (37.89% from 255 or 22.75% from 422); Blue value is 109 (42.97% from 255 or 25.83% from 422); Max value from RGB is 217 - color contains mainly: red. Hex color #D9606D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D9606D is #269F92. Grayscale: #858585. Windows color (decimal): -2531219 or 7168217. OLE color: 7168217.
HSL color Cylindrical-coordinate representation of color #D9606D: hue angle of 353.55º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D9606D is Cyan = 0, Magento = 0.56, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 96 | 109 | - |
| CMYK | 0 | 0.56 | 0.50 | 0.15 |
| HSL | 353.55º | 0.61% | 0.61% | - |
| HSV(B) | 353.55º | 0.56% | 0.85% | - |
| XYZ | 35.56 | 24.22 | 17.27 | - |
| YUV | 133.66 | 114.09 | 187.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 96 | 109 | 0 | 0.56 | 0.50 | 0.15 | 353.55 | 0.61 | 0.61 |
| Hex | D9 | 60 | 6D | 0 | 38 | 32 | F | 162 | 3D | 3D |
| Octal | 331 | 140 | 155 | 0 | 70 | 62 | 17 | 542 | 75 | 75 |
| Binary | 11011001 | 1100000 | 1101101 | 0 | 111000 | 110010 | 1111 | 101100010 | 111101 | 111101 |
Color Harmonies of #D9606D
Complementary color
Monochromatic Colors of #D9606D
Black with #D9606D
Text Example
Text Example
White with #D9606D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9606D; }
p { color: rgb(217,96,109); }
H1.HeaderClassName
{
color: #D9606D;
}
.AnyTagClassName
{
color: #D9606D;
}
</style>
background-color css
<style>
a { background-color: #D9606D; }
a { background-color: rgb(217,96,109); }
div.DivClassName
{
background-color: #D9606D;
}
.BgClassName
{
background-color: #D9606D;
}
</style>
border-color css
<style>
span { border-color: #D9606D; }
span { border-color: rgb(217,96,109); }
td.TdClassName
{
border-color: #D9606D;
}
.TagClassName
{
border-color: #D9606D;
}
</style>