Shades of Froly #D7667C
Tints of Froly #D7667C
RGB
CMYK
RGB Variations
Color information
#D7667C (or 0xD7667C) is known color: Froly. HEX triplet: D7, 66 and 7C. RGB value is (215,102,124). Sum of RGB (Red+Green+Blue) = 215+102+124=441 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.75% from 441); Green value is 102 (40.23% from 255 or 23.13% from 441); Blue value is 124 (48.83% from 255 or 28.12% from 441); Max value from RGB is 215 - color contains mainly: red. Hex color #D7667C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D7667C is #289983. Grayscale: #8A8A8A. Windows color (decimal): -2660740 or 8152791. OLE color: 8152791.
HSL color Cylindrical-coordinate representation of color #D7667C: hue angle of 348.32º 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 #D7667C is Cyan = 0, Magento = 0.53, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 102 | 124 | - |
| CMYK | 0 | 0.53 | 0.42 | 0.16 |
| HSL | 348.32º | 0.59% | 0.62% | - |
| HSV(B) | 348.32º | 0.53% | 0.84% | - |
| XYZ | 36.41 | 25.41 | 22.05 | - |
| YUV | 138.3 | 119.94 | 182.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 102 | 124 | 0 | 0.53 | 0.42 | 0.16 | 348.32 | 0.59 | 0.62 |
| Hex | D7 | 66 | 7C | 0 | 35 | 2A | 10 | 15C | 3B | 3E |
| Octal | 327 | 146 | 174 | 0 | 65 | 52 | 20 | 534 | 73 | 76 |
| Binary | 11010111 | 1100110 | 1111100 | 0 | 110101 | 101010 | 10000 | 101011100 | 111011 | 111110 |
Color Harmonies of #D7667C
Complementary color
Monochromatic Colors of #D7667C
Black with #D7667C
Text Example
Text Example
White with #D7667C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7667C; }
p { color: rgb(215,102,124); }
H1.HeaderClassName
{
color: #D7667C;
}
.AnyTagClassName
{
color: #D7667C;
}
</style>
background-color css
<style>
a { background-color: #D7667C; }
a { background-color: rgb(215,102,124); }
div.DivClassName
{
background-color: #D7667C;
}
.BgClassName
{
background-color: #D7667C;
}
</style>
border-color css
<style>
span { border-color: #D7667C; }
span { border-color: rgb(215,102,124); }
td.TdClassName
{
border-color: #D7667C;
}
.TagClassName
{
border-color: #D7667C;
}
</style>