Shades of Froly #DA6D77
Tints of Froly #DA6D77
RGB
CMYK
RGB Variations
Color information
#DA6D77 (or 0xDA6D77) is known color: Froly. HEX triplet: DA, 6D and 77. RGB value is (218,109,119). Sum of RGB (Red+Green+Blue) = 218+109+119=446 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.88% from 446); Green value is 109 (42.97% from 255 or 24.44% from 446); Blue value is 119 (46.88% from 255 or 26.68% from 446); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6D77 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA6D77 is #259288. Grayscale: #8E8E8E. Windows color (decimal): -2462345 or 7826906. OLE color: 7826906.
HSL color Cylindrical-coordinate representation of color #DA6D77: hue angle of 354.5º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DA6D77 is Cyan = 0, Magento = 0.5, Yellow = 0.45 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 109 | 119 | - |
| CMYK | 0 | 0.5 | 0.45 | 0.15 |
| HSL | 354.5º | 0.6% | 0.64% | - |
| HSV(B) | 354.5º | 0.5% | 0.85% | - |
| XYZ | 37.71 | 27.17 | 20.71 | - |
| YUV | 142.73 | 114.61 | 181.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 109 | 119 | 0 | 0.5 | 0.45 | 0.15 | 354.5 | 0.6 | 0.64 |
| Hex | DA | 6D | 77 | 0 | 32 | 2D | F | 162 | 3C | 40 |
| Octal | 332 | 155 | 167 | 0 | 62 | 55 | 17 | 542 | 74 | 100 |
| Binary | 11011010 | 1101101 | 1110111 | 0 | 110010 | 101101 | 1111 | 101100010 | 111100 | 1000000 |
Color Harmonies of #DA6D77
Complementary color
Monochromatic Colors of #DA6D77
Black with #DA6D77
Text Example
Text Example
White with #DA6D77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6D77; }
p { color: rgb(218,109,119); }
H1.HeaderClassName
{
color: #DA6D77;
}
.AnyTagClassName
{
color: #DA6D77;
}
</style>
background-color css
<style>
a { background-color: #DA6D77; }
a { background-color: rgb(218,109,119); }
div.DivClassName
{
background-color: #DA6D77;
}
.BgClassName
{
background-color: #DA6D77;
}
</style>
border-color css
<style>
span { border-color: #DA6D77; }
span { border-color: rgb(218,109,119); }
td.TdClassName
{
border-color: #DA6D77;
}
.TagClassName
{
border-color: #DA6D77;
}
</style>