Shades of Froly #DA6E71
Tints of Froly #DA6E71
RGB
CMYK
RGB Variations
Color information
#DA6E71 (or 0xDA6E71) is known color: Froly. HEX triplet: DA, 6E and 71. RGB value is (218,110,113). Sum of RGB (Red+Green+Blue) = 218+110+113=441 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.43% from 441); Green value is 110 (43.36% from 255 or 24.94% from 441); Blue value is 113 (44.53% from 255 or 25.62% from 441); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6E71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA6E71 is #25918E. Grayscale: #8E8E8E. Windows color (decimal): -2462095 or 7433946. OLE color: 7433946.
HSL color Cylindrical-coordinate representation of color #DA6E71: hue angle of 358.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 #DA6E71 is Cyan = 0, Magento = 0.50, Yellow = 0.48 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 110 | 113 | - |
| CMYK | 0 | 0.50 | 0.48 | 0.15 |
| HSL | 358.33º | 0.59% | 0.64% | - |
| HSV(B) | 358.33º | 0.5% | 0.85% | - |
| XYZ | 37.47 | 27.25 | 18.91 | - |
| YUV | 142.63 | 111.28 | 181.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 110 | 113 | 0 | 0.50 | 0.48 | 0.15 | 358.33 | 0.59 | 0.64 |
| Hex | DA | 6E | 71 | 0 | 32 | 30 | F | 166 | 3B | 40 |
| Octal | 332 | 156 | 161 | 0 | 62 | 60 | 17 | 546 | 73 | 100 |
| Binary | 11011010 | 1101110 | 1110001 | 0 | 110010 | 110000 | 1111 | 101100110 | 111011 | 1000000 |
Color Harmonies of #DA6E71
Complementary color
Monochromatic Colors of #DA6E71
Black with #DA6E71
Text Example
Text Example
White with #DA6E71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6E71; }
p { color: rgb(218,110,113); }
H1.HeaderClassName
{
color: #DA6E71;
}
.AnyTagClassName
{
color: #DA6E71;
}
</style>
background-color css
<style>
a { background-color: #DA6E71; }
a { background-color: rgb(218,110,113); }
div.DivClassName
{
background-color: #DA6E71;
}
.BgClassName
{
background-color: #DA6E71;
}
</style>
border-color css
<style>
span { border-color: #DA6E71; }
span { border-color: rgb(218,110,113); }
td.TdClassName
{
border-color: #DA6E71;
}
.TagClassName
{
border-color: #DA6E71;
}
</style>