Shades of Froly #D9616D
Tints of Froly #D9616D
RGB
CMYK
RGB Variations
Color information
#D9616D (or 0xD9616D) is known color: Froly. HEX triplet: D9, 61 and 6D. RGB value is (217,97,109). Sum of RGB (Red+Green+Blue) = 217+97+109=423 (56% of max value = 765). Red value is 217 (85.16% from 255 or 51.30% from 423); Green value is 97 (38.28% from 255 or 22.93% from 423); Blue value is 109 (42.97% from 255 or 25.77% from 423); Max value from RGB is 217 - color contains mainly: red. Hex color #D9616D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D9616D is #269E92. Grayscale: #868686. Windows color (decimal): -2530963 or 7168473. OLE color: 7168473.
HSL color Cylindrical-coordinate representation of color #D9616D: hue angle of 354º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D9616D is Cyan = 0, Magento = 0.55, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 97 | 109 | - |
| CMYK | 0 | 0.55 | 0.50 | 0.15 |
| HSL | 354º | 0.61% | 0.62% | - |
| HSV(B) | 354º | 0.55% | 0.85% | - |
| XYZ | 35.65 | 24.41 | 17.3 | - |
| YUV | 134.25 | 113.76 | 187.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 97 | 109 | 0 | 0.55 | 0.50 | 0.15 | 354 | 0.61 | 0.62 |
| Hex | D9 | 61 | 6D | 0 | 37 | 32 | F | 162 | 3D | 3E |
| Octal | 331 | 141 | 155 | 0 | 67 | 62 | 17 | 542 | 75 | 76 |
| Binary | 11011001 | 1100001 | 1101101 | 0 | 110111 | 110010 | 1111 | 101100010 | 111101 | 111110 |
Color Harmonies of #D9616D
Complementary color
Monochromatic Colors of #D9616D
Black with #D9616D
Text Example
Text Example
White with #D9616D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9616D; }
p { color: rgb(217,97,109); }
H1.HeaderClassName
{
color: #D9616D;
}
.AnyTagClassName
{
color: #D9616D;
}
</style>
background-color css
<style>
a { background-color: #D9616D; }
a { background-color: rgb(217,97,109); }
div.DivClassName
{
background-color: #D9616D;
}
.BgClassName
{
background-color: #D9616D;
}
</style>
border-color css
<style>
span { border-color: #D9616D; }
span { border-color: rgb(217,97,109); }
td.TdClassName
{
border-color: #D9616D;
}
.TagClassName
{
border-color: #D9616D;
}
</style>