Shades of Froly #DA6870
Tints of Froly #DA6870
RGB
CMYK
RGB Variations
Color information
#DA6870 (or 0xDA6870) is known color: Froly. HEX triplet: DA, 68 and 70. RGB value is (218,104,112). Sum of RGB (Red+Green+Blue) = 218+104+112=434 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.23% from 434); Green value is 104 (41.02% from 255 or 23.96% from 434); Blue value is 112 (44.14% from 255 or 25.81% from 434); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6870 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA6870 is #25978F. Grayscale: #8B8B8B. Windows color (decimal): -2463632 or 7366874. OLE color: 7366874.
HSL color Cylindrical-coordinate representation of color #DA6870: hue angle of 355.79º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DA6870 is Cyan = 0, Magento = 0.52, Yellow = 0.49 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 104 | 112 | - |
| CMYK | 0 | 0.52 | 0.49 | 0.15 |
| HSL | 355.79º | 0.61% | 0.63% | - |
| HSV(B) | 355.79º | 0.52% | 0.85% | - |
| XYZ | 36.79 | 25.98 | 18.4 | - |
| YUV | 139 | 112.77 | 184.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 104 | 112 | 0 | 0.52 | 0.49 | 0.15 | 355.79 | 0.61 | 0.63 |
| Hex | DA | 68 | 70 | 0 | 34 | 31 | F | 164 | 3D | 3F |
| Octal | 332 | 150 | 160 | 0 | 64 | 61 | 17 | 544 | 75 | 77 |
| Binary | 11011010 | 1101000 | 1110000 | 0 | 110100 | 110001 | 1111 | 101100100 | 111101 | 111111 |
Color Harmonies of #DA6870
Complementary color
Monochromatic Colors of #DA6870
Black with #DA6870
Text Example
Text Example
White with #DA6870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6870; }
p { color: rgb(218,104,112); }
H1.HeaderClassName
{
color: #DA6870;
}
.AnyTagClassName
{
color: #DA6870;
}
</style>
background-color css
<style>
a { background-color: #DA6870; }
a { background-color: rgb(218,104,112); }
div.DivClassName
{
background-color: #DA6870;
}
.BgClassName
{
background-color: #DA6870;
}
</style>
border-color css
<style>
span { border-color: #DA6870; }
span { border-color: rgb(218,104,112); }
td.TdClassName
{
border-color: #DA6870;
}
.TagClassName
{
border-color: #DA6870;
}
</style>