Shades of Froly #DA646F
Tints of Froly #DA646F
RGB
CMYK
RGB Variations
Color information
#DA646F (or 0xDA646F) is known color: Froly. HEX triplet: DA, 64 and 6F. RGB value is (218,100,111). Sum of RGB (Red+Green+Blue) = 218+100+111=429 (56% of max value = 765). Red value is 218 (85.55% from 255 or 50.82% from 429); Green value is 100 (39.45% from 255 or 23.31% from 429); Blue value is 111 (43.75% from 255 or 25.87% from 429); Max value from RGB is 218 - color contains mainly: red. Hex color #DA646F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA646F is #259B90. Grayscale: #888888. Windows color (decimal): -2464657 or 7300314. OLE color: 7300314.
HSL color Cylindrical-coordinate representation of color #DA646F: hue angle of 354.41º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DA646F is Cyan = 0, Magento = 0.54, Yellow = 0.49 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 100 | 111 | - |
| CMYK | 0 | 0.54 | 0.49 | 0.15 |
| HSL | 354.41º | 0.61% | 0.62% | - |
| HSV(B) | 354.41º | 0.54% | 0.85% | - |
| XYZ | 36.34 | 25.17 | 17.98 | - |
| YUV | 136.54 | 113.59 | 186.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 100 | 111 | 0 | 0.54 | 0.49 | 0.15 | 354.41 | 0.61 | 0.62 |
| Hex | DA | 64 | 6F | 0 | 36 | 31 | F | 162 | 3D | 3E |
| Octal | 332 | 144 | 157 | 0 | 66 | 61 | 17 | 542 | 75 | 76 |
| Binary | 11011010 | 1100100 | 1101111 | 0 | 110110 | 110001 | 1111 | 101100010 | 111101 | 111110 |
Color Harmonies of #DA646F
Complementary color
Monochromatic Colors of #DA646F
Black with #DA646F
Text Example
Text Example
White with #DA646F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA646F; }
p { color: rgb(218,100,111); }
H1.HeaderClassName
{
color: #DA646F;
}
.AnyTagClassName
{
color: #DA646F;
}
</style>
background-color css
<style>
a { background-color: #DA646F; }
a { background-color: rgb(218,100,111); }
div.DivClassName
{
background-color: #DA646F;
}
.BgClassName
{
background-color: #DA646F;
}
</style>
border-color css
<style>
span { border-color: #DA646F; }
span { border-color: rgb(218,100,111); }
td.TdClassName
{
border-color: #DA646F;
}
.TagClassName
{
border-color: #DA646F;
}
</style>