Shades of Froly #DA6668
Tints of Froly #DA6668
RGB
CMYK
RGB Variations
Color information
#DA6668 (or 0xDA6668) is known color: Froly. HEX triplet: DA, 66 and 68. RGB value is (218,102,104). Sum of RGB (Red+Green+Blue) = 218+102+104=424 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.42% from 424); Green value is 102 (40.23% from 255 or 24.06% from 424); Blue value is 104 (41.02% from 255 or 24.53% from 424); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6668 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA6668 is #259997. Grayscale: #898989. Windows color (decimal): -2464152 or 6842074. OLE color: 6842074.
HSL color Cylindrical-coordinate representation of color #DA6668: hue angle of 358.97º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DA6668 is Cyan = 0, Magento = 0.53, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 102 | 104 | - |
| CMYK | 0 | 0.53 | 0.52 | 0.15 |
| HSL | 358.97º | 0.61% | 0.63% | - |
| HSV(B) | 358.97º | 0.53% | 0.85% | - |
| XYZ | 36.16 | 25.41 | 16.09 | - |
| YUV | 136.91 | 109.43 | 185.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 102 | 104 | 0 | 0.53 | 0.52 | 0.15 | 358.97 | 0.61 | 0.63 |
| Hex | DA | 66 | 68 | 0 | 35 | 34 | F | 167 | 3D | 3F |
| Octal | 332 | 146 | 150 | 0 | 65 | 64 | 17 | 547 | 75 | 77 |
| Binary | 11011010 | 1100110 | 1101000 | 0 | 110101 | 110100 | 1111 | 101100111 | 111101 | 111111 |
Color Harmonies of #DA6668
Complementary color
Monochromatic Colors of #DA6668
Black with #DA6668
Text Example
Text Example
White with #DA6668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6668; }
p { color: rgb(218,102,104); }
H1.HeaderClassName
{
color: #DA6668;
}
.AnyTagClassName
{
color: #DA6668;
}
</style>
background-color css
<style>
a { background-color: #DA6668; }
a { background-color: rgb(218,102,104); }
div.DivClassName
{
background-color: #DA6668;
}
.BgClassName
{
background-color: #DA6668;
}
</style>
border-color css
<style>
span { border-color: #DA6668; }
span { border-color: rgb(218,102,104); }
td.TdClassName
{
border-color: #DA6668;
}
.TagClassName
{
border-color: #DA6668;
}
</style>