Shades of Froly #DA6A75
Tints of Froly #DA6A75
RGB
CMYK
RGB Variations
Color information
#DA6A75 (or 0xDA6A75) is known color: Froly. HEX triplet: DA, 6A and 75. RGB value is (218,106,117). Sum of RGB (Red+Green+Blue) = 218+106+117=441 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.43% from 441); Green value is 106 (41.80% from 255 or 24.04% from 441); Blue value is 117 (46.09% from 255 or 26.53% from 441); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6A75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA6A75 is #25958A. Grayscale: #8C8C8C. Windows color (decimal): -2463115 or 7695066. OLE color: 7695066.
HSL color Cylindrical-coordinate representation of color #DA6A75: hue angle of 354.11º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DA6A75 is Cyan = 0, Magento = 0.51, Yellow = 0.46 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 106 | 117 | - |
| CMYK | 0 | 0.51 | 0.46 | 0.15 |
| HSL | 354.11º | 0.6% | 0.64% | - |
| HSV(B) | 354.11º | 0.51% | 0.85% | - |
| XYZ | 37.28 | 26.5 | 19.98 | - |
| YUV | 140.74 | 114.61 | 183.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 106 | 117 | 0 | 0.51 | 0.46 | 0.15 | 354.11 | 0.6 | 0.64 |
| Hex | DA | 6A | 75 | 0 | 33 | 2E | F | 162 | 3C | 40 |
| Octal | 332 | 152 | 165 | 0 | 63 | 56 | 17 | 542 | 74 | 100 |
| Binary | 11011010 | 1101010 | 1110101 | 0 | 110011 | 101110 | 1111 | 101100010 | 111100 | 1000000 |
Color Harmonies of #DA6A75
Complementary color
Monochromatic Colors of #DA6A75
Black with #DA6A75
Text Example
Text Example
White with #DA6A75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6A75; }
p { color: rgb(218,106,117); }
H1.HeaderClassName
{
color: #DA6A75;
}
.AnyTagClassName
{
color: #DA6A75;
}
</style>
background-color css
<style>
a { background-color: #DA6A75; }
a { background-color: rgb(218,106,117); }
div.DivClassName
{
background-color: #DA6A75;
}
.BgClassName
{
background-color: #DA6A75;
}
</style>
border-color css
<style>
span { border-color: #DA6A75; }
span { border-color: rgb(218,106,117); }
td.TdClassName
{
border-color: #DA6A75;
}
.TagClassName
{
border-color: #DA6A75;
}
</style>