Shades of Hopbush #DA65A9
Tints of Hopbush #DA65A9
RGB
CMYK
RGB Variations
Color information
#DA65A9 (or 0xDA65A9) is known color: Hopbush. HEX triplet: DA, 65 and A9. RGB value is (218,101,169). Sum of RGB (Red+Green+Blue) = 218+101+169=488 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.67% from 488); Green value is 101 (39.84% from 255 or 20.70% from 488); Blue value is 169 (66.41% from 255 or 34.63% from 488); Max value from RGB is 218 - color contains mainly: red. Hex color #DA65A9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA65A9 is #259A56. Grayscale: #8F8F8F. Windows color (decimal): -2464343 or 11101658. OLE color: 11101658.
HSL color Cylindrical-coordinate representation of color #DA65A9: hue angle of 325.13º 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 #DA65A9 is Cyan = 0, Magento = 0.54, Yellow = 0.22 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 101 | 169 | - |
| CMYK | 0 | 0.54 | 0.22 | 0.15 |
| HSL | 325.13º | 0.61% | 0.63% | - |
| HSV(B) | 325.13º | 0.54% | 0.85% | - |
| XYZ | 40.73 | 27.08 | 40.62 | - |
| YUV | 143.74 | 142.26 | 180.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 101 | 169 | 0 | 0.54 | 0.22 | 0.15 | 325.13 | 0.61 | 0.63 |
| Hex | DA | 65 | A9 | 0 | 36 | 16 | F | 145 | 3D | 3F |
| Octal | 332 | 145 | 251 | 0 | 66 | 26 | 17 | 505 | 75 | 77 |
| Binary | 11011010 | 1100101 | 10101001 | 0 | 110110 | 10110 | 1111 | 101000101 | 111101 | 111111 |
Color Harmonies of #DA65A9
Complementary color
Monochromatic Colors of #DA65A9
Black with #DA65A9
Text Example
Text Example
White with #DA65A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA65A9; }
p { color: rgb(218,101,169); }
H1.HeaderClassName
{
color: #DA65A9;
}
.AnyTagClassName
{
color: #DA65A9;
}
</style>
background-color css
<style>
a { background-color: #DA65A9; }
a { background-color: rgb(218,101,169); }
div.DivClassName
{
background-color: #DA65A9;
}
.BgClassName
{
background-color: #DA65A9;
}
</style>
border-color css
<style>
span { border-color: #DA65A9; }
span { border-color: rgb(218,101,169); }
td.TdClassName
{
border-color: #DA65A9;
}
.TagClassName
{
border-color: #DA65A9;
}
</style>