Shades of Froly #DA6673
Tints of Froly #DA6673
RGB
CMYK
RGB Variations
Color information
#DA6673 (or 0xDA6673) is known color: Froly. HEX triplet: DA, 66 and 73. RGB value is (218,102,115). Sum of RGB (Red+Green+Blue) = 218+102+115=435 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.11% from 435); Green value is 102 (40.23% from 255 or 23.45% from 435); Blue value is 115 (45.31% from 255 or 26.44% from 435); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6673 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA6673 is #25998C. Grayscale: #8A8A8A. Windows color (decimal): -2464141 or 7562970. OLE color: 7562970.
HSL color Cylindrical-coordinate representation of color #DA6673: hue angle of 353.28º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DA6673 is Cyan = 0, Magento = 0.53, Yellow = 0.47 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 102 | 115 | - |
| CMYK | 0 | 0.53 | 0.47 | 0.15 |
| HSL | 353.28º | 0.61% | 0.63% | - |
| HSV(B) | 353.28º | 0.53% | 0.85% | - |
| XYZ | 36.76 | 25.65 | 19.23 | - |
| YUV | 138.17 | 114.93 | 184.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 102 | 115 | 0 | 0.53 | 0.47 | 0.15 | 353.28 | 0.61 | 0.63 |
| Hex | DA | 66 | 73 | 0 | 35 | 2F | F | 161 | 3D | 3F |
| Octal | 332 | 146 | 163 | 0 | 65 | 57 | 17 | 541 | 75 | 77 |
| Binary | 11011010 | 1100110 | 1110011 | 0 | 110101 | 101111 | 1111 | 101100001 | 111101 | 111111 |
Color Harmonies of #DA6673
Complementary color
Monochromatic Colors of #DA6673
Black with #DA6673
Text Example
Text Example
White with #DA6673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6673; }
p { color: rgb(218,102,115); }
H1.HeaderClassName
{
color: #DA6673;
}
.AnyTagClassName
{
color: #DA6673;
}
</style>
background-color css
<style>
a { background-color: #DA6673; }
a { background-color: rgb(218,102,115); }
div.DivClassName
{
background-color: #DA6673;
}
.BgClassName
{
background-color: #DA6673;
}
</style>
border-color css
<style>
span { border-color: #DA6673; }
span { border-color: rgb(218,102,115); }
td.TdClassName
{
border-color: #DA6673;
}
.TagClassName
{
border-color: #DA6673;
}
</style>