Shades of Froly #DA626C
Tints of Froly #DA626C
RGB
CMYK
RGB Variations
Color information
#DA626C (or 0xDA626C) is known color: Froly. HEX triplet: DA, 62 and 6C. RGB value is (218,98,108). Sum of RGB (Red+Green+Blue) = 218+98+108=424 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.42% from 424); Green value is 98 (38.67% from 255 or 23.11% from 424); Blue value is 108 (42.58% from 255 or 25.47% from 424); Max value from RGB is 218 - color contains mainly: red. Hex color #DA626C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA626C is #259D93. Grayscale: #878787. Windows color (decimal): -2465172 or 7103194. OLE color: 7103194.
HSL color Cylindrical-coordinate representation of color #DA626C: hue angle of 355º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DA626C is Cyan = 0, Magento = 0.55, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 98 | 108 | - |
| CMYK | 0 | 0.55 | 0.50 | 0.15 |
| HSL | 355º | 0.62% | 0.62% | - |
| HSV(B) | 355º | 0.55% | 0.85% | - |
| XYZ | 35.99 | 24.72 | 17.06 | - |
| YUV | 135.02 | 112.76 | 187.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 98 | 108 | 0 | 0.55 | 0.50 | 0.15 | 355 | 0.62 | 0.62 |
| Hex | DA | 62 | 6C | 0 | 37 | 32 | F | 163 | 3E | 3E |
| Octal | 332 | 142 | 154 | 0 | 67 | 62 | 17 | 543 | 76 | 76 |
| Binary | 11011010 | 1100010 | 1101100 | 0 | 110111 | 110010 | 1111 | 101100011 | 111110 | 111110 |
Color Harmonies of #DA626C
Complementary color
Monochromatic Colors of #DA626C
Black with #DA626C
Text Example
Text Example
White with #DA626C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA626C; }
p { color: rgb(218,98,108); }
H1.HeaderClassName
{
color: #DA626C;
}
.AnyTagClassName
{
color: #DA626C;
}
</style>
background-color css
<style>
a { background-color: #DA626C; }
a { background-color: rgb(218,98,108); }
div.DivClassName
{
background-color: #DA626C;
}
.BgClassName
{
background-color: #DA626C;
}
</style>
border-color css
<style>
span { border-color: #DA626C; }
span { border-color: rgb(218,98,108); }
td.TdClassName
{
border-color: #DA626C;
}
.TagClassName
{
border-color: #DA626C;
}
</style>