Shades of Froly #DA647B
Tints of Froly #DA647B
RGB
CMYK
RGB Variations
Color information
#DA647B (or 0xDA647B) is known color: Froly. HEX triplet: DA, 64 and 7B. RGB value is (218,100,123). Sum of RGB (Red+Green+Blue) = 218+100+123=441 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.43% from 441); Green value is 100 (39.45% from 255 or 22.68% from 441); Blue value is 123 (48.44% from 255 or 27.89% from 441); Max value from RGB is 218 - color contains mainly: red. Hex color #DA647B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA647B is #259B84. Grayscale: #898989. Windows color (decimal): -2464645 or 8086746. OLE color: 8086746.
HSL color Cylindrical-coordinate representation of color #DA647B: hue angle of 348.31º 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 #DA647B is Cyan = 0, Magento = 0.54, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 100 | 123 | - |
| CMYK | 0 | 0.54 | 0.44 | 0.15 |
| HSL | 348.31º | 0.61% | 0.62% | - |
| HSV(B) | 348.31º | 0.54% | 0.85% | - |
| XYZ | 37.05 | 25.45 | 21.7 | - |
| YUV | 137.9 | 119.59 | 185.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 100 | 123 | 0 | 0.54 | 0.44 | 0.15 | 348.31 | 0.61 | 0.62 |
| Hex | DA | 64 | 7B | 0 | 36 | 2C | F | 15C | 3D | 3E |
| Octal | 332 | 144 | 173 | 0 | 66 | 54 | 17 | 534 | 75 | 76 |
| Binary | 11011010 | 1100100 | 1111011 | 0 | 110110 | 101100 | 1111 | 101011100 | 111101 | 111110 |
Color Harmonies of #DA647B
Complementary color
Monochromatic Colors of #DA647B
Black with #DA647B
Text Example
Text Example
White with #DA647B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA647B; }
p { color: rgb(218,100,123); }
H1.HeaderClassName
{
color: #DA647B;
}
.AnyTagClassName
{
color: #DA647B;
}
</style>
background-color css
<style>
a { background-color: #DA647B; }
a { background-color: rgb(218,100,123); }
div.DivClassName
{
background-color: #DA647B;
}
.BgClassName
{
background-color: #DA647B;
}
</style>
border-color css
<style>
span { border-color: #DA647B; }
span { border-color: rgb(218,100,123); }
td.TdClassName
{
border-color: #DA647B;
}
.TagClassName
{
border-color: #DA647B;
}
</style>