Shades of Froly #DA667B
Tints of Froly #DA667B
RGB
CMYK
RGB Variations
Color information
#DA667B (or 0xDA667B) is known color: Froly. HEX triplet: DA, 66 and 7B. RGB value is (218,102,123). Sum of RGB (Red+Green+Blue) = 218+102+123=443 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.21% from 443); Green value is 102 (40.23% from 255 or 23.02% from 443); Blue value is 123 (48.44% from 255 or 27.77% from 443); Max value from RGB is 218 - color contains mainly: red. Hex color #DA667B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA667B is #259984. Grayscale: #8B8B8B. Windows color (decimal): -2464133 or 8087258. OLE color: 8087258.
HSL color Cylindrical-coordinate representation of color #DA667B: hue angle of 349.14º 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 #DA667B is Cyan = 0, Magento = 0.53, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 102 | 123 | - |
| CMYK | 0 | 0.53 | 0.44 | 0.15 |
| HSL | 349.14º | 0.61% | 0.63% | - |
| HSV(B) | 349.14º | 0.53% | 0.85% | - |
| XYZ | 37.24 | 25.84 | 21.76 | - |
| YUV | 139.08 | 118.93 | 184.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 102 | 123 | 0 | 0.53 | 0.44 | 0.15 | 349.14 | 0.61 | 0.63 |
| Hex | DA | 66 | 7B | 0 | 35 | 2C | F | 15D | 3D | 3F |
| Octal | 332 | 146 | 173 | 0 | 65 | 54 | 17 | 535 | 75 | 77 |
| Binary | 11011010 | 1100110 | 1111011 | 0 | 110101 | 101100 | 1111 | 101011101 | 111101 | 111111 |
Color Harmonies of #DA667B
Complementary color
Monochromatic Colors of #DA667B
Black with #DA667B
Text Example
Text Example
White with #DA667B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA667B; }
p { color: rgb(218,102,123); }
H1.HeaderClassName
{
color: #DA667B;
}
.AnyTagClassName
{
color: #DA667B;
}
</style>
background-color css
<style>
a { background-color: #DA667B; }
a { background-color: rgb(218,102,123); }
div.DivClassName
{
background-color: #DA667B;
}
.BgClassName
{
background-color: #DA667B;
}
</style>
border-color css
<style>
span { border-color: #DA667B; }
span { border-color: rgb(218,102,123); }
td.TdClassName
{
border-color: #DA667B;
}
.TagClassName
{
border-color: #DA667B;
}
</style>