Shades of Hopbush #DA64AB
Tints of Hopbush #DA64AB
RGB
CMYK
RGB Variations
Color information
#DA64AB (or 0xDA64AB) is known color: Hopbush. HEX triplet: DA, 64 and AB. RGB value is (218,100,171). Sum of RGB (Red+Green+Blue) = 218+100+171=489 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.58% from 489); Green value is 100 (39.45% from 255 or 20.45% from 489); Blue value is 171 (67.19% from 255 or 34.97% from 489); Max value from RGB is 218 - color contains mainly: red. Hex color #DA64AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA64AB is #259B54. Grayscale: #8F8F8F. Windows color (decimal): -2464597 or 11232474. OLE color: 11232474.
HSL color Cylindrical-coordinate representation of color #DA64AB: hue angle of 323.9º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DA64AB is Cyan = 0, Magento = 0.54, Yellow = 0.22 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 100 | 171 | - |
| CMYK | 0 | 0.54 | 0.22 | 0.15 |
| HSL | 323.9º | 0.61% | 0.62% | - |
| HSV(B) | 323.9º | 0.54% | 0.85% | - |
| XYZ | 40.82 | 26.96 | 41.58 | - |
| YUV | 143.38 | 143.59 | 181.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 100 | 171 | 0 | 0.54 | 0.22 | 0.15 | 323.9 | 0.61 | 0.62 |
| Hex | DA | 64 | AB | 0 | 36 | 16 | F | 144 | 3D | 3E |
| Octal | 332 | 144 | 253 | 0 | 66 | 26 | 17 | 504 | 75 | 76 |
| Binary | 11011010 | 1100100 | 10101011 | 0 | 110110 | 10110 | 1111 | 101000100 | 111101 | 111110 |
Color Harmonies of #DA64AB
Complementary color
Monochromatic Colors of #DA64AB
Black with #DA64AB
Text Example
Text Example
White with #DA64AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA64AB; }
p { color: rgb(218,100,171); }
H1.HeaderClassName
{
color: #DA64AB;
}
.AnyTagClassName
{
color: #DA64AB;
}
</style>
background-color css
<style>
a { background-color: #DA64AB; }
a { background-color: rgb(218,100,171); }
div.DivClassName
{
background-color: #DA64AB;
}
.BgClassName
{
background-color: #DA64AB;
}
</style>
border-color css
<style>
span { border-color: #DA64AB; }
span { border-color: rgb(218,100,171); }
td.TdClassName
{
border-color: #DA64AB;
}
.TagClassName
{
border-color: #DA64AB;
}
</style>