Shades of Froly #DA7B80
Tints of Froly #DA7B80
RGB
CMYK
RGB Variations
Color information
#DA7B80 (or 0xDA7B80) is known color: Froly. HEX triplet: DA, 7B and 80. RGB value is (218,123,128). Sum of RGB (Red+Green+Blue) = 218+123+128=469 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.48% from 469); Green value is 123 (48.44% from 255 or 26.23% from 469); Blue value is 128 (50.39% from 255 or 27.29% from 469); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7B80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA7B80 is #25847F. Grayscale: #989898. Windows color (decimal): -2458752 or 8420314. OLE color: 8420314.
HSL color Cylindrical-coordinate representation of color #DA7B80: hue angle of 356.84º 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 #DA7B80 is Cyan = 0, Magento = 0.44, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 123 | 128 | - |
| CMYK | 0 | 0.44 | 0.41 | 0.15 |
| HSL | 356.84º | 0.56% | 0.67% | - |
| HSV(B) | 356.84º | 0.44% | 0.85% | - |
| XYZ | 39.89 | 30.63 | 24.23 | - |
| YUV | 151.98 | 114.47 | 175.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 123 | 128 | 0 | 0.44 | 0.41 | 0.15 | 356.84 | 0.56 | 0.67 |
| Hex | DA | 7B | 80 | 0 | 2C | 29 | F | 165 | 38 | 43 |
| Octal | 332 | 173 | 200 | 0 | 54 | 51 | 17 | 545 | 70 | 103 |
| Binary | 11011010 | 1111011 | 10000000 | 0 | 101100 | 101001 | 1111 | 101100101 | 111000 | 1000011 |
Color Harmonies of #DA7B80
Complementary color
Monochromatic Colors of #DA7B80
Black with #DA7B80
Text Example
Text Example
White with #DA7B80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA7B80; }
p { color: rgb(218,123,128); }
H1.HeaderClassName
{
color: #DA7B80;
}
.AnyTagClassName
{
color: #DA7B80;
}
</style>
background-color css
<style>
a { background-color: #DA7B80; }
a { background-color: rgb(218,123,128); }
div.DivClassName
{
background-color: #DA7B80;
}
.BgClassName
{
background-color: #DA7B80;
}
</style>
border-color css
<style>
span { border-color: #DA7B80; }
span { border-color: rgb(218,123,128); }
td.TdClassName
{
border-color: #DA7B80;
}
.TagClassName
{
border-color: #DA7B80;
}
</style>