Shades of Froly #DA697A
Tints of Froly #DA697A
RGB
CMYK
RGB Variations
Color information
#DA697A (or 0xDA697A) is known color: Froly. HEX triplet: DA, 69 and 7A. RGB value is (218,105,122). Sum of RGB (Red+Green+Blue) = 218+105+122=445 (58% of max value = 765). Red value is 218 (85.55% from 255 or 48.99% from 445); Green value is 105 (41.41% from 255 or 23.60% from 445); Blue value is 122 (48.05% from 255 or 27.42% from 445); Max value from RGB is 218 - color contains mainly: red. Hex color #DA697A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA697A is #259685. Grayscale: #8C8C8C. Windows color (decimal): -2463366 or 8022490. OLE color: 8022490.
HSL color Cylindrical-coordinate representation of color #DA697A: hue angle of 350.97º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DA697A is Cyan = 0, Magento = 0.52, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 105 | 122 | - |
| CMYK | 0 | 0.52 | 0.44 | 0.15 |
| HSL | 350.97º | 0.6% | 0.63% | - |
| HSV(B) | 350.97º | 0.52% | 0.85% | - |
| XYZ | 37.48 | 26.41 | 21.54 | - |
| YUV | 140.73 | 117.44 | 183.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 105 | 122 | 0 | 0.52 | 0.44 | 0.15 | 350.97 | 0.6 | 0.63 |
| Hex | DA | 69 | 7A | 0 | 34 | 2C | F | 15F | 3C | 3F |
| Octal | 332 | 151 | 172 | 0 | 64 | 54 | 17 | 537 | 74 | 77 |
| Binary | 11011010 | 1101001 | 1111010 | 0 | 110100 | 101100 | 1111 | 101011111 | 111100 | 111111 |
Color Harmonies of #DA697A
Complementary color
Monochromatic Colors of #DA697A
Black with #DA697A
Text Example
Text Example
White with #DA697A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA697A; }
p { color: rgb(218,105,122); }
H1.HeaderClassName
{
color: #DA697A;
}
.AnyTagClassName
{
color: #DA697A;
}
</style>
background-color css
<style>
a { background-color: #DA697A; }
a { background-color: rgb(218,105,122); }
div.DivClassName
{
background-color: #DA697A;
}
.BgClassName
{
background-color: #DA697A;
}
</style>
border-color css
<style>
span { border-color: #DA697A; }
span { border-color: rgb(218,105,122); }
td.TdClassName
{
border-color: #DA697A;
}
.TagClassName
{
border-color: #DA697A;
}
</style>