Shades of Froly #DA6C78
Tints of Froly #DA6C78
RGB
CMYK
RGB Variations
Color information
#DA6C78 (or 0xDA6C78) is known color: Froly. HEX triplet: DA, 6C and 78. RGB value is (218,108,120). Sum of RGB (Red+Green+Blue) = 218+108+120=446 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.88% from 446); Green value is 108 (42.58% from 255 or 24.22% from 446); Blue value is 120 (47.27% from 255 or 26.91% from 446); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6C78 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA6C78 is #259387. Grayscale: #8E8E8E. Windows color (decimal): -2462600 or 7892186. OLE color: 7892186.
HSL color Cylindrical-coordinate representation of color #DA6C78: hue angle of 353.45º 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 #DA6C78 is Cyan = 0, Magento = 0.50, Yellow = 0.45 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 108 | 120 | - |
| CMYK | 0 | 0.50 | 0.45 | 0.15 |
| HSL | 353.45º | 0.6% | 0.64% | - |
| HSV(B) | 353.45º | 0.5% | 0.85% | - |
| XYZ | 37.67 | 26.99 | 20.99 | - |
| YUV | 142.26 | 115.44 | 182.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 108 | 120 | 0 | 0.50 | 0.45 | 0.15 | 353.45 | 0.6 | 0.64 |
| Hex | DA | 6C | 78 | 0 | 32 | 2D | F | 161 | 3C | 40 |
| Octal | 332 | 154 | 170 | 0 | 62 | 55 | 17 | 541 | 74 | 100 |
| Binary | 11011010 | 1101100 | 1111000 | 0 | 110010 | 101101 | 1111 | 101100001 | 111100 | 1000000 |
Color Harmonies of #DA6C78
Complementary color
Monochromatic Colors of #DA6C78
Black with #DA6C78
Text Example
Text Example
White with #DA6C78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6C78; }
p { color: rgb(218,108,120); }
H1.HeaderClassName
{
color: #DA6C78;
}
.AnyTagClassName
{
color: #DA6C78;
}
</style>
background-color css
<style>
a { background-color: #DA6C78; }
a { background-color: rgb(218,108,120); }
div.DivClassName
{
background-color: #DA6C78;
}
.BgClassName
{
background-color: #DA6C78;
}
</style>
border-color css
<style>
span { border-color: #DA6C78; }
span { border-color: rgb(218,108,120); }
td.TdClassName
{
border-color: #DA6C78;
}
.TagClassName
{
border-color: #DA6C78;
}
</style>