Shades of Froly #DA7078
Tints of Froly #DA7078
RGB
CMYK
RGB Variations
Color information
#DA7078 (or 0xDA7078) is known color: Froly. HEX triplet: DA, 70 and 78. RGB value is (218,112,120). Sum of RGB (Red+Green+Blue) = 218+112+120=450 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.44% from 450); Green value is 112 (44.14% from 255 or 24.89% from 450); Blue value is 120 (47.27% from 255 or 26.67% from 450); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7078 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7078 is #258F87. Grayscale: #909090. Windows color (decimal): -2461576 or 7893210. OLE color: 7893210.
HSL color Cylindrical-coordinate representation of color #DA7078: hue angle of 355.47º 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 #DA7078 is Cyan = 0, Magento = 0.49, Yellow = 0.45 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 112 | 120 | - |
| CMYK | 0 | 0.49 | 0.45 | 0.15 |
| HSL | 355.47º | 0.59% | 0.65% | - |
| HSV(B) | 355.47º | 0.49% | 0.85% | - |
| XYZ | 38.1 | 27.85 | 21.14 | - |
| YUV | 144.61 | 114.12 | 180.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 112 | 120 | 0 | 0.49 | 0.45 | 0.15 | 355.47 | 0.59 | 0.65 |
| Hex | DA | 70 | 78 | 0 | 31 | 2D | F | 163 | 3B | 41 |
| Octal | 332 | 160 | 170 | 0 | 61 | 55 | 17 | 543 | 73 | 101 |
| Binary | 11011010 | 1110000 | 1111000 | 0 | 110001 | 101101 | 1111 | 101100011 | 111011 | 1000001 |
Color Harmonies of #DA7078
Complementary color
Monochromatic Colors of #DA7078
Black with #DA7078
Text Example
Text Example
White with #DA7078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA7078; }
p { color: rgb(218,112,120); }
H1.HeaderClassName
{
color: #DA7078;
}
.AnyTagClassName
{
color: #DA7078;
}
</style>
background-color css
<style>
a { background-color: #DA7078; }
a { background-color: rgb(218,112,120); }
div.DivClassName
{
background-color: #DA7078;
}
.BgClassName
{
background-color: #DA7078;
}
</style>
border-color css
<style>
span { border-color: #DA7078; }
span { border-color: rgb(218,112,120); }
td.TdClassName
{
border-color: #DA7078;
}
.TagClassName
{
border-color: #DA7078;
}
</style>