Shades of Froly #D9647C
Tints of Froly #D9647C
RGB
CMYK
RGB Variations
Color information
#D9647C (or 0xD9647C) is known color: Froly. HEX triplet: D9, 64 and 7C. RGB value is (217,100,124). Sum of RGB (Red+Green+Blue) = 217+100+124=441 (58% of max value = 765). Red value is 217 (85.16% from 255 or 49.21% from 441); Green value is 100 (39.45% from 255 or 22.68% from 441); Blue value is 124 (48.83% from 255 or 28.12% from 441); Max value from RGB is 217 - color contains mainly: red. Hex color #D9647C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D9647C is #269B83. Grayscale: #898989. Windows color (decimal): -2530180 or 8152281. OLE color: 8152281.
HSL color Cylindrical-coordinate representation of color #D9647C: hue angle of 347.69º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D9647C is Cyan = 0, Magento = 0.54, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 100 | 124 | - |
| CMYK | 0 | 0.54 | 0.43 | 0.15 |
| HSL | 347.69º | 0.61% | 0.62% | - |
| HSV(B) | 347.69º | 0.54% | 0.85% | - |
| XYZ | 36.81 | 25.32 | 22.02 | - |
| YUV | 137.72 | 120.26 | 184.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 100 | 124 | 0 | 0.54 | 0.43 | 0.15 | 347.69 | 0.61 | 0.62 |
| Hex | D9 | 64 | 7C | 0 | 36 | 2B | F | 15C | 3D | 3E |
| Octal | 331 | 144 | 174 | 0 | 66 | 53 | 17 | 534 | 75 | 76 |
| Binary | 11011001 | 1100100 | 1111100 | 0 | 110110 | 101011 | 1111 | 101011100 | 111101 | 111110 |
Color Harmonies of #D9647C
Complementary color
Monochromatic Colors of #D9647C
Black with #D9647C
Text Example
Text Example
White with #D9647C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9647C; }
p { color: rgb(217,100,124); }
H1.HeaderClassName
{
color: #D9647C;
}
.AnyTagClassName
{
color: #D9647C;
}
</style>
background-color css
<style>
a { background-color: #D9647C; }
a { background-color: rgb(217,100,124); }
div.DivClassName
{
background-color: #D9647C;
}
.BgClassName
{
background-color: #D9647C;
}
</style>
border-color css
<style>
span { border-color: #D9647C; }
span { border-color: rgb(217,100,124); }
td.TdClassName
{
border-color: #D9647C;
}
.TagClassName
{
border-color: #D9647C;
}
</style>