Shades of Froly #D9647A
Tints of Froly #D9647A
RGB
CMYK
RGB Variations
Color information
#D9647A (or 0xD9647A) is known color: Froly. HEX triplet: D9, 64 and 7A. RGB value is (217,100,122). Sum of RGB (Red+Green+Blue) = 217+100+122=439 (58% of max value = 765). Red value is 217 (85.16% from 255 or 49.43% from 439); Green value is 100 (39.45% from 255 or 22.78% from 439); Blue value is 122 (48.05% from 255 or 27.79% from 439); Max value from RGB is 217 - color contains mainly: red. Hex color #D9647A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D9647A is #269B85. Grayscale: #898989. Windows color (decimal): -2530182 or 8021209. OLE color: 8021209.
HSL color Cylindrical-coordinate representation of color #D9647A: hue angle of 348.72º 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 #D9647A is Cyan = 0, Magento = 0.54, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 100 | 122 | - |
| CMYK | 0 | 0.54 | 0.44 | 0.15 |
| HSL | 348.72º | 0.61% | 0.62% | - |
| HSV(B) | 348.72º | 0.54% | 0.85% | - |
| XYZ | 36.69 | 25.27 | 21.36 | - |
| YUV | 137.49 | 119.26 | 184.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 100 | 122 | 0 | 0.54 | 0.44 | 0.15 | 348.72 | 0.61 | 0.62 |
| Hex | D9 | 64 | 7A | 0 | 36 | 2C | F | 15D | 3D | 3E |
| Octal | 331 | 144 | 172 | 0 | 66 | 54 | 17 | 535 | 75 | 76 |
| Binary | 11011001 | 1100100 | 1111010 | 0 | 110110 | 101100 | 1111 | 101011101 | 111101 | 111110 |
Color Harmonies of #D9647A
Complementary color
Monochromatic Colors of #D9647A
Black with #D9647A
Text Example
Text Example
White with #D9647A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9647A; }
p { color: rgb(217,100,122); }
H1.HeaderClassName
{
color: #D9647A;
}
.AnyTagClassName
{
color: #D9647A;
}
</style>
background-color css
<style>
a { background-color: #D9647A; }
a { background-color: rgb(217,100,122); }
div.DivClassName
{
background-color: #D9647A;
}
.BgClassName
{
background-color: #D9647A;
}
</style>
border-color css
<style>
span { border-color: #D9647A; }
span { border-color: rgb(217,100,122); }
td.TdClassName
{
border-color: #D9647A;
}
.TagClassName
{
border-color: #D9647A;
}
</style>