Shades of Froly #DA6879
Tints of Froly #DA6879
RGB
CMYK
RGB Variations
Color information
#DA6879 (or 0xDA6879) is known color: Froly. HEX triplet: DA, 68 and 79. RGB value is (218,104,121). Sum of RGB (Red+Green+Blue) = 218+104+121=443 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.21% from 443); Green value is 104 (41.02% from 255 or 23.48% from 443); Blue value is 121 (47.66% from 255 or 27.31% from 443); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6879 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA6879 is #259786. Grayscale: #8C8C8C. Windows color (decimal): -2463623 or 7956698. OLE color: 7956698.
HSL color Cylindrical-coordinate representation of color #DA6879: hue angle of 351.05º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DA6879 is Cyan = 0, Magento = 0.52, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 104 | 121 | - |
| CMYK | 0 | 0.52 | 0.44 | 0.15 |
| HSL | 351.05º | 0.61% | 0.63% | - |
| HSV(B) | 351.05º | 0.52% | 0.85% | - |
| XYZ | 37.31 | 26.19 | 21.18 | - |
| YUV | 140.02 | 117.27 | 183.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 104 | 121 | 0 | 0.52 | 0.44 | 0.15 | 351.05 | 0.61 | 0.63 |
| Hex | DA | 68 | 79 | 0 | 34 | 2C | F | 15F | 3D | 3F |
| Octal | 332 | 150 | 171 | 0 | 64 | 54 | 17 | 537 | 75 | 77 |
| Binary | 11011010 | 1101000 | 1111001 | 0 | 110100 | 101100 | 1111 | 101011111 | 111101 | 111111 |
Color Harmonies of #DA6879
Complementary color
Monochromatic Colors of #DA6879
Black with #DA6879
Text Example
Text Example
White with #DA6879
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6879; }
p { color: rgb(218,104,121); }
H1.HeaderClassName
{
color: #DA6879;
}
.AnyTagClassName
{
color: #DA6879;
}
</style>
background-color css
<style>
a { background-color: #DA6879; }
a { background-color: rgb(218,104,121); }
div.DivClassName
{
background-color: #DA6879;
}
.BgClassName
{
background-color: #DA6879;
}
</style>
border-color css
<style>
span { border-color: #DA6879; }
span { border-color: rgb(218,104,121); }
td.TdClassName
{
border-color: #DA6879;
}
.TagClassName
{
border-color: #DA6879;
}
</style>