Shades of Froly #D7657B
Tints of Froly #D7657B
RGB
CMYK
RGB Variations
Color information
#D7657B (or 0xD7657B) is known color: Froly. HEX triplet: D7, 65 and 7B. RGB value is (215,101,123). Sum of RGB (Red+Green+Blue) = 215+101+123=439 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.97% from 439); Green value is 101 (39.84% from 255 or 23.01% from 439); Blue value is 123 (48.44% from 255 or 28.02% from 439); Max value from RGB is 215 - color contains mainly: red. Hex color #D7657B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D7657B is #289A84. Grayscale: #898989. Windows color (decimal): -2660997 or 8086999. OLE color: 8086999.
HSL color Cylindrical-coordinate representation of color #D7657B: hue angle of 348.42º 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 #D7657B is Cyan = 0, Magento = 0.53, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 101 | 123 | - |
| CMYK | 0 | 0.53 | 0.43 | 0.16 |
| HSL | 348.42º | 0.59% | 0.62% | - |
| HSV(B) | 348.42º | 0.53% | 0.84% | - |
| XYZ | 36.25 | 25.18 | 21.69 | - |
| YUV | 137.59 | 119.77 | 183.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 101 | 123 | 0 | 0.53 | 0.43 | 0.16 | 348.42 | 0.59 | 0.62 |
| Hex | D7 | 65 | 7B | 0 | 35 | 2B | 10 | 15C | 3B | 3E |
| Octal | 327 | 145 | 173 | 0 | 65 | 53 | 20 | 534 | 73 | 76 |
| Binary | 11010111 | 1100101 | 1111011 | 0 | 110101 | 101011 | 10000 | 101011100 | 111011 | 111110 |
Color Harmonies of #D7657B
Complementary color
Monochromatic Colors of #D7657B
Black with #D7657B
Text Example
Text Example
White with #D7657B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7657B; }
p { color: rgb(215,101,123); }
H1.HeaderClassName
{
color: #D7657B;
}
.AnyTagClassName
{
color: #D7657B;
}
</style>
background-color css
<style>
a { background-color: #D7657B; }
a { background-color: rgb(215,101,123); }
div.DivClassName
{
background-color: #D7657B;
}
.BgClassName
{
background-color: #D7657B;
}
</style>
border-color css
<style>
span { border-color: #D7657B; }
span { border-color: rgb(215,101,123); }
td.TdClassName
{
border-color: #D7657B;
}
.TagClassName
{
border-color: #D7657B;
}
</style>