Shades of Froly #DA7580
Tints of Froly #DA7580
RGB
CMYK
RGB Variations
Color information
#DA7580 (or 0xDA7580) is known color: Froly. HEX triplet: DA, 75 and 80. RGB value is (218,117,128). Sum of RGB (Red+Green+Blue) = 218+117+128=463 (61% of max value = 765). Red value is 218 (85.55% from 255 or 47.08% from 463); Green value is 117 (46.09% from 255 or 25.27% from 463); Blue value is 128 (50.39% from 255 or 27.65% from 463); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7580 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA7580 is #258A7F. Grayscale: #949494. Windows color (decimal): -2460288 or 8418778. OLE color: 8418778.
HSL color Cylindrical-coordinate representation of color #DA7580: hue angle of 353.47º 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 #DA7580 is Cyan = 0, Magento = 0.46, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 117 | 128 | - |
| CMYK | 0 | 0.46 | 0.41 | 0.15 |
| HSL | 353.47º | 0.58% | 0.66% | - |
| HSV(B) | 353.47º | 0.46% | 0.85% | - |
| XYZ | 39.17 | 29.19 | 23.99 | - |
| YUV | 148.45 | 116.46 | 177.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 117 | 128 | 0 | 0.46 | 0.41 | 0.15 | 353.47 | 0.58 | 0.66 |
| Hex | DA | 75 | 80 | 0 | 2E | 29 | F | 161 | 3A | 42 |
| Octal | 332 | 165 | 200 | 0 | 56 | 51 | 17 | 541 | 72 | 102 |
| Binary | 11011010 | 1110101 | 10000000 | 0 | 101110 | 101001 | 1111 | 101100001 | 111010 | 1000010 |
Color Harmonies of #DA7580
Complementary color
Monochromatic Colors of #DA7580
Black with #DA7580
Text Example
Text Example
White with #DA7580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA7580; }
p { color: rgb(218,117,128); }
H1.HeaderClassName
{
color: #DA7580;
}
.AnyTagClassName
{
color: #DA7580;
}
</style>
background-color css
<style>
a { background-color: #DA7580; }
a { background-color: rgb(218,117,128); }
div.DivClassName
{
background-color: #DA7580;
}
.BgClassName
{
background-color: #DA7580;
}
</style>
border-color css
<style>
span { border-color: #DA7580; }
span { border-color: rgb(218,117,128); }
td.TdClassName
{
border-color: #DA7580;
}
.TagClassName
{
border-color: #DA7580;
}
</style>