Shades of Hopbush #DA589C
Tints of Hopbush #DA589C
RGB
CMYK
RGB Variations
Color information
#DA589C (or 0xDA589C) is known color: Hopbush. HEX triplet: DA, 58 and 9C. RGB value is (218,88,156). Sum of RGB (Red+Green+Blue) = 218+88+156=462 (61% of max value = 765). Red value is 218 (85.55% from 255 or 47.19% from 462); Green value is 88 (34.77% from 255 or 19.05% from 462); Blue value is 156 (61.33% from 255 or 33.77% from 462); Max value from RGB is 218 - color contains mainly: red. Hex color #DA589C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA589C is #25A763. Grayscale: #868686. Windows color (decimal): -2467684 or 10246362. OLE color: 10246362.
HSL color Cylindrical-coordinate representation of color #DA589C: hue angle of 328.62º 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 #DA589C is Cyan = 0, Magento = 0.60, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 88 | 156 | - |
| CMYK | 0 | 0.60 | 0.28 | 0.15 |
| HSL | 328.62º | 0.64% | 0.6% | - |
| HSV(B) | 328.62º | 0.6% | 0.85% | - |
| XYZ | 38.4 | 24.29 | 34.12 | - |
| YUV | 134.62 | 140.07 | 187.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 88 | 156 | 0 | 0.60 | 0.28 | 0.15 | 328.62 | 0.64 | 0.6 |
| Hex | DA | 58 | 9C | 0 | 3C | 1C | F | 149 | 40 | 3C |
| Octal | 332 | 130 | 234 | 0 | 74 | 34 | 17 | 511 | 100 | 74 |
| Binary | 11011010 | 1011000 | 10011100 | 0 | 111100 | 11100 | 1111 | 101001001 | 1000000 | 111100 |
Color Harmonies of #DA589C
Complementary color
Monochromatic Colors of #DA589C
Black with #DA589C
Text Example
Text Example
White with #DA589C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA589C; }
p { color: rgb(218,88,156); }
H1.HeaderClassName
{
color: #DA589C;
}
.AnyTagClassName
{
color: #DA589C;
}
</style>
background-color css
<style>
a { background-color: #DA589C; }
a { background-color: rgb(218,88,156); }
div.DivClassName
{
background-color: #DA589C;
}
.BgClassName
{
background-color: #DA589C;
}
</style>
border-color css
<style>
span { border-color: #DA589C; }
span { border-color: rgb(218,88,156); }
td.TdClassName
{
border-color: #DA589C;
}
.TagClassName
{
border-color: #DA589C;
}
</style>