Shades of Hopbush #DA5BA2
Tints of Hopbush #DA5BA2
RGB
CMYK
RGB Variations
Color information
#DA5BA2 (or 0xDA5BA2) is known color: Hopbush. HEX triplet: DA, 5B and A2. RGB value is (218,91,162). Sum of RGB (Red+Green+Blue) = 218+91+162=471 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.28% from 471); Green value is 91 (35.94% from 255 or 19.32% from 471); Blue value is 162 (63.67% from 255 or 34.39% from 471); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5BA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA5BA2 is #25A45D. Grayscale: #888888. Windows color (decimal): -2466910 or 10640346. OLE color: 10640346.
HSL color Cylindrical-coordinate representation of color #DA5BA2: hue angle of 326.46º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DA5BA2 is Cyan = 0, Magento = 0.58, Yellow = 0.26 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 91 | 162 | - |
| CMYK | 0 | 0.58 | 0.26 | 0.15 |
| HSL | 326.46º | 0.63% | 0.61% | - |
| HSV(B) | 326.46º | 0.58% | 0.85% | - |
| XYZ | 39.18 | 25 | 36.94 | - |
| YUV | 137.07 | 142.08 | 185.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 91 | 162 | 0 | 0.58 | 0.26 | 0.15 | 326.46 | 0.63 | 0.61 |
| Hex | DA | 5B | A2 | 0 | 3A | 1A | F | 146 | 3F | 3D |
| Octal | 332 | 133 | 242 | 0 | 72 | 32 | 17 | 506 | 77 | 75 |
| Binary | 11011010 | 1011011 | 10100010 | 0 | 111010 | 11010 | 1111 | 101000110 | 111111 | 111101 |
Color Harmonies of #DA5BA2
Complementary color
Monochromatic Colors of #DA5BA2
Black with #DA5BA2
Text Example
Text Example
White with #DA5BA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA5BA2; }
p { color: rgb(218,91,162); }
H1.HeaderClassName
{
color: #DA5BA2;
}
.AnyTagClassName
{
color: #DA5BA2;
}
</style>
background-color css
<style>
a { background-color: #DA5BA2; }
a { background-color: rgb(218,91,162); }
div.DivClassName
{
background-color: #DA5BA2;
}
.BgClassName
{
background-color: #DA5BA2;
}
</style>
border-color css
<style>
span { border-color: #DA5BA2; }
span { border-color: rgb(218,91,162); }
td.TdClassName
{
border-color: #DA5BA2;
}
.TagClassName
{
border-color: #DA5BA2;
}
</style>