Shades of Hopbush #DA65A8
Tints of Hopbush #DA65A8
RGB
CMYK
RGB Variations
Color information
#DA65A8 (or 0xDA65A8) is known color: Hopbush. HEX triplet: DA, 65 and A8. RGB value is (218,101,168). Sum of RGB (Red+Green+Blue) = 218+101+168=487 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.76% from 487); Green value is 101 (39.84% from 255 or 20.74% from 487); Blue value is 168 (66.02% from 255 or 34.50% from 487); Max value from RGB is 218 - color contains mainly: red. Hex color #DA65A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA65A8 is #259A57. Grayscale: #8F8F8F. Windows color (decimal): -2464344 or 11036122. OLE color: 11036122.
HSL color Cylindrical-coordinate representation of color #DA65A8: hue angle of 325.64º 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 #DA65A8 is Cyan = 0, Magento = 0.54, Yellow = 0.23 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 101 | 168 | - |
| CMYK | 0 | 0.54 | 0.23 | 0.15 |
| HSL | 325.64º | 0.61% | 0.63% | - |
| HSV(B) | 325.64º | 0.54% | 0.85% | - |
| XYZ | 40.64 | 27.04 | 40.12 | - |
| YUV | 143.62 | 141.76 | 181.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 101 | 168 | 0 | 0.54 | 0.23 | 0.15 | 325.64 | 0.61 | 0.63 |
| Hex | DA | 65 | A8 | 0 | 36 | 17 | F | 146 | 3D | 3F |
| Octal | 332 | 145 | 250 | 0 | 66 | 27 | 17 | 506 | 75 | 77 |
| Binary | 11011010 | 1100101 | 10101000 | 0 | 110110 | 10111 | 1111 | 101000110 | 111101 | 111111 |
Color Harmonies of #DA65A8
Complementary color
Monochromatic Colors of #DA65A8
Black with #DA65A8
Text Example
Text Example
White with #DA65A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA65A8; }
p { color: rgb(218,101,168); }
H1.HeaderClassName
{
color: #DA65A8;
}
.AnyTagClassName
{
color: #DA65A8;
}
</style>
background-color css
<style>
a { background-color: #DA65A8; }
a { background-color: rgb(218,101,168); }
div.DivClassName
{
background-color: #DA65A8;
}
.BgClassName
{
background-color: #DA65A8;
}
</style>
border-color css
<style>
span { border-color: #DA65A8; }
span { border-color: rgb(218,101,168); }
td.TdClassName
{
border-color: #DA65A8;
}
.TagClassName
{
border-color: #DA65A8;
}
</style>