Shades of Froly #DA7075
Tints of Froly #DA7075
RGB
CMYK
RGB Variations
Color information
#DA7075 (or 0xDA7075) is known color: Froly. HEX triplet: DA, 70 and 75. RGB value is (218,112,117). Sum of RGB (Red+Green+Blue) = 218+112+117=447 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.77% from 447); Green value is 112 (44.14% from 255 or 25.06% from 447); Blue value is 117 (46.09% from 255 or 26.17% from 447); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7075 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7075 is #258F8A. Grayscale: #909090. Windows color (decimal): -2461579 or 7696602. OLE color: 7696602.
HSL color Cylindrical-coordinate representation of color #DA7075: hue angle of 357.17º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DA7075 is Cyan = 0, Magento = 0.49, Yellow = 0.46 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 112 | 117 | - |
| CMYK | 0 | 0.49 | 0.46 | 0.15 |
| HSL | 357.17º | 0.59% | 0.65% | - |
| HSV(B) | 357.17º | 0.49% | 0.85% | - |
| XYZ | 37.92 | 27.78 | 20.19 | - |
| YUV | 144.26 | 112.62 | 180.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 112 | 117 | 0 | 0.49 | 0.46 | 0.15 | 357.17 | 0.59 | 0.65 |
| Hex | DA | 70 | 75 | 0 | 31 | 2E | F | 165 | 3B | 41 |
| Octal | 332 | 160 | 165 | 0 | 61 | 56 | 17 | 545 | 73 | 101 |
| Binary | 11011010 | 1110000 | 1110101 | 0 | 110001 | 101110 | 1111 | 101100101 | 111011 | 1000001 |
Color Harmonies of #DA7075
Complementary color
Monochromatic Colors of #DA7075
Black with #DA7075
Text Example
Text Example
White with #DA7075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA7075; }
p { color: rgb(218,112,117); }
H1.HeaderClassName
{
color: #DA7075;
}
.AnyTagClassName
{
color: #DA7075;
}
</style>
background-color css
<style>
a { background-color: #DA7075; }
a { background-color: rgb(218,112,117); }
div.DivClassName
{
background-color: #DA7075;
}
.BgClassName
{
background-color: #DA7075;
}
</style>
border-color css
<style>
span { border-color: #DA7075; }
span { border-color: rgb(218,112,117); }
td.TdClassName
{
border-color: #DA7075;
}
.TagClassName
{
border-color: #DA7075;
}
</style>