Shades of Froly #D9626C
Tints of Froly #D9626C
RGB
CMYK
RGB Variations
Color information
#D9626C (or 0xD9626C) is known color: Froly. HEX triplet: D9, 62 and 6C. RGB value is (217,98,108). Sum of RGB (Red+Green+Blue) = 217+98+108=423 (56% of max value = 765). Red value is 217 (85.16% from 255 or 51.30% from 423); Green value is 98 (38.67% from 255 or 23.17% from 423); Blue value is 108 (42.58% from 255 or 25.53% from 423); Max value from RGB is 217 - color contains mainly: red. Hex color #D9626C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D9626C is #269D93. Grayscale: #868686. Windows color (decimal): -2530708 or 7103193. OLE color: 7103193.
HSL color Cylindrical-coordinate representation of color #D9626C: hue angle of 354.96º degrees, saturation: 0.61, 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 #D9626C is Cyan = 0, Magento = 0.55, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 98 | 108 | - |
| CMYK | 0 | 0.55 | 0.50 | 0.15 |
| HSL | 354.96º | 0.61% | 0.62% | - |
| HSV(B) | 354.96º | 0.55% | 0.85% | - |
| XYZ | 35.69 | 24.57 | 17.05 | - |
| YUV | 134.72 | 112.92 | 186.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 98 | 108 | 0 | 0.55 | 0.50 | 0.15 | 354.96 | 0.61 | 0.62 |
| Hex | D9 | 62 | 6C | 0 | 37 | 32 | F | 163 | 3D | 3E |
| Octal | 331 | 142 | 154 | 0 | 67 | 62 | 17 | 543 | 75 | 76 |
| Binary | 11011001 | 1100010 | 1101100 | 0 | 110111 | 110010 | 1111 | 101100011 | 111101 | 111110 |
Color Harmonies of #D9626C
Complementary color
Monochromatic Colors of #D9626C
Black with #D9626C
Text Example
Text Example
White with #D9626C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9626C; }
p { color: rgb(217,98,108); }
H1.HeaderClassName
{
color: #D9626C;
}
.AnyTagClassName
{
color: #D9626C;
}
</style>
background-color css
<style>
a { background-color: #D9626C; }
a { background-color: rgb(217,98,108); }
div.DivClassName
{
background-color: #D9626C;
}
.BgClassName
{
background-color: #D9626C;
}
</style>
border-color css
<style>
span { border-color: #D9626C; }
span { border-color: rgb(217,98,108); }
td.TdClassName
{
border-color: #D9626C;
}
.TagClassName
{
border-color: #D9626C;
}
</style>