Shades of Hopbush #DA63AD
Tints of Hopbush #DA63AD
RGB
CMYK
RGB Variations
Color information
#DA63AD (or 0xDA63AD) is known color: Hopbush. HEX triplet: DA, 63 and AD. RGB value is (218,99,173). Sum of RGB (Red+Green+Blue) = 218+99+173=490 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.49% from 490); Green value is 99 (39.06% from 255 or 20.20% from 490); Blue value is 173 (67.97% from 255 or 35.31% from 490); Max value from RGB is 218 - color contains mainly: red. Hex color #DA63AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA63AD is #259C52. Grayscale: #8E8E8E. Windows color (decimal): -2464851 or 11363290. OLE color: 11363290.
HSL color Cylindrical-coordinate representation of color #DA63AD: hue angle of 322.69º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DA63AD is Cyan = 0, Magento = 0.55, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 99 | 173 | - |
| CMYK | 0 | 0.55 | 0.21 | 0.15 |
| HSL | 322.69º | 0.62% | 0.62% | - |
| HSV(B) | 322.69º | 0.55% | 0.85% | - |
| XYZ | 40.92 | 26.85 | 42.56 | - |
| YUV | 143.02 | 144.92 | 181.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 99 | 173 | 0 | 0.55 | 0.21 | 0.15 | 322.69 | 0.62 | 0.62 |
| Hex | DA | 63 | AD | 0 | 37 | 15 | F | 143 | 3E | 3E |
| Octal | 332 | 143 | 255 | 0 | 67 | 25 | 17 | 503 | 76 | 76 |
| Binary | 11011010 | 1100011 | 10101101 | 0 | 110111 | 10101 | 1111 | 101000011 | 111110 | 111110 |
Color Harmonies of #DA63AD
Complementary color
Monochromatic Colors of #DA63AD
Black with #DA63AD
Text Example
Text Example
White with #DA63AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA63AD; }
p { color: rgb(218,99,173); }
H1.HeaderClassName
{
color: #DA63AD;
}
.AnyTagClassName
{
color: #DA63AD;
}
</style>
background-color css
<style>
a { background-color: #DA63AD; }
a { background-color: rgb(218,99,173); }
div.DivClassName
{
background-color: #DA63AD;
}
.BgClassName
{
background-color: #DA63AD;
}
</style>
border-color css
<style>
span { border-color: #DA63AD; }
span { border-color: rgb(218,99,173); }
td.TdClassName
{
border-color: #DA63AD;
}
.TagClassName
{
border-color: #DA63AD;
}
</style>