Shades of Hopbush #DA5B9E
Tints of Hopbush #DA5B9E
RGB
CMYK
RGB Variations
Color information
#DA5B9E (or 0xDA5B9E) is known color: Hopbush. HEX triplet: DA, 5B and 9E. RGB value is (218,91,158). Sum of RGB (Red+Green+Blue) = 218+91+158=467 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.68% from 467); Green value is 91 (35.94% from 255 or 19.49% from 467); Blue value is 158 (62.11% from 255 or 33.83% from 467); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5B9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA5B9E is #25A461. Grayscale: #888888. Windows color (decimal): -2466914 or 10378202. OLE color: 10378202.
HSL color Cylindrical-coordinate representation of color #DA5B9E: hue angle of 328.35º 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 #DA5B9E is Cyan = 0, Magento = 0.58, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 91 | 158 | - |
| CMYK | 0 | 0.58 | 0.28 | 0.15 |
| HSL | 328.35º | 0.63% | 0.61% | - |
| HSV(B) | 328.35º | 0.58% | 0.85% | - |
| XYZ | 38.83 | 24.86 | 35.1 | - |
| YUV | 136.61 | 140.08 | 186.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 91 | 158 | 0 | 0.58 | 0.28 | 0.15 | 328.35 | 0.63 | 0.61 |
| Hex | DA | 5B | 9E | 0 | 3A | 1C | F | 148 | 3F | 3D |
| Octal | 332 | 133 | 236 | 0 | 72 | 34 | 17 | 510 | 77 | 75 |
| Binary | 11011010 | 1011011 | 10011110 | 0 | 111010 | 11100 | 1111 | 101001000 | 111111 | 111101 |
Color Harmonies of #DA5B9E
Complementary color
Monochromatic Colors of #DA5B9E
Black with #DA5B9E
Text Example
Text Example
White with #DA5B9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA5B9E; }
p { color: rgb(218,91,158); }
H1.HeaderClassName
{
color: #DA5B9E;
}
.AnyTagClassName
{
color: #DA5B9E;
}
</style>
background-color css
<style>
a { background-color: #DA5B9E; }
a { background-color: rgb(218,91,158); }
div.DivClassName
{
background-color: #DA5B9E;
}
.BgClassName
{
background-color: #DA5B9E;
}
</style>
border-color css
<style>
span { border-color: #DA5B9E; }
span { border-color: rgb(218,91,158); }
td.TdClassName
{
border-color: #DA5B9E;
}
.TagClassName
{
border-color: #DA5B9E;
}
</style>