Shades of Froly #DA757E
Tints of Froly #DA757E
RGB
CMYK
RGB Variations
Color information
#DA757E (or 0xDA757E) is known color: Froly. HEX triplet: DA, 75 and 7E. RGB value is (218,117,126). Sum of RGB (Red+Green+Blue) = 218+117+126=461 (61% of max value = 765). Red value is 218 (85.55% from 255 or 47.29% from 461); Green value is 117 (46.09% from 255 or 25.38% from 461); Blue value is 126 (49.61% from 255 or 27.33% from 461); Max value from RGB is 218 - color contains mainly: red. Hex color #DA757E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA757E is #258A81. Grayscale: #949494. Windows color (decimal): -2460290 or 8287706. OLE color: 8287706.
HSL color Cylindrical-coordinate representation of color #DA757E: hue angle of 354.65º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DA757E is Cyan = 0, Magento = 0.46, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 117 | 126 | - |
| CMYK | 0 | 0.46 | 0.42 | 0.15 |
| HSL | 354.65º | 0.58% | 0.66% | - |
| HSV(B) | 354.65º | 0.46% | 0.85% | - |
| XYZ | 39.04 | 29.13 | 23.3 | - |
| YUV | 148.23 | 115.46 | 177.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 117 | 126 | 0 | 0.46 | 0.42 | 0.15 | 354.65 | 0.58 | 0.66 |
| Hex | DA | 75 | 7E | 0 | 2E | 2A | F | 163 | 3A | 42 |
| Octal | 332 | 165 | 176 | 0 | 56 | 52 | 17 | 543 | 72 | 102 |
| Binary | 11011010 | 1110101 | 1111110 | 0 | 101110 | 101010 | 1111 | 101100011 | 111010 | 1000010 |
Color Harmonies of #DA757E
Complementary color
Monochromatic Colors of #DA757E
Black with #DA757E
Text Example
Text Example
White with #DA757E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA757E; }
p { color: rgb(218,117,126); }
H1.HeaderClassName
{
color: #DA757E;
}
.AnyTagClassName
{
color: #DA757E;
}
</style>
background-color css
<style>
a { background-color: #DA757E; }
a { background-color: rgb(218,117,126); }
div.DivClassName
{
background-color: #DA757E;
}
.BgClassName
{
background-color: #DA757E;
}
</style>
border-color css
<style>
span { border-color: #DA757E; }
span { border-color: rgb(218,117,126); }
td.TdClassName
{
border-color: #DA757E;
}
.TagClassName
{
border-color: #DA757E;
}
</style>