Shades of Froly #DA7A80
Tints of Froly #DA7A80
RGB
CMYK
RGB Variations
Color information
#DA7A80 (or 0xDA7A80) is known color: Froly. HEX triplet: DA, 7A and 80. RGB value is (218,122,128). Sum of RGB (Red+Green+Blue) = 218+122+128=468 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.58% from 468); Green value is 122 (48.05% from 255 or 26.07% from 468); Blue value is 128 (50.39% from 255 or 27.35% from 468); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7A80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA7A80 is #25857F. Grayscale: #979797. Windows color (decimal): -2459008 or 8420058. OLE color: 8420058.
HSL color Cylindrical-coordinate representation of color #DA7A80: hue angle of 356.25º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DA7A80 is Cyan = 0, Magento = 0.44, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 122 | 128 | - |
| CMYK | 0 | 0.44 | 0.41 | 0.15 |
| HSL | 356.25º | 0.56% | 0.67% | - |
| HSV(B) | 356.25º | 0.44% | 0.85% | - |
| XYZ | 39.77 | 30.38 | 24.19 | - |
| YUV | 151.39 | 114.8 | 175.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 122 | 128 | 0 | 0.44 | 0.41 | 0.15 | 356.25 | 0.56 | 0.67 |
| Hex | DA | 7A | 80 | 0 | 2C | 29 | F | 164 | 38 | 43 |
| Octal | 332 | 172 | 200 | 0 | 54 | 51 | 17 | 544 | 70 | 103 |
| Binary | 11011010 | 1111010 | 10000000 | 0 | 101100 | 101001 | 1111 | 101100100 | 111000 | 1000011 |
Color Harmonies of #DA7A80
Complementary color
Monochromatic Colors of #DA7A80
Black with #DA7A80
Text Example
Text Example
White with #DA7A80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA7A80; }
p { color: rgb(218,122,128); }
H1.HeaderClassName
{
color: #DA7A80;
}
.AnyTagClassName
{
color: #DA7A80;
}
</style>
background-color css
<style>
a { background-color: #DA7A80; }
a { background-color: rgb(218,122,128); }
div.DivClassName
{
background-color: #DA7A80;
}
.BgClassName
{
background-color: #DA7A80;
}
</style>
border-color css
<style>
span { border-color: #DA7A80; }
span { border-color: rgb(218,122,128); }
td.TdClassName
{
border-color: #DA7A80;
}
.TagClassName
{
border-color: #DA7A80;
}
</style>