Shades of Froly #DA657A
Tints of Froly #DA657A
RGB
CMYK
RGB Variations
Color information
#DA657A (or 0xDA657A) is known color: Froly. HEX triplet: DA, 65 and 7A. RGB value is (218,101,122). Sum of RGB (Red+Green+Blue) = 218+101+122=441 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.43% from 441); Green value is 101 (39.84% from 255 or 22.90% from 441); Blue value is 122 (48.05% from 255 or 27.66% from 441); Max value from RGB is 218 - color contains mainly: red. Hex color #DA657A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA657A is #259A85. Grayscale: #8A8A8A. Windows color (decimal): -2464390 or 8021466. OLE color: 8021466.
HSL color Cylindrical-coordinate representation of color #DA657A: hue angle of 349.23º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DA657A is Cyan = 0, Magento = 0.54, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 101 | 122 | - |
| CMYK | 0 | 0.54 | 0.44 | 0.15 |
| HSL | 349.23º | 0.61% | 0.63% | - |
| HSV(B) | 349.23º | 0.54% | 0.85% | - |
| XYZ | 37.08 | 25.62 | 21.4 | - |
| YUV | 138.38 | 118.76 | 184.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 101 | 122 | 0 | 0.54 | 0.44 | 0.15 | 349.23 | 0.61 | 0.63 |
| Hex | DA | 65 | 7A | 0 | 36 | 2C | F | 15D | 3D | 3F |
| Octal | 332 | 145 | 172 | 0 | 66 | 54 | 17 | 535 | 75 | 77 |
| Binary | 11011010 | 1100101 | 1111010 | 0 | 110110 | 101100 | 1111 | 101011101 | 111101 | 111111 |
Color Harmonies of #DA657A
Complementary color
Monochromatic Colors of #DA657A
Black with #DA657A
Text Example
Text Example
White with #DA657A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA657A; }
p { color: rgb(218,101,122); }
H1.HeaderClassName
{
color: #DA657A;
}
.AnyTagClassName
{
color: #DA657A;
}
</style>
background-color css
<style>
a { background-color: #DA657A; }
a { background-color: rgb(218,101,122); }
div.DivClassName
{
background-color: #DA657A;
}
.BgClassName
{
background-color: #DA657A;
}
</style>
border-color css
<style>
span { border-color: #DA657A; }
span { border-color: rgb(218,101,122); }
td.TdClassName
{
border-color: #DA657A;
}
.TagClassName
{
border-color: #DA657A;
}
</style>