Shades of Hopbush #DA659E
Tints of Hopbush #DA659E
RGB
CMYK
RGB Variations
Color information
#DA659E (or 0xDA659E) is known color: Hopbush. HEX triplet: DA, 65 and 9E. RGB value is (218,101,158). Sum of RGB (Red+Green+Blue) = 218+101+158=477 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.70% from 477); Green value is 101 (39.84% from 255 or 21.17% from 477); Blue value is 158 (62.11% from 255 or 33.12% from 477); Max value from RGB is 218 - color contains mainly: red. Hex color #DA659E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA659E is #259A61. Grayscale: #8E8E8E. Windows color (decimal): -2464354 or 10380762. OLE color: 10380762.
HSL color Cylindrical-coordinate representation of color #DA659E: hue angle of 330.77º 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 #DA659E is Cyan = 0, Magento = 0.54, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 101 | 158 | - |
| CMYK | 0 | 0.54 | 0.28 | 0.15 |
| HSL | 330.77º | 0.61% | 0.63% | - |
| HSV(B) | 330.77º | 0.54% | 0.85% | - |
| XYZ | 39.74 | 26.68 | 35.4 | - |
| YUV | 142.48 | 136.76 | 181.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 101 | 158 | 0 | 0.54 | 0.28 | 0.15 | 330.77 | 0.61 | 0.63 |
| Hex | DA | 65 | 9E | 0 | 36 | 1C | F | 14B | 3D | 3F |
| Octal | 332 | 145 | 236 | 0 | 66 | 34 | 17 | 513 | 75 | 77 |
| Binary | 11011010 | 1100101 | 10011110 | 0 | 110110 | 11100 | 1111 | 101001011 | 111101 | 111111 |
Color Harmonies of #DA659E
Complementary color
Monochromatic Colors of #DA659E
Black with #DA659E
Text Example
Text Example
White with #DA659E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA659E; }
p { color: rgb(218,101,158); }
H1.HeaderClassName
{
color: #DA659E;
}
.AnyTagClassName
{
color: #DA659E;
}
</style>
background-color css
<style>
a { background-color: #DA659E; }
a { background-color: rgb(218,101,158); }
div.DivClassName
{
background-color: #DA659E;
}
.BgClassName
{
background-color: #DA659E;
}
</style>
border-color css
<style>
span { border-color: #DA659E; }
span { border-color: rgb(218,101,158); }
td.TdClassName
{
border-color: #DA659E;
}
.TagClassName
{
border-color: #DA659E;
}
</style>