Shades of Froly #DA647C
Tints of Froly #DA647C
RGB
CMYK
RGB Variations
Color information
#DA647C (or 0xDA647C) is known color: Froly. HEX triplet: DA, 64 and 7C. RGB value is (218,100,124). Sum of RGB (Red+Green+Blue) = 218+100+124=442 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.32% from 442); Green value is 100 (39.45% from 255 or 22.62% from 442); Blue value is 124 (48.83% from 255 or 28.05% from 442); Max value from RGB is 218 - color contains mainly: red. Hex color #DA647C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA647C is #259B83. Grayscale: #8A8A8A. Windows color (decimal): -2464644 or 8152282. OLE color: 8152282.
HSL color Cylindrical-coordinate representation of color #DA647C: hue angle of 347.8º 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 #DA647C is Cyan = 0, Magento = 0.54, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 100 | 124 | - |
| CMYK | 0 | 0.54 | 0.43 | 0.15 |
| HSL | 347.8º | 0.61% | 0.62% | - |
| HSV(B) | 347.8º | 0.54% | 0.85% | - |
| XYZ | 37.11 | 25.48 | 22.03 | - |
| YUV | 138.02 | 120.09 | 185.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 100 | 124 | 0 | 0.54 | 0.43 | 0.15 | 347.8 | 0.61 | 0.62 |
| Hex | DA | 64 | 7C | 0 | 36 | 2B | F | 15C | 3D | 3E |
| Octal | 332 | 144 | 174 | 0 | 66 | 53 | 17 | 534 | 75 | 76 |
| Binary | 11011010 | 1100100 | 1111100 | 0 | 110110 | 101011 | 1111 | 101011100 | 111101 | 111110 |
Color Harmonies of #DA647C
Complementary color
Monochromatic Colors of #DA647C
Black with #DA647C
Text Example
Text Example
White with #DA647C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA647C; }
p { color: rgb(218,100,124); }
H1.HeaderClassName
{
color: #DA647C;
}
.AnyTagClassName
{
color: #DA647C;
}
</style>
background-color css
<style>
a { background-color: #DA647C; }
a { background-color: rgb(218,100,124); }
div.DivClassName
{
background-color: #DA647C;
}
.BgClassName
{
background-color: #DA647C;
}
</style>
border-color css
<style>
span { border-color: #DA647C; }
span { border-color: rgb(218,100,124); }
td.TdClassName
{
border-color: #DA647C;
}
.TagClassName
{
border-color: #DA647C;
}
</style>