Shades of Froly #DA667C
Tints of Froly #DA667C
RGB
CMYK
RGB Variations
Color information
#DA667C (or 0xDA667C) is known color: Froly. HEX triplet: DA, 66 and 7C. RGB value is (218,102,124). Sum of RGB (Red+Green+Blue) = 218+102+124=444 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.10% from 444); Green value is 102 (40.23% from 255 or 22.97% from 444); Blue value is 124 (48.83% from 255 or 27.93% from 444); Max value from RGB is 218 - color contains mainly: red. Hex color #DA667C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA667C is #259983. Grayscale: #8B8B8B. Windows color (decimal): -2464132 or 8152794. OLE color: 8152794.
HSL color Cylindrical-coordinate representation of color #DA667C: hue angle of 348.62º 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 #DA667C is Cyan = 0, Magento = 0.53, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 102 | 124 | - |
| CMYK | 0 | 0.53 | 0.43 | 0.15 |
| HSL | 348.62º | 0.61% | 0.63% | - |
| HSV(B) | 348.62º | 0.53% | 0.85% | - |
| XYZ | 37.3 | 25.86 | 22.09 | - |
| YUV | 139.19 | 119.43 | 184.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 102 | 124 | 0 | 0.53 | 0.43 | 0.15 | 348.62 | 0.61 | 0.63 |
| Hex | DA | 66 | 7C | 0 | 35 | 2B | F | 15D | 3D | 3F |
| Octal | 332 | 146 | 174 | 0 | 65 | 53 | 17 | 535 | 75 | 77 |
| Binary | 11011010 | 1100110 | 1111100 | 0 | 110101 | 101011 | 1111 | 101011101 | 111101 | 111111 |
Color Harmonies of #DA667C
Complementary color
Monochromatic Colors of #DA667C
Black with #DA667C
Text Example
Text Example
White with #DA667C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA667C; }
p { color: rgb(218,102,124); }
H1.HeaderClassName
{
color: #DA667C;
}
.AnyTagClassName
{
color: #DA667C;
}
</style>
background-color css
<style>
a { background-color: #DA667C; }
a { background-color: rgb(218,102,124); }
div.DivClassName
{
background-color: #DA667C;
}
.BgClassName
{
background-color: #DA667C;
}
</style>
border-color css
<style>
span { border-color: #DA667C; }
span { border-color: rgb(218,102,124); }
td.TdClassName
{
border-color: #DA667C;
}
.TagClassName
{
border-color: #DA667C;
}
</style>