Shades of Froly #DA6A7A
Tints of Froly #DA6A7A
RGB
CMYK
RGB Variations
Color information
#DA6A7A (or 0xDA6A7A) is known color: Froly. HEX triplet: DA, 6A and 7A. RGB value is (218,106,122). Sum of RGB (Red+Green+Blue) = 218+106+122=446 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.88% from 446); Green value is 106 (41.80% from 255 or 23.77% from 446); Blue value is 122 (48.05% from 255 or 27.35% from 446); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6A7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA6A7A is #259585. Grayscale: #8D8D8D. Windows color (decimal): -2463110 or 8022746. OLE color: 8022746.
HSL color Cylindrical-coordinate representation of color #DA6A7A: hue angle of 351.43º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DA6A7A is Cyan = 0, Magento = 0.51, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 106 | 122 | - |
| CMYK | 0 | 0.51 | 0.44 | 0.15 |
| HSL | 351.43º | 0.6% | 0.64% | - |
| HSV(B) | 351.43º | 0.51% | 0.85% | - |
| XYZ | 37.58 | 26.62 | 21.57 | - |
| YUV | 141.31 | 117.11 | 182.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 106 | 122 | 0 | 0.51 | 0.44 | 0.15 | 351.43 | 0.6 | 0.64 |
| Hex | DA | 6A | 7A | 0 | 33 | 2C | F | 15F | 3C | 40 |
| Octal | 332 | 152 | 172 | 0 | 63 | 54 | 17 | 537 | 74 | 100 |
| Binary | 11011010 | 1101010 | 1111010 | 0 | 110011 | 101100 | 1111 | 101011111 | 111100 | 1000000 |
Color Harmonies of #DA6A7A
Complementary color
Monochromatic Colors of #DA6A7A
Black with #DA6A7A
Text Example
Text Example
White with #DA6A7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6A7A; }
p { color: rgb(218,106,122); }
H1.HeaderClassName
{
color: #DA6A7A;
}
.AnyTagClassName
{
color: #DA6A7A;
}
</style>
background-color css
<style>
a { background-color: #DA6A7A; }
a { background-color: rgb(218,106,122); }
div.DivClassName
{
background-color: #DA6A7A;
}
.BgClassName
{
background-color: #DA6A7A;
}
</style>
border-color css
<style>
span { border-color: #DA6A7A; }
span { border-color: rgb(218,106,122); }
td.TdClassName
{
border-color: #DA6A7A;
}
.TagClassName
{
border-color: #DA6A7A;
}
</style>