Shades of Hopbush #DA599E
Tints of Hopbush #DA599E
RGB
CMYK
RGB Variations
Color information
#DA599E (or 0xDA599E) is known color: Hopbush. HEX triplet: DA, 59 and 9E. RGB value is (218,89,158). Sum of RGB (Red+Green+Blue) = 218+89+158=465 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.88% from 465); Green value is 89 (35.16% from 255 or 19.14% from 465); Blue value is 158 (62.11% from 255 or 33.98% from 465); Max value from RGB is 218 - color contains mainly: red. Hex color #DA599E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA599E is #25A661. Grayscale: #878787. Windows color (decimal): -2467426 or 10377690. OLE color: 10377690.
HSL color Cylindrical-coordinate representation of color #DA599E: hue angle of 327.91º 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 #DA599E is Cyan = 0, Magento = 0.59, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 89 | 158 | - |
| CMYK | 0 | 0.59 | 0.28 | 0.15 |
| HSL | 327.91º | 0.64% | 0.6% | - |
| HSV(B) | 327.91º | 0.59% | 0.85% | - |
| XYZ | 38.66 | 24.52 | 35.04 | - |
| YUV | 135.44 | 140.74 | 186.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 89 | 158 | 0 | 0.59 | 0.28 | 0.15 | 327.91 | 0.64 | 0.6 |
| Hex | DA | 59 | 9E | 0 | 3B | 1C | F | 148 | 40 | 3C |
| Octal | 332 | 131 | 236 | 0 | 73 | 34 | 17 | 510 | 100 | 74 |
| Binary | 11011010 | 1011001 | 10011110 | 0 | 111011 | 11100 | 1111 | 101001000 | 1000000 | 111100 |
Color Harmonies of #DA599E
Complementary color
Monochromatic Colors of #DA599E
Black with #DA599E
Text Example
Text Example
White with #DA599E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA599E; }
p { color: rgb(218,89,158); }
H1.HeaderClassName
{
color: #DA599E;
}
.AnyTagClassName
{
color: #DA599E;
}
</style>
background-color css
<style>
a { background-color: #DA599E; }
a { background-color: rgb(218,89,158); }
div.DivClassName
{
background-color: #DA599E;
}
.BgClassName
{
background-color: #DA599E;
}
</style>
border-color css
<style>
span { border-color: #DA599E; }
span { border-color: rgb(218,89,158); }
td.TdClassName
{
border-color: #DA599E;
}
.TagClassName
{
border-color: #DA599E;
}
</style>