Shades of Froly #D9657C
Tints of Froly #D9657C
RGB
CMYK
RGB Variations
Color information
#D9657C (or 0xD9657C) is known color: Froly. HEX triplet: D9, 65 and 7C. RGB value is (217,101,124). Sum of RGB (Red+Green+Blue) = 217+101+124=442 (58% of max value = 765). Red value is 217 (85.16% from 255 or 49.10% from 442); Green value is 101 (39.84% from 255 or 22.85% from 442); Blue value is 124 (48.83% from 255 or 28.05% from 442); Max value from RGB is 217 - color contains mainly: red. Hex color #D9657C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D9657C is #269A83. Grayscale: #8A8A8A. Windows color (decimal): -2529924 or 8152537. OLE color: 8152537.
HSL color Cylindrical-coordinate representation of color #D9657C: hue angle of 348.1º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D9657C is Cyan = 0, Magento = 0.53, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 101 | 124 | - |
| CMYK | 0 | 0.53 | 0.43 | 0.15 |
| HSL | 348.1º | 0.6% | 0.62% | - |
| HSV(B) | 348.1º | 0.53% | 0.85% | - |
| XYZ | 36.91 | 25.51 | 22.05 | - |
| YUV | 138.31 | 119.93 | 184.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 101 | 124 | 0 | 0.53 | 0.43 | 0.15 | 348.1 | 0.6 | 0.62 |
| Hex | D9 | 65 | 7C | 0 | 35 | 2B | F | 15C | 3C | 3E |
| Octal | 331 | 145 | 174 | 0 | 65 | 53 | 17 | 534 | 74 | 76 |
| Binary | 11011001 | 1100101 | 1111100 | 0 | 110101 | 101011 | 1111 | 101011100 | 111100 | 111110 |
Color Harmonies of #D9657C
Complementary color
Monochromatic Colors of #D9657C
Black with #D9657C
Text Example
Text Example
White with #D9657C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9657C; }
p { color: rgb(217,101,124); }
H1.HeaderClassName
{
color: #D9657C;
}
.AnyTagClassName
{
color: #D9657C;
}
</style>
background-color css
<style>
a { background-color: #D9657C; }
a { background-color: rgb(217,101,124); }
div.DivClassName
{
background-color: #D9657C;
}
.BgClassName
{
background-color: #D9657C;
}
</style>
border-color css
<style>
span { border-color: #D9657C; }
span { border-color: rgb(217,101,124); }
td.TdClassName
{
border-color: #D9657C;
}
.TagClassName
{
border-color: #D9657C;
}
</style>