Shades of Froly #DA6466
Tints of Froly #DA6466
RGB
CMYK
RGB Variations
Color information
#DA6466 (or 0xDA6466) is known color: Froly. HEX triplet: DA, 64 and 66. RGB value is (218,100,102). Sum of RGB (Red+Green+Blue) = 218+100+102=420 (55% of max value = 765). Red value is 218 (85.55% from 255 or 51.90% from 420); Green value is 100 (39.45% from 255 or 23.81% from 420); Blue value is 102 (40.23% from 255 or 24.29% from 420); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6466 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA6466 is #259B99. Grayscale: #878787. Windows color (decimal): -2464666 or 6710490. OLE color: 6710490.
HSL color Cylindrical-coordinate representation of color #DA6466: hue angle of 358.98º 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 #DA6466 is Cyan = 0, Magento = 0.54, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 100 | 102 | - |
| CMYK | 0 | 0.54 | 0.53 | 0.15 |
| HSL | 358.98º | 0.61% | 0.62% | - |
| HSV(B) | 358.98º | 0.54% | 0.85% | - |
| XYZ | 35.87 | 24.98 | 15.5 | - |
| YUV | 135.51 | 109.09 | 186.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 100 | 102 | 0 | 0.54 | 0.53 | 0.15 | 358.98 | 0.61 | 0.62 |
| Hex | DA | 64 | 66 | 0 | 36 | 35 | F | 167 | 3D | 3E |
| Octal | 332 | 144 | 146 | 0 | 66 | 65 | 17 | 547 | 75 | 76 |
| Binary | 11011010 | 1100100 | 1100110 | 0 | 110110 | 110101 | 1111 | 101100111 | 111101 | 111110 |
Color Harmonies of #DA6466
Complementary color
Monochromatic Colors of #DA6466
Black with #DA6466
Text Example
Text Example
White with #DA6466
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6466; }
p { color: rgb(218,100,102); }
H1.HeaderClassName
{
color: #DA6466;
}
.AnyTagClassName
{
color: #DA6466;
}
</style>
background-color css
<style>
a { background-color: #DA6466; }
a { background-color: rgb(218,100,102); }
div.DivClassName
{
background-color: #DA6466;
}
.BgClassName
{
background-color: #DA6466;
}
</style>
border-color css
<style>
span { border-color: #DA6466; }
span { border-color: rgb(218,100,102); }
td.TdClassName
{
border-color: #DA6466;
}
.TagClassName
{
border-color: #DA6466;
}
</style>