Shades of Froly #DA697D
Tints of Froly #DA697D
RGB
CMYK
RGB Variations
Color information
#DA697D (or 0xDA697D) is known color: Froly. HEX triplet: DA, 69 and 7D. RGB value is (218,105,125). Sum of RGB (Red+Green+Blue) = 218+105+125=448 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.66% from 448); Green value is 105 (41.41% from 255 or 23.44% from 448); Blue value is 125 (49.22% from 255 or 27.90% from 448); Max value from RGB is 218 - color contains mainly: red. Hex color #DA697D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA697D is #259682. Grayscale: #8D8D8D. Windows color (decimal): -2463363 or 8219098. OLE color: 8219098.
HSL color Cylindrical-coordinate representation of color #DA697D: hue angle of 349.38º 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 #DA697D is Cyan = 0, Magento = 0.52, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 105 | 125 | - |
| CMYK | 0 | 0.52 | 0.43 | 0.15 |
| HSL | 349.38º | 0.6% | 0.63% | - |
| HSV(B) | 349.38º | 0.52% | 0.85% | - |
| XYZ | 37.67 | 26.49 | 22.53 | - |
| YUV | 141.07 | 118.94 | 182.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 105 | 125 | 0 | 0.52 | 0.43 | 0.15 | 349.38 | 0.6 | 0.63 |
| Hex | DA | 69 | 7D | 0 | 34 | 2B | F | 15D | 3C | 3F |
| Octal | 332 | 151 | 175 | 0 | 64 | 53 | 17 | 535 | 74 | 77 |
| Binary | 11011010 | 1101001 | 1111101 | 0 | 110100 | 101011 | 1111 | 101011101 | 111100 | 111111 |
Color Harmonies of #DA697D
Complementary color
Monochromatic Colors of #DA697D
Black with #DA697D
Text Example
Text Example
White with #DA697D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA697D; }
p { color: rgb(218,105,125); }
H1.HeaderClassName
{
color: #DA697D;
}
.AnyTagClassName
{
color: #DA697D;
}
</style>
background-color css
<style>
a { background-color: #DA697D; }
a { background-color: rgb(218,105,125); }
div.DivClassName
{
background-color: #DA697D;
}
.BgClassName
{
background-color: #DA697D;
}
</style>
border-color css
<style>
span { border-color: #DA697D; }
span { border-color: rgb(218,105,125); }
td.TdClassName
{
border-color: #DA697D;
}
.TagClassName
{
border-color: #DA697D;
}
</style>