Shades of Froly #DA6674
Tints of Froly #DA6674
RGB
CMYK
RGB Variations
Color information
#DA6674 (or 0xDA6674) is known color: Froly. HEX triplet: DA, 66 and 74. RGB value is (218,102,116). Sum of RGB (Red+Green+Blue) = 218+102+116=436 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50% from 436); Green value is 102 (40.23% from 255 or 23.39% from 436); Blue value is 116 (45.70% from 255 or 26.61% from 436); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6674 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA6674 is #25998B. Grayscale: #8A8A8A. Windows color (decimal): -2464140 or 7628506. OLE color: 7628506.
HSL color Cylindrical-coordinate representation of color #DA6674: hue angle of 352.76º 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 #DA6674 is Cyan = 0, Magento = 0.53, Yellow = 0.47 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 102 | 116 | - |
| CMYK | 0 | 0.53 | 0.47 | 0.15 |
| HSL | 352.76º | 0.61% | 0.63% | - |
| HSV(B) | 352.76º | 0.53% | 0.85% | - |
| XYZ | 36.82 | 25.67 | 19.54 | - |
| YUV | 138.28 | 115.43 | 184.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 102 | 116 | 0 | 0.53 | 0.47 | 0.15 | 352.76 | 0.61 | 0.63 |
| Hex | DA | 66 | 74 | 0 | 35 | 2F | F | 161 | 3D | 3F |
| Octal | 332 | 146 | 164 | 0 | 65 | 57 | 17 | 541 | 75 | 77 |
| Binary | 11011010 | 1100110 | 1110100 | 0 | 110101 | 101111 | 1111 | 101100001 | 111101 | 111111 |
Color Harmonies of #DA6674
Complementary color
Monochromatic Colors of #DA6674
Black with #DA6674
Text Example
Text Example
White with #DA6674
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6674; }
p { color: rgb(218,102,116); }
H1.HeaderClassName
{
color: #DA6674;
}
.AnyTagClassName
{
color: #DA6674;
}
</style>
background-color css
<style>
a { background-color: #DA6674; }
a { background-color: rgb(218,102,116); }
div.DivClassName
{
background-color: #DA6674;
}
.BgClassName
{
background-color: #DA6674;
}
</style>
border-color css
<style>
span { border-color: #DA6674; }
span { border-color: rgb(218,102,116); }
td.TdClassName
{
border-color: #DA6674;
}
.TagClassName
{
border-color: #DA6674;
}
</style>