Shades of Hopbush #DA64AD
Tints of Hopbush #DA64AD
RGB
CMYK
RGB Variations
Color information
#DA64AD (or 0xDA64AD) is known color: Hopbush. HEX triplet: DA, 64 and AD. RGB value is (218,100,173). Sum of RGB (Red+Green+Blue) = 218+100+173=491 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.40% from 491); Green value is 100 (39.45% from 255 or 20.37% from 491); Blue value is 173 (67.97% from 255 or 35.23% from 491); Max value from RGB is 218 - color contains mainly: red. Hex color #DA64AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA64AD is #259B52. Grayscale: #8F8F8F. Windows color (decimal): -2464595 or 11363546. OLE color: 11363546.
HSL color Cylindrical-coordinate representation of color #DA64AD: hue angle of 322.88º 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 #DA64AD is Cyan = 0, Magento = 0.54, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 100 | 173 | - |
| CMYK | 0 | 0.54 | 0.21 | 0.15 |
| HSL | 322.88º | 0.61% | 0.62% | - |
| HSV(B) | 322.88º | 0.54% | 0.85% | - |
| XYZ | 41.01 | 27.04 | 42.59 | - |
| YUV | 143.6 | 144.59 | 181.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 100 | 173 | 0 | 0.54 | 0.21 | 0.15 | 322.88 | 0.61 | 0.62 |
| Hex | DA | 64 | AD | 0 | 36 | 15 | F | 143 | 3D | 3E |
| Octal | 332 | 144 | 255 | 0 | 66 | 25 | 17 | 503 | 75 | 76 |
| Binary | 11011010 | 1100100 | 10101101 | 0 | 110110 | 10101 | 1111 | 101000011 | 111101 | 111110 |
Color Harmonies of #DA64AD
Complementary color
Monochromatic Colors of #DA64AD
Black with #DA64AD
Text Example
Text Example
White with #DA64AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA64AD; }
p { color: rgb(218,100,173); }
H1.HeaderClassName
{
color: #DA64AD;
}
.AnyTagClassName
{
color: #DA64AD;
}
</style>
background-color css
<style>
a { background-color: #DA64AD; }
a { background-color: rgb(218,100,173); }
div.DivClassName
{
background-color: #DA64AD;
}
.BgClassName
{
background-color: #DA64AD;
}
</style>
border-color css
<style>
span { border-color: #DA64AD; }
span { border-color: rgb(218,100,173); }
td.TdClassName
{
border-color: #DA64AD;
}
.TagClassName
{
border-color: #DA64AD;
}
</style>