Shades of Froly #DA7D7E
Tints of Froly #DA7D7E
RGB
CMYK
RGB Variations
Color information
#DA7D7E (or 0xDA7D7E) is known color: Froly. HEX triplet: DA, 7D and 7E. RGB value is (218,125,126). Sum of RGB (Red+Green+Blue) = 218+125+126=469 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.48% from 469); Green value is 125 (49.22% from 255 or 26.65% from 469); Blue value is 126 (49.61% from 255 or 26.87% from 469); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7D7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7D7E is #258281. Grayscale: #999999. Windows color (decimal): -2458242 or 8289754. OLE color: 8289754.
HSL color Cylindrical-coordinate representation of color #DA7D7E: hue angle of 359.35º 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 #DA7D7E is Cyan = 0, Magento = 0.43, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 125 | 126 | - |
| CMYK | 0 | 0.43 | 0.42 | 0.15 |
| HSL | 359.35º | 0.56% | 0.67% | - |
| HSV(B) | 359.35º | 0.43% | 0.85% | - |
| XYZ | 40.01 | 31.08 | 23.63 | - |
| YUV | 152.92 | 112.81 | 174.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 125 | 126 | 0 | 0.43 | 0.42 | 0.15 | 359.35 | 0.56 | 0.67 |
| Hex | DA | 7D | 7E | 0 | 2B | 2A | F | 167 | 38 | 43 |
| Octal | 332 | 175 | 176 | 0 | 53 | 52 | 17 | 547 | 70 | 103 |
| Binary | 11011010 | 1111101 | 1111110 | 0 | 101011 | 101010 | 1111 | 101100111 | 111000 | 1000011 |
Color Harmonies of #DA7D7E
Complementary color
Monochromatic Colors of #DA7D7E
Black with #DA7D7E
Text Example
Text Example
White with #DA7D7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA7D7E; }
p { color: rgb(218,125,126); }
H1.HeaderClassName
{
color: #DA7D7E;
}
.AnyTagClassName
{
color: #DA7D7E;
}
</style>
background-color css
<style>
a { background-color: #DA7D7E; }
a { background-color: rgb(218,125,126); }
div.DivClassName
{
background-color: #DA7D7E;
}
.BgClassName
{
background-color: #DA7D7E;
}
</style>
border-color css
<style>
span { border-color: #DA7D7E; }
span { border-color: rgb(218,125,126); }
td.TdClassName
{
border-color: #DA7D7E;
}
.TagClassName
{
border-color: #DA7D7E;
}
</style>