Shades of Froly #DA7A81
Tints of Froly #DA7A81
RGB
CMYK
RGB Variations
Color information
#DA7A81 (or 0xDA7A81) is known color: Froly. HEX triplet: DA, 7A and 81. RGB value is (218,122,129). Sum of RGB (Red+Green+Blue) = 218+122+129=469 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.48% from 469); Green value is 122 (48.05% from 255 or 26.01% from 469); Blue value is 129 (50.78% from 255 or 27.51% from 469); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7A81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA7A81 is #25857E. Grayscale: #979797. Windows color (decimal): -2459007 or 8485594. OLE color: 8485594.
HSL color Cylindrical-coordinate representation of color #DA7A81: hue angle of 355.62º 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 #DA7A81 is Cyan = 0, Magento = 0.44, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 122 | 129 | - |
| CMYK | 0 | 0.44 | 0.41 | 0.15 |
| HSL | 355.63º | 0.56% | 0.67% | - |
| HSV(B) | 355.63º | 0.44% | 0.85% | - |
| XYZ | 39.84 | 30.41 | 24.54 | - |
| YUV | 151.5 | 115.3 | 175.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 122 | 129 | 0 | 0.44 | 0.41 | 0.15 | 355.63 | 0.56 | 0.67 |
| Hex | DA | 7A | 81 | 0 | 2C | 29 | F | 164 | 38 | 43 |
| Octal | 332 | 172 | 201 | 0 | 54 | 51 | 17 | 544 | 70 | 103 |
| Binary | 11011010 | 1111010 | 10000001 | 0 | 101100 | 101001 | 1111 | 101100100 | 111000 | 1000011 |
Color Harmonies of #DA7A81
Complementary color
Monochromatic Colors of #DA7A81
Black with #DA7A81
Text Example
Text Example
White with #DA7A81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA7A81; }
p { color: rgb(218,122,129); }
H1.HeaderClassName
{
color: #DA7A81;
}
.AnyTagClassName
{
color: #DA7A81;
}
</style>
background-color css
<style>
a { background-color: #DA7A81; }
a { background-color: rgb(218,122,129); }
div.DivClassName
{
background-color: #DA7A81;
}
.BgClassName
{
background-color: #DA7A81;
}
</style>
border-color css
<style>
span { border-color: #DA7A81; }
span { border-color: rgb(218,122,129); }
td.TdClassName
{
border-color: #DA7A81;
}
.TagClassName
{
border-color: #DA7A81;
}
</style>