Shades of Froly #DA6472
Tints of Froly #DA6472
RGB
CMYK
RGB Variations
Color information
#DA6472 (or 0xDA6472) is known color: Froly. HEX triplet: DA, 64 and 72. RGB value is (218,100,114). Sum of RGB (Red+Green+Blue) = 218+100+114=432 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.46% from 432); Green value is 100 (39.45% from 255 or 23.15% from 432); Blue value is 114 (44.92% from 255 or 26.39% from 432); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6472 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA6472 is #259B8D. Grayscale: #888888. Windows color (decimal): -2464654 or 7496922. OLE color: 7496922.
HSL color Cylindrical-coordinate representation of color #DA6472: hue angle of 352.88º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DA6472 is Cyan = 0, Magento = 0.54, Yellow = 0.48 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 100 | 114 | - |
| CMYK | 0 | 0.54 | 0.48 | 0.15 |
| HSL | 352.88º | 0.61% | 0.62% | - |
| HSV(B) | 352.88º | 0.54% | 0.85% | - |
| XYZ | 36.51 | 25.23 | 18.87 | - |
| YUV | 136.88 | 115.09 | 185.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 100 | 114 | 0 | 0.54 | 0.48 | 0.15 | 352.88 | 0.61 | 0.62 |
| Hex | DA | 64 | 72 | 0 | 36 | 30 | F | 161 | 3D | 3E |
| Octal | 332 | 144 | 162 | 0 | 66 | 60 | 17 | 541 | 75 | 76 |
| Binary | 11011010 | 1100100 | 1110010 | 0 | 110110 | 110000 | 1111 | 101100001 | 111101 | 111110 |
Color Harmonies of #DA6472
Complementary color
Monochromatic Colors of #DA6472
Black with #DA6472
Text Example
Text Example
White with #DA6472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6472; }
p { color: rgb(218,100,114); }
H1.HeaderClassName
{
color: #DA6472;
}
.AnyTagClassName
{
color: #DA6472;
}
</style>
background-color css
<style>
a { background-color: #DA6472; }
a { background-color: rgb(218,100,114); }
div.DivClassName
{
background-color: #DA6472;
}
.BgClassName
{
background-color: #DA6472;
}
</style>
border-color css
<style>
span { border-color: #DA6472; }
span { border-color: rgb(218,100,114); }
td.TdClassName
{
border-color: #DA6472;
}
.TagClassName
{
border-color: #DA6472;
}
</style>