Shades of Froly #DA777D
Tints of Froly #DA777D
RGB
CMYK
RGB Variations
Color information
#DA777D (or 0xDA777D) is known color: Froly. HEX triplet: DA, 77 and 7D. RGB value is (218,119,125). Sum of RGB (Red+Green+Blue) = 218+119+125=462 (61% of max value = 765). Red value is 218 (85.55% from 255 or 47.19% from 462); Green value is 119 (46.88% from 255 or 25.76% from 462); Blue value is 125 (49.22% from 255 or 27.06% from 462); Max value from RGB is 218 - color contains mainly: red. Hex color #DA777D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA777D is #258882. Grayscale: #959595. Windows color (decimal): -2459779 or 8222682. OLE color: 8222682.
HSL color Cylindrical-coordinate representation of color #DA777D: hue angle of 356.36º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DA777D is Cyan = 0, Magento = 0.45, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 119 | 125 | - |
| CMYK | 0 | 0.45 | 0.43 | 0.15 |
| HSL | 356.36º | 0.57% | 0.66% | - |
| HSV(B) | 356.36º | 0.45% | 0.85% | - |
| XYZ | 39.21 | 29.58 | 23.04 | - |
| YUV | 149.29 | 114.3 | 177.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 119 | 125 | 0 | 0.45 | 0.43 | 0.15 | 356.36 | 0.57 | 0.66 |
| Hex | DA | 77 | 7D | 0 | 2D | 2B | F | 164 | 39 | 42 |
| Octal | 332 | 167 | 175 | 0 | 55 | 53 | 17 | 544 | 71 | 102 |
| Binary | 11011010 | 1110111 | 1111101 | 0 | 101101 | 101011 | 1111 | 101100100 | 111001 | 1000010 |
Color Harmonies of #DA777D
Complementary color
Monochromatic Colors of #DA777D
Black with #DA777D
Text Example
Text Example
White with #DA777D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA777D; }
p { color: rgb(218,119,125); }
H1.HeaderClassName
{
color: #DA777D;
}
.AnyTagClassName
{
color: #DA777D;
}
</style>
background-color css
<style>
a { background-color: #DA777D; }
a { background-color: rgb(218,119,125); }
div.DivClassName
{
background-color: #DA777D;
}
.BgClassName
{
background-color: #DA777D;
}
</style>
border-color css
<style>
span { border-color: #DA777D; }
span { border-color: rgb(218,119,125); }
td.TdClassName
{
border-color: #DA777D;
}
.TagClassName
{
border-color: #DA777D;
}
</style>