Shades of Froly #DA647A
Tints of Froly #DA647A
RGB
CMYK
RGB Variations
Color information
#DA647A (or 0xDA647A) is known color: Froly. HEX triplet: DA, 64 and 7A. RGB value is (218,100,122). Sum of RGB (Red+Green+Blue) = 218+100+122=440 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.55% from 440); Green value is 100 (39.45% from 255 or 22.73% from 440); Blue value is 122 (48.05% from 255 or 27.73% from 440); Max value from RGB is 218 - color contains mainly: red. Hex color #DA647A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA647A is #259B85. Grayscale: #898989. Windows color (decimal): -2464646 or 8021210. OLE color: 8021210.
HSL color Cylindrical-coordinate representation of color #DA647A: hue angle of 348.81º 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 #DA647A is Cyan = 0, Magento = 0.54, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 100 | 122 | - |
| CMYK | 0 | 0.54 | 0.44 | 0.15 |
| HSL | 348.81º | 0.61% | 0.62% | - |
| HSV(B) | 348.81º | 0.54% | 0.85% | - |
| XYZ | 36.98 | 25.42 | 21.37 | - |
| YUV | 137.79 | 119.09 | 185.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 100 | 122 | 0 | 0.54 | 0.44 | 0.15 | 348.81 | 0.61 | 0.62 |
| Hex | DA | 64 | 7A | 0 | 36 | 2C | F | 15D | 3D | 3E |
| Octal | 332 | 144 | 172 | 0 | 66 | 54 | 17 | 535 | 75 | 76 |
| Binary | 11011010 | 1100100 | 1111010 | 0 | 110110 | 101100 | 1111 | 101011101 | 111101 | 111110 |
Color Harmonies of #DA647A
Complementary color
Monochromatic Colors of #DA647A
Black with #DA647A
Text Example
Text Example
White with #DA647A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA647A; }
p { color: rgb(218,100,122); }
H1.HeaderClassName
{
color: #DA647A;
}
.AnyTagClassName
{
color: #DA647A;
}
</style>
background-color css
<style>
a { background-color: #DA647A; }
a { background-color: rgb(218,100,122); }
div.DivClassName
{
background-color: #DA647A;
}
.BgClassName
{
background-color: #DA647A;
}
</style>
border-color css
<style>
span { border-color: #DA647A; }
span { border-color: rgb(218,100,122); }
td.TdClassName
{
border-color: #DA647A;
}
.TagClassName
{
border-color: #DA647A;
}
</style>