Shades of Froly #DA6A72
Tints of Froly #DA6A72
RGB
CMYK
RGB Variations
Color information
#DA6A72 (or 0xDA6A72) is known color: Froly. HEX triplet: DA, 6A and 72. RGB value is (218,106,114). Sum of RGB (Red+Green+Blue) = 218+106+114=438 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.77% from 438); Green value is 106 (41.80% from 255 or 24.20% from 438); Blue value is 114 (44.92% from 255 or 26.03% from 438); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6A72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA6A72 is #25958D. Grayscale: #8C8C8C. Windows color (decimal): -2463118 or 7498458. OLE color: 7498458.
HSL color Cylindrical-coordinate representation of color #DA6A72: hue angle of 355.71º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DA6A72 is Cyan = 0, Magento = 0.51, Yellow = 0.48 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 106 | 114 | - |
| CMYK | 0 | 0.51 | 0.48 | 0.15 |
| HSL | 355.71º | 0.6% | 0.64% | - |
| HSV(B) | 355.71º | 0.51% | 0.85% | - |
| XYZ | 37.1 | 26.43 | 19.07 | - |
| YUV | 140.4 | 113.11 | 183.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 106 | 114 | 0 | 0.51 | 0.48 | 0.15 | 355.71 | 0.6 | 0.64 |
| Hex | DA | 6A | 72 | 0 | 33 | 30 | F | 164 | 3C | 40 |
| Octal | 332 | 152 | 162 | 0 | 63 | 60 | 17 | 544 | 74 | 100 |
| Binary | 11011010 | 1101010 | 1110010 | 0 | 110011 | 110000 | 1111 | 101100100 | 111100 | 1000000 |
Color Harmonies of #DA6A72
Complementary color
Monochromatic Colors of #DA6A72
Black with #DA6A72
Text Example
Text Example
White with #DA6A72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6A72; }
p { color: rgb(218,106,114); }
H1.HeaderClassName
{
color: #DA6A72;
}
.AnyTagClassName
{
color: #DA6A72;
}
</style>
background-color css
<style>
a { background-color: #DA6A72; }
a { background-color: rgb(218,106,114); }
div.DivClassName
{
background-color: #DA6A72;
}
.BgClassName
{
background-color: #DA6A72;
}
</style>
border-color css
<style>
span { border-color: #DA6A72; }
span { border-color: rgb(218,106,114); }
td.TdClassName
{
border-color: #DA6A72;
}
.TagClassName
{
border-color: #DA6A72;
}
</style>