Shades of Froly #DA646E
Tints of Froly #DA646E
RGB
CMYK
RGB Variations
Color information
#DA646E (or 0xDA646E) is known color: Froly. HEX triplet: DA, 64 and 6E. RGB value is (218,100,110). Sum of RGB (Red+Green+Blue) = 218+100+110=428 (56% of max value = 765). Red value is 218 (85.55% from 255 or 50.93% from 428); Green value is 100 (39.45% from 255 or 23.36% from 428); Blue value is 110 (43.36% from 255 or 25.70% from 428); Max value from RGB is 218 - color contains mainly: red. Hex color #DA646E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA646E is #259B91. Grayscale: #888888. Windows color (decimal): -2464658 or 7234778. OLE color: 7234778.
HSL color Cylindrical-coordinate representation of color #DA646E: hue angle of 354.92º 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 #DA646E is Cyan = 0, Magento = 0.54, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 100 | 110 | - |
| CMYK | 0 | 0.54 | 0.50 | 0.15 |
| HSL | 354.92º | 0.61% | 0.62% | - |
| HSV(B) | 354.92º | 0.54% | 0.85% | - |
| XYZ | 36.29 | 25.15 | 17.69 | - |
| YUV | 136.42 | 113.09 | 186.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 100 | 110 | 0 | 0.54 | 0.50 | 0.15 | 354.92 | 0.61 | 0.62 |
| Hex | DA | 64 | 6E | 0 | 36 | 32 | F | 163 | 3D | 3E |
| Octal | 332 | 144 | 156 | 0 | 66 | 62 | 17 | 543 | 75 | 76 |
| Binary | 11011010 | 1100100 | 1101110 | 0 | 110110 | 110010 | 1111 | 101100011 | 111101 | 111110 |
Color Harmonies of #DA646E
Complementary color
Monochromatic Colors of #DA646E
Black with #DA646E
Text Example
Text Example
White with #DA646E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA646E; }
p { color: rgb(218,100,110); }
H1.HeaderClassName
{
color: #DA646E;
}
.AnyTagClassName
{
color: #DA646E;
}
</style>
background-color css
<style>
a { background-color: #DA646E; }
a { background-color: rgb(218,100,110); }
div.DivClassName
{
background-color: #DA646E;
}
.BgClassName
{
background-color: #DA646E;
}
</style>
border-color css
<style>
span { border-color: #DA646E; }
span { border-color: rgb(218,100,110); }
td.TdClassName
{
border-color: #DA646E;
}
.TagClassName
{
border-color: #DA646E;
}
</style>