Shades of Froly #D8657C
Tints of Froly #D8657C
RGB
CMYK
RGB Variations
Color information
#D8657C (or 0xD8657C) is known color: Froly. HEX triplet: D8, 65 and 7C. RGB value is (216,101,124). Sum of RGB (Red+Green+Blue) = 216+101+124=441 (58% of max value = 765). Red value is 216 (84.77% from 255 or 48.98% from 441); Green value is 101 (39.84% from 255 or 22.90% from 441); Blue value is 124 (48.83% from 255 or 28.12% from 441); Max value from RGB is 216 - color contains mainly: red. Hex color #D8657C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D8657C is #279A83. Grayscale: #8A8A8A. Windows color (decimal): -2595460 or 8152536. OLE color: 8152536.
HSL color Cylindrical-coordinate representation of color #D8657C: hue angle of 348º 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 #D8657C is Cyan = 0, Magento = 0.53, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 101 | 124 | - |
| CMYK | 0 | 0.53 | 0.43 | 0.15 |
| HSL | 348º | 0.6% | 0.62% | - |
| HSV(B) | 348º | 0.53% | 0.85% | - |
| XYZ | 36.61 | 25.36 | 22.03 | - |
| YUV | 138.01 | 120.1 | 183.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 101 | 124 | 0 | 0.53 | 0.43 | 0.15 | 348 | 0.6 | 0.62 |
| Hex | D8 | 65 | 7C | 0 | 35 | 2B | F | 15C | 3C | 3E |
| Octal | 330 | 145 | 174 | 0 | 65 | 53 | 17 | 534 | 74 | 76 |
| Binary | 11011000 | 1100101 | 1111100 | 0 | 110101 | 101011 | 1111 | 101011100 | 111100 | 111110 |
Color Harmonies of #D8657C
Complementary color
Monochromatic Colors of #D8657C
Black with #D8657C
Text Example
Text Example
White with #D8657C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8657C; }
p { color: rgb(216,101,124); }
H1.HeaderClassName
{
color: #D8657C;
}
.AnyTagClassName
{
color: #D8657C;
}
</style>
background-color css
<style>
a { background-color: #D8657C; }
a { background-color: rgb(216,101,124); }
div.DivClassName
{
background-color: #D8657C;
}
.BgClassName
{
background-color: #D8657C;
}
</style>
border-color css
<style>
span { border-color: #D8657C; }
span { border-color: rgb(216,101,124); }
td.TdClassName
{
border-color: #D8657C;
}
.TagClassName
{
border-color: #D8657C;
}
</style>