Shades of Froly #DA626A
Tints of Froly #DA626A
RGB
CMYK
RGB Variations
Color information
#DA626A (or 0xDA626A) is known color: Froly. HEX triplet: DA, 62 and 6A. RGB value is (218,98,106). Sum of RGB (Red+Green+Blue) = 218+98+106=422 (55% of max value = 765). Red value is 218 (85.55% from 255 or 51.66% from 422); Green value is 98 (38.67% from 255 or 23.22% from 422); Blue value is 106 (41.80% from 255 or 25.12% from 422); Max value from RGB is 218 - color contains mainly: red. Hex color #DA626A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA626A is #259D95. Grayscale: #868686. Windows color (decimal): -2465174 or 6972122. OLE color: 6972122.
HSL color Cylindrical-coordinate representation of color #DA626A: hue angle of 356º 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 #DA626A is Cyan = 0, Magento = 0.55, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 98 | 106 | - |
| CMYK | 0 | 0.55 | 0.51 | 0.15 |
| HSL | 356º | 0.62% | 0.62% | - |
| HSV(B) | 356º | 0.55% | 0.85% | - |
| XYZ | 35.88 | 24.68 | 16.51 | - |
| YUV | 134.79 | 111.76 | 187.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 98 | 106 | 0 | 0.55 | 0.51 | 0.15 | 356 | 0.62 | 0.62 |
| Hex | DA | 62 | 6A | 0 | 37 | 33 | F | 164 | 3E | 3E |
| Octal | 332 | 142 | 152 | 0 | 67 | 63 | 17 | 544 | 76 | 76 |
| Binary | 11011010 | 1100010 | 1101010 | 0 | 110111 | 110011 | 1111 | 101100100 | 111110 | 111110 |
Color Harmonies of #DA626A
Complementary color
Monochromatic Colors of #DA626A
Black with #DA626A
Text Example
Text Example
White with #DA626A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA626A; }
p { color: rgb(218,98,106); }
H1.HeaderClassName
{
color: #DA626A;
}
.AnyTagClassName
{
color: #DA626A;
}
</style>
background-color css
<style>
a { background-color: #DA626A; }
a { background-color: rgb(218,98,106); }
div.DivClassName
{
background-color: #DA626A;
}
.BgClassName
{
background-color: #DA626A;
}
</style>
border-color css
<style>
span { border-color: #DA626A; }
span { border-color: rgb(218,98,106); }
td.TdClassName
{
border-color: #DA626A;
}
.TagClassName
{
border-color: #DA626A;
}
</style>