Shades of Froly #DA697B
Tints of Froly #DA697B
RGB
CMYK
RGB Variations
Color information
#DA697B (or 0xDA697B) is known color: Froly. HEX triplet: DA, 69 and 7B. RGB value is (218,105,123). Sum of RGB (Red+Green+Blue) = 218+105+123=446 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.88% from 446); Green value is 105 (41.41% from 255 or 23.54% from 446); Blue value is 123 (48.44% from 255 or 27.58% from 446); Max value from RGB is 218 - color contains mainly: red. Hex color #DA697B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA697B is #259684. Grayscale: #8C8C8C. Windows color (decimal): -2463365 or 8088026. OLE color: 8088026.
HSL color Cylindrical-coordinate representation of color #DA697B: hue angle of 350.44º 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 #DA697B is Cyan = 0, Magento = 0.52, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 105 | 123 | - |
| CMYK | 0 | 0.52 | 0.44 | 0.15 |
| HSL | 350.44º | 0.6% | 0.63% | - |
| HSV(B) | 350.44º | 0.52% | 0.85% | - |
| XYZ | 37.54 | 26.44 | 21.86 | - |
| YUV | 140.84 | 117.94 | 183.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 105 | 123 | 0 | 0.52 | 0.44 | 0.15 | 350.44 | 0.6 | 0.63 |
| Hex | DA | 69 | 7B | 0 | 34 | 2C | F | 15E | 3C | 3F |
| Octal | 332 | 151 | 173 | 0 | 64 | 54 | 17 | 536 | 74 | 77 |
| Binary | 11011010 | 1101001 | 1111011 | 0 | 110100 | 101100 | 1111 | 101011110 | 111100 | 111111 |
Color Harmonies of #DA697B
Complementary color
Monochromatic Colors of #DA697B
Black with #DA697B
Text Example
Text Example
White with #DA697B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA697B; }
p { color: rgb(218,105,123); }
H1.HeaderClassName
{
color: #DA697B;
}
.AnyTagClassName
{
color: #DA697B;
}
</style>
background-color css
<style>
a { background-color: #DA697B; }
a { background-color: rgb(218,105,123); }
div.DivClassName
{
background-color: #DA697B;
}
.BgClassName
{
background-color: #DA697B;
}
</style>
border-color css
<style>
span { border-color: #DA697B; }
span { border-color: rgb(218,105,123); }
td.TdClassName
{
border-color: #DA697B;
}
.TagClassName
{
border-color: #DA697B;
}
</style>