Shades of Froly #DA6671
Tints of Froly #DA6671
RGB
CMYK
RGB Variations
Color information
#DA6671 (or 0xDA6671) is known color: Froly. HEX triplet: DA, 66 and 71. RGB value is (218,102,113). Sum of RGB (Red+Green+Blue) = 218+102+113=433 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.35% from 433); Green value is 102 (40.23% from 255 or 23.56% from 433); Blue value is 113 (44.53% from 255 or 26.10% from 433); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6671 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA6671 is #25998E. Grayscale: #8A8A8A. Windows color (decimal): -2464143 or 7431898. OLE color: 7431898.
HSL color Cylindrical-coordinate representation of color #DA6671: hue angle of 354.31º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DA6671 is Cyan = 0, Magento = 0.53, Yellow = 0.48 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 102 | 113 | - |
| CMYK | 0 | 0.53 | 0.48 | 0.15 |
| HSL | 354.31º | 0.61% | 0.63% | - |
| HSV(B) | 354.31º | 0.53% | 0.85% | - |
| XYZ | 36.65 | 25.6 | 18.63 | - |
| YUV | 137.94 | 113.93 | 185.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 102 | 113 | 0 | 0.53 | 0.48 | 0.15 | 354.31 | 0.61 | 0.63 |
| Hex | DA | 66 | 71 | 0 | 35 | 30 | F | 162 | 3D | 3F |
| Octal | 332 | 146 | 161 | 0 | 65 | 60 | 17 | 542 | 75 | 77 |
| Binary | 11011010 | 1100110 | 1110001 | 0 | 110101 | 110000 | 1111 | 101100010 | 111101 | 111111 |
Color Harmonies of #DA6671
Complementary color
Monochromatic Colors of #DA6671
Black with #DA6671
Text Example
Text Example
White with #DA6671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6671; }
p { color: rgb(218,102,113); }
H1.HeaderClassName
{
color: #DA6671;
}
.AnyTagClassName
{
color: #DA6671;
}
</style>
background-color css
<style>
a { background-color: #DA6671; }
a { background-color: rgb(218,102,113); }
div.DivClassName
{
background-color: #DA6671;
}
.BgClassName
{
background-color: #DA6671;
}
</style>
border-color css
<style>
span { border-color: #DA6671; }
span { border-color: rgb(218,102,113); }
td.TdClassName
{
border-color: #DA6671;
}
.TagClassName
{
border-color: #DA6671;
}
</style>