Shades of Hopbush #DA63AA
Tints of Hopbush #DA63AA
RGB
CMYK
RGB Variations
Color information
#DA63AA (or 0xDA63AA) is known color: Hopbush. HEX triplet: DA, 63 and AA. RGB value is (218,99,170). Sum of RGB (Red+Green+Blue) = 218+99+170=487 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.76% from 487); Green value is 99 (39.06% from 255 or 20.33% from 487); Blue value is 170 (66.80% from 255 or 34.91% from 487); Max value from RGB is 218 - color contains mainly: red. Hex color #DA63AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA63AA is #259C55. Grayscale: #8E8E8E. Windows color (decimal): -2464854 or 11166682. OLE color: 11166682.
HSL color Cylindrical-coordinate representation of color #DA63AA: hue angle of 324.2º 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 #DA63AA is Cyan = 0, Magento = 0.55, Yellow = 0.22 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 99 | 170 | - |
| CMYK | 0 | 0.55 | 0.22 | 0.15 |
| HSL | 324.2º | 0.62% | 0.62% | - |
| HSV(B) | 324.2º | 0.55% | 0.85% | - |
| XYZ | 40.63 | 26.73 | 41.05 | - |
| YUV | 142.68 | 143.42 | 181.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 99 | 170 | 0 | 0.55 | 0.22 | 0.15 | 324.2 | 0.62 | 0.62 |
| Hex | DA | 63 | AA | 0 | 37 | 16 | F | 144 | 3E | 3E |
| Octal | 332 | 143 | 252 | 0 | 67 | 26 | 17 | 504 | 76 | 76 |
| Binary | 11011010 | 1100011 | 10101010 | 0 | 110111 | 10110 | 1111 | 101000100 | 111110 | 111110 |
Color Harmonies of #DA63AA
Complementary color
Monochromatic Colors of #DA63AA
Black with #DA63AA
Text Example
Text Example
White with #DA63AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA63AA; }
p { color: rgb(218,99,170); }
H1.HeaderClassName
{
color: #DA63AA;
}
.AnyTagClassName
{
color: #DA63AA;
}
</style>
background-color css
<style>
a { background-color: #DA63AA; }
a { background-color: rgb(218,99,170); }
div.DivClassName
{
background-color: #DA63AA;
}
.BgClassName
{
background-color: #DA63AA;
}
</style>
border-color css
<style>
span { border-color: #DA63AA; }
span { border-color: rgb(218,99,170); }
td.TdClassName
{
border-color: #DA63AA;
}
.TagClassName
{
border-color: #DA63AA;
}
</style>