Shades of Froly #DA7D7F
Tints of Froly #DA7D7F
RGB
CMYK
RGB Variations
Color information
#DA7D7F (or 0xDA7D7F) is known color: Froly. HEX triplet: DA, 7D and 7F. RGB value is (218,125,127). Sum of RGB (Red+Green+Blue) = 218+125+127=470 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.38% from 470); Green value is 125 (49.22% from 255 or 26.60% from 470); Blue value is 127 (50% from 255 or 27.02% from 470); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7D7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7D7F is #258280. Grayscale: #999999. Windows color (decimal): -2458241 or 8355290. OLE color: 8355290.
HSL color Cylindrical-coordinate representation of color #DA7D7F: hue angle of 358.71º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DA7D7F is Cyan = 0, Magento = 0.43, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 125 | 127 | - |
| CMYK | 0 | 0.43 | 0.42 | 0.15 |
| HSL | 358.71º | 0.56% | 0.67% | - |
| HSV(B) | 358.71º | 0.43% | 0.85% | - |
| XYZ | 40.08 | 31.1 | 23.97 | - |
| YUV | 153.04 | 113.31 | 174.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 125 | 127 | 0 | 0.43 | 0.42 | 0.15 | 358.71 | 0.56 | 0.67 |
| Hex | DA | 7D | 7F | 0 | 2B | 2A | F | 167 | 38 | 43 |
| Octal | 332 | 175 | 177 | 0 | 53 | 52 | 17 | 547 | 70 | 103 |
| Binary | 11011010 | 1111101 | 1111111 | 0 | 101011 | 101010 | 1111 | 101100111 | 111000 | 1000011 |
Color Harmonies of #DA7D7F
Complementary color
Monochromatic Colors of #DA7D7F
Black with #DA7D7F
Text Example
Text Example
White with #DA7D7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA7D7F; }
p { color: rgb(218,125,127); }
H1.HeaderClassName
{
color: #DA7D7F;
}
.AnyTagClassName
{
color: #DA7D7F;
}
</style>
background-color css
<style>
a { background-color: #DA7D7F; }
a { background-color: rgb(218,125,127); }
div.DivClassName
{
background-color: #DA7D7F;
}
.BgClassName
{
background-color: #DA7D7F;
}
</style>
border-color css
<style>
span { border-color: #DA7D7F; }
span { border-color: rgb(218,125,127); }
td.TdClassName
{
border-color: #DA7D7F;
}
.TagClassName
{
border-color: #DA7D7F;
}
</style>