Shades of Froly #DA646B
Tints of Froly #DA646B
RGB
CMYK
RGB Variations
Color information
#DA646B (or 0xDA646B) is known color: Froly. HEX triplet: DA, 64 and 6B. RGB value is (218,100,107). Sum of RGB (Red+Green+Blue) = 218+100+107=425 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.29% from 425); Green value is 100 (39.45% from 255 or 23.53% from 425); Blue value is 107 (42.19% from 255 or 25.18% from 425); Max value from RGB is 218 - color contains mainly: red. Hex color #DA646B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA646B is #259B94. Grayscale: #888888. Windows color (decimal): -2464661 or 7038170. OLE color: 7038170.
HSL color Cylindrical-coordinate representation of color #DA646B: hue angle of 356.44º 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 #DA646B is Cyan = 0, Magento = 0.54, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 100 | 107 | - |
| CMYK | 0 | 0.54 | 0.51 | 0.15 |
| HSL | 356.44º | 0.61% | 0.62% | - |
| HSV(B) | 356.44º | 0.54% | 0.85% | - |
| XYZ | 36.12 | 25.08 | 16.85 | - |
| YUV | 136.08 | 111.59 | 186.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 100 | 107 | 0 | 0.54 | 0.51 | 0.15 | 356.44 | 0.61 | 0.62 |
| Hex | DA | 64 | 6B | 0 | 36 | 33 | F | 164 | 3D | 3E |
| Octal | 332 | 144 | 153 | 0 | 66 | 63 | 17 | 544 | 75 | 76 |
| Binary | 11011010 | 1100100 | 1101011 | 0 | 110110 | 110011 | 1111 | 101100100 | 111101 | 111110 |
Color Harmonies of #DA646B
Complementary color
Monochromatic Colors of #DA646B
Black with #DA646B
Text Example
Text Example
White with #DA646B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA646B; }
p { color: rgb(218,100,107); }
H1.HeaderClassName
{
color: #DA646B;
}
.AnyTagClassName
{
color: #DA646B;
}
</style>
background-color css
<style>
a { background-color: #DA646B; }
a { background-color: rgb(218,100,107); }
div.DivClassName
{
background-color: #DA646B;
}
.BgClassName
{
background-color: #DA646B;
}
</style>
border-color css
<style>
span { border-color: #DA646B; }
span { border-color: rgb(218,100,107); }
td.TdClassName
{
border-color: #DA646B;
}
.TagClassName
{
border-color: #DA646B;
}
</style>