Shades of Froly #D9646C
Tints of Froly #D9646C
RGB
CMYK
RGB Variations
Color information
#D9646C (or 0xD9646C) is known color: Froly. HEX triplet: D9, 64 and 6C. RGB value is (217,100,108). Sum of RGB (Red+Green+Blue) = 217+100+108=425 (56% of max value = 765). Red value is 217 (85.16% from 255 or 51.06% from 425); Green value is 100 (39.45% from 255 or 23.53% from 425); Blue value is 108 (42.58% from 255 or 25.41% from 425); Max value from RGB is 217 - color contains mainly: red. Hex color #D9646C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D9646C is #269B93. Grayscale: #878787. Windows color (decimal): -2530196 or 7103705. OLE color: 7103705.
HSL color Cylindrical-coordinate representation of color #D9646C: hue angle of 355.9º 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 #D9646C is Cyan = 0, Magento = 0.54, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 100 | 108 | - |
| CMYK | 0 | 0.54 | 0.50 | 0.15 |
| HSL | 355.9º | 0.61% | 0.62% | - |
| HSV(B) | 355.9º | 0.54% | 0.85% | - |
| XYZ | 35.88 | 24.95 | 17.11 | - |
| YUV | 135.9 | 112.26 | 185.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 100 | 108 | 0 | 0.54 | 0.50 | 0.15 | 355.9 | 0.61 | 0.62 |
| Hex | D9 | 64 | 6C | 0 | 36 | 32 | F | 164 | 3D | 3E |
| Octal | 331 | 144 | 154 | 0 | 66 | 62 | 17 | 544 | 75 | 76 |
| Binary | 11011001 | 1100100 | 1101100 | 0 | 110110 | 110010 | 1111 | 101100100 | 111101 | 111110 |
Color Harmonies of #D9646C
Complementary color
Monochromatic Colors of #D9646C
Black with #D9646C
Text Example
Text Example
White with #D9646C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9646C; }
p { color: rgb(217,100,108); }
H1.HeaderClassName
{
color: #D9646C;
}
.AnyTagClassName
{
color: #D9646C;
}
</style>
background-color css
<style>
a { background-color: #D9646C; }
a { background-color: rgb(217,100,108); }
div.DivClassName
{
background-color: #D9646C;
}
.BgClassName
{
background-color: #D9646C;
}
</style>
border-color css
<style>
span { border-color: #D9646C; }
span { border-color: rgb(217,100,108); }
td.TdClassName
{
border-color: #D9646C;
}
.TagClassName
{
border-color: #D9646C;
}
</style>