Shades of Froly #D8626C
Tints of Froly #D8626C
RGB
CMYK
RGB Variations
Color information
#D8626C (or 0xD8626C) is known color: Froly. HEX triplet: D8, 62 and 6C. RGB value is (216,98,108). Sum of RGB (Red+Green+Blue) = 216+98+108=422 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.18% from 422); Green value is 98 (38.67% from 255 or 23.22% from 422); Blue value is 108 (42.58% from 255 or 25.59% from 422); Max value from RGB is 216 - color contains mainly: red. Hex color #D8626C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D8626C is #279D93. Grayscale: #868686. Windows color (decimal): -2596244 or 7103192. OLE color: 7103192.
HSL color Cylindrical-coordinate representation of color #D8626C: hue angle of 354.92º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D8626C is Cyan = 0, Magento = 0.55, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 98 | 108 | - |
| CMYK | 0 | 0.55 | 0.50 | 0.15 |
| HSL | 354.92º | 0.6% | 0.62% | - |
| HSV(B) | 354.92º | 0.55% | 0.85% | - |
| XYZ | 35.39 | 24.42 | 17.03 | - |
| YUV | 134.42 | 113.09 | 186.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 98 | 108 | 0 | 0.55 | 0.50 | 0.15 | 354.92 | 0.6 | 0.62 |
| Hex | D8 | 62 | 6C | 0 | 37 | 32 | F | 163 | 3C | 3E |
| Octal | 330 | 142 | 154 | 0 | 67 | 62 | 17 | 543 | 74 | 76 |
| Binary | 11011000 | 1100010 | 1101100 | 0 | 110111 | 110010 | 1111 | 101100011 | 111100 | 111110 |
Color Harmonies of #D8626C
Complementary color
Monochromatic Colors of #D8626C
Black with #D8626C
Text Example
Text Example
White with #D8626C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8626C; }
p { color: rgb(216,98,108); }
H1.HeaderClassName
{
color: #D8626C;
}
.AnyTagClassName
{
color: #D8626C;
}
</style>
background-color css
<style>
a { background-color: #D8626C; }
a { background-color: rgb(216,98,108); }
div.DivClassName
{
background-color: #D8626C;
}
.BgClassName
{
background-color: #D8626C;
}
</style>
border-color css
<style>
span { border-color: #D8626C; }
span { border-color: rgb(216,98,108); }
td.TdClassName
{
border-color: #D8626C;
}
.TagClassName
{
border-color: #D8626C;
}
</style>