Shades of Froly #D7626C
Tints of Froly #D7626C
RGB
CMYK
RGB Variations
Color information
#D7626C (or 0xD7626C) is known color: Froly. HEX triplet: D7, 62 and 6C. RGB value is (215,98,108). Sum of RGB (Red+Green+Blue) = 215+98+108=421 (55% of max value = 765). Red value is 215 (84.38% from 255 or 51.07% from 421); Green value is 98 (38.67% from 255 or 23.28% from 421); Blue value is 108 (42.58% from 255 or 25.65% from 421); Max value from RGB is 215 - color contains mainly: red. Hex color #D7626C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D7626C is #289D93. Grayscale: #868686. Windows color (decimal): -2661780 or 7103191. OLE color: 7103191.
HSL color Cylindrical-coordinate representation of color #D7626C: hue angle of 354.87º 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 #D7626C is Cyan = 0, Magento = 0.54, Yellow = 0.50 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 98 | 108 | - |
| CMYK | 0 | 0.54 | 0.50 | 0.16 |
| HSL | 354.87º | 0.59% | 0.61% | - |
| HSV(B) | 354.87º | 0.54% | 0.84% | - |
| XYZ | 35.1 | 24.27 | 17.02 | - |
| YUV | 134.12 | 113.26 | 185.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 98 | 108 | 0 | 0.54 | 0.50 | 0.16 | 354.87 | 0.59 | 0.61 |
| Hex | D7 | 62 | 6C | 0 | 36 | 32 | 10 | 163 | 3B | 3D |
| Octal | 327 | 142 | 154 | 0 | 66 | 62 | 20 | 543 | 73 | 75 |
| Binary | 11010111 | 1100010 | 1101100 | 0 | 110110 | 110010 | 10000 | 101100011 | 111011 | 111101 |
Color Harmonies of #D7626C
Complementary color
Monochromatic Colors of #D7626C
Black with #D7626C
Text Example
Text Example
White with #D7626C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7626C; }
p { color: rgb(215,98,108); }
H1.HeaderClassName
{
color: #D7626C;
}
.AnyTagClassName
{
color: #D7626C;
}
</style>
background-color css
<style>
a { background-color: #D7626C; }
a { background-color: rgb(215,98,108); }
div.DivClassName
{
background-color: #D7626C;
}
.BgClassName
{
background-color: #D7626C;
}
</style>
border-color css
<style>
span { border-color: #D7626C; }
span { border-color: rgb(215,98,108); }
td.TdClassName
{
border-color: #D7626C;
}
.TagClassName
{
border-color: #D7626C;
}
</style>