Shades of Froly #D7657C
Tints of Froly #D7657C
RGB
CMYK
RGB Variations
Color information
#D7657C (or 0xD7657C) is known color: Froly. HEX triplet: D7, 65 and 7C. RGB value is (215,101,124). Sum of RGB (Red+Green+Blue) = 215+101+124=440 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.86% from 440); Green value is 101 (39.84% from 255 or 22.95% from 440); Blue value is 124 (48.83% from 255 or 28.18% from 440); Max value from RGB is 215 - color contains mainly: red. Hex color #D7657C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D7657C is #289A83. Grayscale: #898989. Windows color (decimal): -2660996 or 8152535. OLE color: 8152535.
HSL color Cylindrical-coordinate representation of color #D7657C: hue angle of 347.89º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D7657C is Cyan = 0, Magento = 0.53, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 101 | 124 | - |
| CMYK | 0 | 0.53 | 0.42 | 0.16 |
| HSL | 347.89º | 0.59% | 0.62% | - |
| HSV(B) | 347.89º | 0.53% | 0.84% | - |
| XYZ | 36.32 | 25.21 | 22.02 | - |
| YUV | 137.71 | 120.27 | 183.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 101 | 124 | 0 | 0.53 | 0.42 | 0.16 | 347.89 | 0.59 | 0.62 |
| Hex | D7 | 65 | 7C | 0 | 35 | 2A | 10 | 15C | 3B | 3E |
| Octal | 327 | 145 | 174 | 0 | 65 | 52 | 20 | 534 | 73 | 76 |
| Binary | 11010111 | 1100101 | 1111100 | 0 | 110101 | 101010 | 10000 | 101011100 | 111011 | 111110 |
Color Harmonies of #D7657C
Complementary color
Monochromatic Colors of #D7657C
Black with #D7657C
Text Example
Text Example
White with #D7657C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7657C; }
p { color: rgb(215,101,124); }
H1.HeaderClassName
{
color: #D7657C;
}
.AnyTagClassName
{
color: #D7657C;
}
</style>
background-color css
<style>
a { background-color: #D7657C; }
a { background-color: rgb(215,101,124); }
div.DivClassName
{
background-color: #D7657C;
}
.BgClassName
{
background-color: #D7657C;
}
</style>
border-color css
<style>
span { border-color: #D7657C; }
span { border-color: rgb(215,101,124); }
td.TdClassName
{
border-color: #D7657C;
}
.TagClassName
{
border-color: #D7657C;
}
</style>