Shades of Froly #DA6170
Tints of Froly #DA6170
RGB
CMYK
RGB Variations
Color information
#DA6170 (or 0xDA6170) is known color: Froly. HEX triplet: DA, 61 and 70. RGB value is (218,97,112). Sum of RGB (Red+Green+Blue) = 218+97+112=427 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.05% from 427); Green value is 97 (38.28% from 255 or 22.72% from 427); Blue value is 112 (44.14% from 255 or 26.23% from 427); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6170 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA6170 is #259E8F. Grayscale: #868686. Windows color (decimal): -2465424 or 7365082. OLE color: 7365082.
HSL color Cylindrical-coordinate representation of color #DA6170: hue angle of 352.56º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DA6170 is Cyan = 0, Magento = 0.56, Yellow = 0.49 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 97 | 112 | - |
| CMYK | 0 | 0.56 | 0.49 | 0.15 |
| HSL | 352.56º | 0.62% | 0.62% | - |
| HSV(B) | 352.56º | 0.56% | 0.85% | - |
| XYZ | 36.11 | 24.62 | 18.18 | - |
| YUV | 134.89 | 115.09 | 187.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 97 | 112 | 0 | 0.56 | 0.49 | 0.15 | 352.56 | 0.62 | 0.62 |
| Hex | DA | 61 | 70 | 0 | 38 | 31 | F | 161 | 3E | 3E |
| Octal | 332 | 141 | 160 | 0 | 70 | 61 | 17 | 541 | 76 | 76 |
| Binary | 11011010 | 1100001 | 1110000 | 0 | 111000 | 110001 | 1111 | 101100001 | 111110 | 111110 |
Color Harmonies of #DA6170
Complementary color
Monochromatic Colors of #DA6170
Black with #DA6170
Text Example
Text Example
White with #DA6170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6170; }
p { color: rgb(218,97,112); }
H1.HeaderClassName
{
color: #DA6170;
}
.AnyTagClassName
{
color: #DA6170;
}
</style>
background-color css
<style>
a { background-color: #DA6170; }
a { background-color: rgb(218,97,112); }
div.DivClassName
{
background-color: #DA6170;
}
.BgClassName
{
background-color: #DA6170;
}
</style>
border-color css
<style>
span { border-color: #DA6170; }
span { border-color: rgb(218,97,112); }
td.TdClassName
{
border-color: #DA6170;
}
.TagClassName
{
border-color: #DA6170;
}
</style>