Shades of Froly #DA646A
Tints of Froly #DA646A
RGB
CMYK
RGB Variations
Color information
#DA646A (or 0xDA646A) is known color: Froly. HEX triplet: DA, 64 and 6A. RGB value is (218,100,106). Sum of RGB (Red+Green+Blue) = 218+100+106=424 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.42% from 424); Green value is 100 (39.45% from 255 or 23.58% from 424); Blue value is 106 (41.80% from 255 or 25% from 424); Max value from RGB is 218 - color contains mainly: red. Hex color #DA646A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA646A is #259B95. Grayscale: #888888. Windows color (decimal): -2464662 or 6972634. OLE color: 6972634.
HSL color Cylindrical-coordinate representation of color #DA646A: hue angle of 356.95º 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 #DA646A is Cyan = 0, Magento = 0.54, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 100 | 106 | - |
| CMYK | 0 | 0.54 | 0.51 | 0.15 |
| HSL | 356.95º | 0.61% | 0.62% | - |
| HSV(B) | 356.95º | 0.54% | 0.85% | - |
| XYZ | 36.07 | 25.06 | 16.57 | - |
| YUV | 135.97 | 111.09 | 186.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 100 | 106 | 0 | 0.54 | 0.51 | 0.15 | 356.95 | 0.61 | 0.62 |
| Hex | DA | 64 | 6A | 0 | 36 | 33 | F | 165 | 3D | 3E |
| Octal | 332 | 144 | 152 | 0 | 66 | 63 | 17 | 545 | 75 | 76 |
| Binary | 11011010 | 1100100 | 1101010 | 0 | 110110 | 110011 | 1111 | 101100101 | 111101 | 111110 |
Color Harmonies of #DA646A
Complementary color
Monochromatic Colors of #DA646A
Black with #DA646A
Text Example
Text Example
White with #DA646A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA646A; }
p { color: rgb(218,100,106); }
H1.HeaderClassName
{
color: #DA646A;
}
.AnyTagClassName
{
color: #DA646A;
}
</style>
background-color css
<style>
a { background-color: #DA646A; }
a { background-color: rgb(218,100,106); }
div.DivClassName
{
background-color: #DA646A;
}
.BgClassName
{
background-color: #DA646A;
}
</style>
border-color css
<style>
span { border-color: #DA646A; }
span { border-color: rgb(218,100,106); }
td.TdClassName
{
border-color: #DA646A;
}
.TagClassName
{
border-color: #DA646A;
}
</style>