Shades of Froly #D7626D
Tints of Froly #D7626D
RGB
CMYK
RGB Variations
Color information
#D7626D (or 0xD7626D) is known color: Froly. HEX triplet: D7, 62 and 6D. RGB value is (215,98,109). Sum of RGB (Red+Green+Blue) = 215+98+109=422 (55% of max value = 765). Red value is 215 (84.38% from 255 or 50.95% from 422); Green value is 98 (38.67% from 255 or 23.22% from 422); Blue value is 109 (42.97% from 255 or 25.83% from 422); Max value from RGB is 215 - color contains mainly: red. Hex color #D7626D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D7626D is #289D92. Grayscale: #868686. Windows color (decimal): -2661779 or 7168727. OLE color: 7168727.
HSL color Cylindrical-coordinate representation of color #D7626D: hue angle of 354.36º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D7626D is Cyan = 0, Magento = 0.54, Yellow = 0.49 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 98 | 109 | - |
| CMYK | 0 | 0.54 | 0.49 | 0.16 |
| HSL | 354.36º | 0.59% | 0.61% | - |
| HSV(B) | 354.36º | 0.54% | 0.84% | - |
| XYZ | 35.15 | 24.29 | 17.3 | - |
| YUV | 134.24 | 113.76 | 185.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 98 | 109 | 0 | 0.54 | 0.49 | 0.16 | 354.36 | 0.59 | 0.61 |
| Hex | D7 | 62 | 6D | 0 | 36 | 31 | 10 | 162 | 3B | 3D |
| Octal | 327 | 142 | 155 | 0 | 66 | 61 | 20 | 542 | 73 | 75 |
| Binary | 11010111 | 1100010 | 1101101 | 0 | 110110 | 110001 | 10000 | 101100010 | 111011 | 111101 |
Color Harmonies of #D7626D
Complementary color
Monochromatic Colors of #D7626D
Black with #D7626D
Text Example
Text Example
White with #D7626D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7626D; }
p { color: rgb(215,98,109); }
H1.HeaderClassName
{
color: #D7626D;
}
.AnyTagClassName
{
color: #D7626D;
}
</style>
background-color css
<style>
a { background-color: #D7626D; }
a { background-color: rgb(215,98,109); }
div.DivClassName
{
background-color: #D7626D;
}
.BgClassName
{
background-color: #D7626D;
}
</style>
border-color css
<style>
span { border-color: #D7626D; }
span { border-color: rgb(215,98,109); }
td.TdClassName
{
border-color: #D7626D;
}
.TagClassName
{
border-color: #D7626D;
}
</style>