Shades of Hopbush #DA63A7
Tints of Hopbush #DA63A7
RGB
CMYK
RGB Variations
Color information
#DA63A7 (or 0xDA63A7) is known color: Hopbush. HEX triplet: DA, 63 and A7. RGB value is (218,99,167). Sum of RGB (Red+Green+Blue) = 218+99+167=484 (64% of max value = 765). Red value is 218 (85.55% from 255 or 45.04% from 484); Green value is 99 (39.06% from 255 or 20.45% from 484); Blue value is 167 (65.62% from 255 or 34.50% from 484); Max value from RGB is 218 - color contains mainly: red. Hex color #DA63A7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA63A7 is #259C58. Grayscale: #8E8E8E. Windows color (decimal): -2464857 or 10970074. OLE color: 10970074.
HSL color Cylindrical-coordinate representation of color #DA63A7: hue angle of 325.71º 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 #DA63A7 is Cyan = 0, Magento = 0.55, Yellow = 0.23 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 99 | 167 | - |
| CMYK | 0 | 0.55 | 0.23 | 0.15 |
| HSL | 325.71º | 0.62% | 0.62% | - |
| HSV(B) | 325.71º | 0.55% | 0.85% | - |
| XYZ | 40.35 | 26.62 | 39.57 | - |
| YUV | 142.33 | 141.92 | 181.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 99 | 167 | 0 | 0.55 | 0.23 | 0.15 | 325.71 | 0.62 | 0.62 |
| Hex | DA | 63 | A7 | 0 | 37 | 17 | F | 146 | 3E | 3E |
| Octal | 332 | 143 | 247 | 0 | 67 | 27 | 17 | 506 | 76 | 76 |
| Binary | 11011010 | 1100011 | 10100111 | 0 | 110111 | 10111 | 1111 | 101000110 | 111110 | 111110 |
Color Harmonies of #DA63A7
Complementary color
Monochromatic Colors of #DA63A7
Black with #DA63A7
Text Example
Text Example
White with #DA63A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA63A7; }
p { color: rgb(218,99,167); }
H1.HeaderClassName
{
color: #DA63A7;
}
.AnyTagClassName
{
color: #DA63A7;
}
</style>
background-color css
<style>
a { background-color: #DA63A7; }
a { background-color: rgb(218,99,167); }
div.DivClassName
{
background-color: #DA63A7;
}
.BgClassName
{
background-color: #DA63A7;
}
</style>
border-color css
<style>
span { border-color: #DA63A7; }
span { border-color: rgb(218,99,167); }
td.TdClassName
{
border-color: #DA63A7;
}
.TagClassName
{
border-color: #DA63A7;
}
</style>