Shades of Froly #DA7C7E
Tints of Froly #DA7C7E
RGB
CMYK
RGB Variations
Color information
#DA7C7E (or 0xDA7C7E) is known color: Froly. HEX triplet: DA, 7C and 7E. RGB value is (218,124,126). Sum of RGB (Red+Green+Blue) = 218+124+126=468 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.58% from 468); Green value is 124 (48.83% from 255 or 26.50% from 468); Blue value is 126 (49.61% from 255 or 26.92% from 468); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7C7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7C7E is #258381. Grayscale: #989898. Windows color (decimal): -2458498 or 8289498. OLE color: 8289498.
HSL color Cylindrical-coordinate representation of color #DA7C7E: hue angle of 358.72º 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 #DA7C7E is Cyan = 0, Magento = 0.43, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 124 | 126 | - |
| CMYK | 0 | 0.43 | 0.42 | 0.15 |
| HSL | 358.72º | 0.56% | 0.67% | - |
| HSV(B) | 358.72º | 0.43% | 0.85% | - |
| XYZ | 39.89 | 30.83 | 23.59 | - |
| YUV | 152.33 | 113.14 | 174.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 124 | 126 | 0 | 0.43 | 0.42 | 0.15 | 358.72 | 0.56 | 0.67 |
| Hex | DA | 7C | 7E | 0 | 2B | 2A | F | 167 | 38 | 43 |
| Octal | 332 | 174 | 176 | 0 | 53 | 52 | 17 | 547 | 70 | 103 |
| Binary | 11011010 | 1111100 | 1111110 | 0 | 101011 | 101010 | 1111 | 101100111 | 111000 | 1000011 |
Color Harmonies of #DA7C7E
Complementary color
Monochromatic Colors of #DA7C7E
Black with #DA7C7E
Text Example
Text Example
White with #DA7C7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA7C7E; }
p { color: rgb(218,124,126); }
H1.HeaderClassName
{
color: #DA7C7E;
}
.AnyTagClassName
{
color: #DA7C7E;
}
</style>
background-color css
<style>
a { background-color: #DA7C7E; }
a { background-color: rgb(218,124,126); }
div.DivClassName
{
background-color: #DA7C7E;
}
.BgClassName
{
background-color: #DA7C7E;
}
</style>
border-color css
<style>
span { border-color: #DA7C7E; }
span { border-color: rgb(218,124,126); }
td.TdClassName
{
border-color: #DA7C7E;
}
.TagClassName
{
border-color: #DA7C7E;
}
</style>