Shades of Hopbush #DA599A
Tints of Hopbush #DA599A
RGB
CMYK
RGB Variations
Color information
#DA599A (or 0xDA599A) is known color: Hopbush. HEX triplet: DA, 59 and 9A. RGB value is (218,89,154). Sum of RGB (Red+Green+Blue) = 218+89+154=461 (61% of max value = 765). Red value is 218 (85.55% from 255 or 47.29% from 461); Green value is 89 (35.16% from 255 or 19.31% from 461); Blue value is 154 (60.55% from 255 or 33.41% from 461); Max value from RGB is 218 - color contains mainly: red. Hex color #DA599A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA599A is #25A665. Grayscale: #868686. Windows color (decimal): -2467430 or 10115546. OLE color: 10115546.
HSL color Cylindrical-coordinate representation of color #DA599A: hue angle of 329.77º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DA599A is Cyan = 0, Magento = 0.59, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 89 | 154 | - |
| CMYK | 0 | 0.59 | 0.29 | 0.15 |
| HSL | 329.77º | 0.64% | 0.6% | - |
| HSV(B) | 329.77º | 0.59% | 0.85% | - |
| XYZ | 38.32 | 24.38 | 33.26 | - |
| YUV | 134.98 | 138.74 | 187.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 89 | 154 | 0 | 0.59 | 0.29 | 0.15 | 329.77 | 0.64 | 0.6 |
| Hex | DA | 59 | 9A | 0 | 3B | 1D | F | 14A | 40 | 3C |
| Octal | 332 | 131 | 232 | 0 | 73 | 35 | 17 | 512 | 100 | 74 |
| Binary | 11011010 | 1011001 | 10011010 | 0 | 111011 | 11101 | 1111 | 101001010 | 1000000 | 111100 |
Color Harmonies of #DA599A
Complementary color
Monochromatic Colors of #DA599A
Black with #DA599A
Text Example
Text Example
White with #DA599A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA599A; }
p { color: rgb(218,89,154); }
H1.HeaderClassName
{
color: #DA599A;
}
.AnyTagClassName
{
color: #DA599A;
}
</style>
background-color css
<style>
a { background-color: #DA599A; }
a { background-color: rgb(218,89,154); }
div.DivClassName
{
background-color: #DA599A;
}
.BgClassName
{
background-color: #DA599A;
}
</style>
border-color css
<style>
span { border-color: #DA599A; }
span { border-color: rgb(218,89,154); }
td.TdClassName
{
border-color: #DA599A;
}
.TagClassName
{
border-color: #DA599A;
}
</style>