Shades of Froly #DA757B
Tints of Froly #DA757B
RGB
CMYK
RGB Variations
Color information
#DA757B (or 0xDA757B) is known color: Froly. HEX triplet: DA, 75 and 7B. RGB value is (218,117,123). Sum of RGB (Red+Green+Blue) = 218+117+123=458 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.60% from 458); Green value is 117 (46.09% from 255 or 25.55% from 458); Blue value is 123 (48.44% from 255 or 26.86% from 458); Max value from RGB is 218 - color contains mainly: red. Hex color #DA757B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA757B is #258A84. Grayscale: #939393. Windows color (decimal): -2460293 or 8091098. OLE color: 8091098.
HSL color Cylindrical-coordinate representation of color #DA757B: hue angle of 356.44º 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 #DA757B is Cyan = 0, Magento = 0.46, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 117 | 123 | - |
| CMYK | 0 | 0.46 | 0.44 | 0.15 |
| HSL | 356.44º | 0.58% | 0.66% | - |
| HSV(B) | 356.44º | 0.46% | 0.85% | - |
| XYZ | 38.85 | 29.06 | 22.3 | - |
| YUV | 147.88 | 113.96 | 178.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 117 | 123 | 0 | 0.46 | 0.44 | 0.15 | 356.44 | 0.58 | 0.66 |
| Hex | DA | 75 | 7B | 0 | 2E | 2C | F | 164 | 3A | 42 |
| Octal | 332 | 165 | 173 | 0 | 56 | 54 | 17 | 544 | 72 | 102 |
| Binary | 11011010 | 1110101 | 1111011 | 0 | 101110 | 101100 | 1111 | 101100100 | 111010 | 1000010 |
Color Harmonies of #DA757B
Complementary color
Monochromatic Colors of #DA757B
Black with #DA757B
Text Example
Text Example
White with #DA757B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA757B; }
p { color: rgb(218,117,123); }
H1.HeaderClassName
{
color: #DA757B;
}
.AnyTagClassName
{
color: #DA757B;
}
</style>
background-color css
<style>
a { background-color: #DA757B; }
a { background-color: rgb(218,117,123); }
div.DivClassName
{
background-color: #DA757B;
}
.BgClassName
{
background-color: #DA757B;
}
</style>
border-color css
<style>
span { border-color: #DA757B; }
span { border-color: rgb(218,117,123); }
td.TdClassName
{
border-color: #DA757B;
}
.TagClassName
{
border-color: #DA757B;
}
</style>