Shades of Froly #DA677A
Tints of Froly #DA677A
RGB
CMYK
RGB Variations
Color information
#DA677A (or 0xDA677A) is known color: Froly. HEX triplet: DA, 67 and 7A. RGB value is (218,103,122). Sum of RGB (Red+Green+Blue) = 218+103+122=443 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.21% from 443); Green value is 103 (40.62% from 255 or 23.25% from 443); Blue value is 122 (48.05% from 255 or 27.54% from 443); Max value from RGB is 218 - color contains mainly: red. Hex color #DA677A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA677A is #259885. Grayscale: #8B8B8B. Windows color (decimal): -2463878 or 8021978. OLE color: 8021978.
HSL color Cylindrical-coordinate representation of color #DA677A: hue angle of 350.09º 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 #DA677A is Cyan = 0, Magento = 0.53, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 103 | 122 | - |
| CMYK | 0 | 0.53 | 0.44 | 0.15 |
| HSL | 350.09º | 0.61% | 0.63% | - |
| HSV(B) | 350.09º | 0.53% | 0.85% | - |
| XYZ | 37.28 | 26.01 | 21.47 | - |
| YUV | 139.55 | 118.1 | 183.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 103 | 122 | 0 | 0.53 | 0.44 | 0.15 | 350.09 | 0.61 | 0.63 |
| Hex | DA | 67 | 7A | 0 | 35 | 2C | F | 15E | 3D | 3F |
| Octal | 332 | 147 | 172 | 0 | 65 | 54 | 17 | 536 | 75 | 77 |
| Binary | 11011010 | 1100111 | 1111010 | 0 | 110101 | 101100 | 1111 | 101011110 | 111101 | 111111 |
Color Harmonies of #DA677A
Complementary color
Monochromatic Colors of #DA677A
Black with #DA677A
Text Example
Text Example
White with #DA677A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA677A; }
p { color: rgb(218,103,122); }
H1.HeaderClassName
{
color: #DA677A;
}
.AnyTagClassName
{
color: #DA677A;
}
</style>
background-color css
<style>
a { background-color: #DA677A; }
a { background-color: rgb(218,103,122); }
div.DivClassName
{
background-color: #DA677A;
}
.BgClassName
{
background-color: #DA677A;
}
</style>
border-color css
<style>
span { border-color: #DA677A; }
span { border-color: rgb(218,103,122); }
td.TdClassName
{
border-color: #DA677A;
}
.TagClassName
{
border-color: #DA677A;
}
</style>