Shades of Froly #D9657A
Tints of Froly #D9657A
RGB
CMYK
RGB Variations
Color information
#D9657A (or 0xD9657A) is known color: Froly. HEX triplet: D9, 65 and 7A. RGB value is (217,101,122). Sum of RGB (Red+Green+Blue) = 217+101+122=440 (58% of max value = 765). Red value is 217 (85.16% from 255 or 49.32% from 440); Green value is 101 (39.84% from 255 or 22.95% from 440); Blue value is 122 (48.05% from 255 or 27.73% from 440); Max value from RGB is 217 - color contains mainly: red. Hex color #D9657A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D9657A is #269A85. Grayscale: #8A8A8A. Windows color (decimal): -2529926 or 8021465. OLE color: 8021465.
HSL color Cylindrical-coordinate representation of color #D9657A: hue angle of 349.14º 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 #D9657A is Cyan = 0, Magento = 0.53, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 101 | 122 | - |
| CMYK | 0 | 0.53 | 0.44 | 0.15 |
| HSL | 349.14º | 0.6% | 0.62% | - |
| HSV(B) | 349.14º | 0.53% | 0.85% | - |
| XYZ | 36.78 | 25.46 | 21.39 | - |
| YUV | 138.08 | 118.93 | 184.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 101 | 122 | 0 | 0.53 | 0.44 | 0.15 | 349.14 | 0.6 | 0.62 |
| Hex | D9 | 65 | 7A | 0 | 35 | 2C | F | 15D | 3C | 3E |
| Octal | 331 | 145 | 172 | 0 | 65 | 54 | 17 | 535 | 74 | 76 |
| Binary | 11011001 | 1100101 | 1111010 | 0 | 110101 | 101100 | 1111 | 101011101 | 111100 | 111110 |
Color Harmonies of #D9657A
Complementary color
Monochromatic Colors of #D9657A
Black with #D9657A
Text Example
Text Example
White with #D9657A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9657A; }
p { color: rgb(217,101,122); }
H1.HeaderClassName
{
color: #D9657A;
}
.AnyTagClassName
{
color: #D9657A;
}
</style>
background-color css
<style>
a { background-color: #D9657A; }
a { background-color: rgb(217,101,122); }
div.DivClassName
{
background-color: #D9657A;
}
.BgClassName
{
background-color: #D9657A;
}
</style>
border-color css
<style>
span { border-color: #D9657A; }
span { border-color: rgb(217,101,122); }
td.TdClassName
{
border-color: #D9657A;
}
.TagClassName
{
border-color: #D9657A;
}
</style>