Shades of Froly #DA6166
Tints of Froly #DA6166
RGB
CMYK
RGB Variations
Color information
#DA6166 (or 0xDA6166) is known color: Froly. HEX triplet: DA, 61 and 66. RGB value is (218,97,102). Sum of RGB (Red+Green+Blue) = 218+97+102=417 (55% of max value = 765). Red value is 218 (85.55% from 255 or 52.28% from 417); Green value is 97 (38.28% from 255 or 23.26% from 417); Blue value is 102 (40.23% from 255 or 24.46% from 417); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6166 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA6166 is #259E99. Grayscale: #858585. Windows color (decimal): -2465434 or 6709722. OLE color: 6709722.
HSL color Cylindrical-coordinate representation of color #DA6166: hue angle of 357.52º 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 #DA6166 is Cyan = 0, Magento = 0.56, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 97 | 102 | - |
| CMYK | 0 | 0.56 | 0.53 | 0.15 |
| HSL | 357.52º | 0.62% | 0.62% | - |
| HSV(B) | 357.52º | 0.56% | 0.85% | - |
| XYZ | 35.59 | 24.41 | 15.41 | - |
| YUV | 133.75 | 110.09 | 188.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 97 | 102 | 0 | 0.56 | 0.53 | 0.15 | 357.52 | 0.62 | 0.62 |
| Hex | DA | 61 | 66 | 0 | 38 | 35 | F | 166 | 3E | 3E |
| Octal | 332 | 141 | 146 | 0 | 70 | 65 | 17 | 546 | 76 | 76 |
| Binary | 11011010 | 1100001 | 1100110 | 0 | 111000 | 110101 | 1111 | 101100110 | 111110 | 111110 |
Color Harmonies of #DA6166
Complementary color
Monochromatic Colors of #DA6166
Black with #DA6166
Text Example
Text Example
White with #DA6166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6166; }
p { color: rgb(218,97,102); }
H1.HeaderClassName
{
color: #DA6166;
}
.AnyTagClassName
{
color: #DA6166;
}
</style>
background-color css
<style>
a { background-color: #DA6166; }
a { background-color: rgb(218,97,102); }
div.DivClassName
{
background-color: #DA6166;
}
.BgClassName
{
background-color: #DA6166;
}
</style>
border-color css
<style>
span { border-color: #DA6166; }
span { border-color: rgb(218,97,102); }
td.TdClassName
{
border-color: #DA6166;
}
.TagClassName
{
border-color: #DA6166;
}
</style>