Shades of Froly #DA6E7A
Tints of Froly #DA6E7A
RGB
CMYK
RGB Variations
Color information
#DA6E7A (or 0xDA6E7A) is known color: Froly. HEX triplet: DA, 6E and 7A. RGB value is (218,110,122). Sum of RGB (Red+Green+Blue) = 218+110+122=450 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.44% from 450); Green value is 110 (43.36% from 255 or 24.44% from 450); Blue value is 122 (48.05% from 255 or 27.11% from 450); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6E7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA6E7A is #259185. Grayscale: #8F8F8F. Windows color (decimal): -2462086 or 8023770. OLE color: 8023770.
HSL color Cylindrical-coordinate representation of color #DA6E7A: hue angle of 353.33º degrees, saturation: 0.59, 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 #DA6E7A is Cyan = 0, Magento = 0.50, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 110 | 122 | - |
| CMYK | 0 | 0.50 | 0.44 | 0.15 |
| HSL | 353.33º | 0.59% | 0.64% | - |
| HSV(B) | 353.33º | 0.5% | 0.85% | - |
| XYZ | 38 | 27.46 | 21.71 | - |
| YUV | 143.66 | 115.78 | 181.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 110 | 122 | 0 | 0.50 | 0.44 | 0.15 | 353.33 | 0.59 | 0.64 |
| Hex | DA | 6E | 7A | 0 | 32 | 2C | F | 161 | 3B | 40 |
| Octal | 332 | 156 | 172 | 0 | 62 | 54 | 17 | 541 | 73 | 100 |
| Binary | 11011010 | 1101110 | 1111010 | 0 | 110010 | 101100 | 1111 | 101100001 | 111011 | 1000000 |
Color Harmonies of #DA6E7A
Complementary color
Monochromatic Colors of #DA6E7A
Black with #DA6E7A
Text Example
Text Example
White with #DA6E7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6E7A; }
p { color: rgb(218,110,122); }
H1.HeaderClassName
{
color: #DA6E7A;
}
.AnyTagClassName
{
color: #DA6E7A;
}
</style>
background-color css
<style>
a { background-color: #DA6E7A; }
a { background-color: rgb(218,110,122); }
div.DivClassName
{
background-color: #DA6E7A;
}
.BgClassName
{
background-color: #DA6E7A;
}
</style>
border-color css
<style>
span { border-color: #DA6E7A; }
span { border-color: rgb(218,110,122); }
td.TdClassName
{
border-color: #DA6E7A;
}
.TagClassName
{
border-color: #DA6E7A;
}
</style>