Shades of Hopbush #DA589A
Tints of Hopbush #DA589A
RGB
CMYK
RGB Variations
Color information
#DA589A (or 0xDA589A) is known color: Hopbush. HEX triplet: DA, 58 and 9A. RGB value is (218,88,154). Sum of RGB (Red+Green+Blue) = 218+88+154=460 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.39% from 460); Green value is 88 (34.77% from 255 or 19.13% from 460); Blue value is 154 (60.55% from 255 or 33.48% from 460); Max value from RGB is 218 - color contains mainly: red. Hex color #DA589A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA589A is #25A765. Grayscale: #868686. Windows color (decimal): -2467686 or 10115290. OLE color: 10115290.
HSL color Cylindrical-coordinate representation of color #DA589A: hue angle of 329.54º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DA589A is Cyan = 0, Magento = 0.60, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 88 | 154 | - |
| CMYK | 0 | 0.60 | 0.29 | 0.15 |
| HSL | 329.54º | 0.64% | 0.6% | - |
| HSV(B) | 329.54º | 0.6% | 0.85% | - |
| XYZ | 38.24 | 24.22 | 33.23 | - |
| YUV | 134.39 | 139.07 | 187.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 88 | 154 | 0 | 0.60 | 0.29 | 0.15 | 329.54 | 0.64 | 0.6 |
| Hex | DA | 58 | 9A | 0 | 3C | 1D | F | 14A | 40 | 3C |
| Octal | 332 | 130 | 232 | 0 | 74 | 35 | 17 | 512 | 100 | 74 |
| Binary | 11011010 | 1011000 | 10011010 | 0 | 111100 | 11101 | 1111 | 101001010 | 1000000 | 111100 |
Color Harmonies of #DA589A
Complementary color
Monochromatic Colors of #DA589A
Black with #DA589A
Text Example
Text Example
White with #DA589A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA589A; }
p { color: rgb(218,88,154); }
H1.HeaderClassName
{
color: #DA589A;
}
.AnyTagClassName
{
color: #DA589A;
}
</style>
background-color css
<style>
a { background-color: #DA589A; }
a { background-color: rgb(218,88,154); }
div.DivClassName
{
background-color: #DA589A;
}
.BgClassName
{
background-color: #DA589A;
}
</style>
border-color css
<style>
span { border-color: #DA589A; }
span { border-color: rgb(218,88,154); }
td.TdClassName
{
border-color: #DA589A;
}
.TagClassName
{
border-color: #DA589A;
}
</style>