Shades of Hopbush #DA5E9B
Tints of Hopbush #DA5E9B
RGB
CMYK
RGB Variations
Color information
#DA5E9B (or 0xDA5E9B) is known color: Hopbush. HEX triplet: DA, 5E and 9B. RGB value is (218,94,155). Sum of RGB (Red+Green+Blue) = 218+94+155=467 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.68% from 467); Green value is 94 (37.11% from 255 or 20.13% from 467); Blue value is 155 (60.94% from 255 or 33.19% from 467); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5E9B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA5E9B is #25A164. Grayscale: #898989. Windows color (decimal): -2466149 or 10182362. OLE color: 10182362.
HSL color Cylindrical-coordinate representation of color #DA5E9B: hue angle of 330.48º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DA5E9B is Cyan = 0, Magento = 0.57, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 94 | 155 | - |
| CMYK | 0 | 0.57 | 0.29 | 0.15 |
| HSL | 330.48º | 0.63% | 0.61% | - |
| HSV(B) | 330.48º | 0.57% | 0.85% | - |
| XYZ | 38.83 | 25.28 | 33.84 | - |
| YUV | 138.03 | 137.58 | 185.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 94 | 155 | 0 | 0.57 | 0.29 | 0.15 | 330.48 | 0.63 | 0.61 |
| Hex | DA | 5E | 9B | 0 | 39 | 1D | F | 14A | 3F | 3D |
| Octal | 332 | 136 | 233 | 0 | 71 | 35 | 17 | 512 | 77 | 75 |
| Binary | 11011010 | 1011110 | 10011011 | 0 | 111001 | 11101 | 1111 | 101001010 | 111111 | 111101 |
Color Harmonies of #DA5E9B
Complementary color
Monochromatic Colors of #DA5E9B
Black with #DA5E9B
Text Example
Text Example
White with #DA5E9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA5E9B; }
p { color: rgb(218,94,155); }
H1.HeaderClassName
{
color: #DA5E9B;
}
.AnyTagClassName
{
color: #DA5E9B;
}
</style>
background-color css
<style>
a { background-color: #DA5E9B; }
a { background-color: rgb(218,94,155); }
div.DivClassName
{
background-color: #DA5E9B;
}
.BgClassName
{
background-color: #DA5E9B;
}
</style>
border-color css
<style>
span { border-color: #DA5E9B; }
span { border-color: rgb(218,94,155); }
td.TdClassName
{
border-color: #DA5E9B;
}
.TagClassName
{
border-color: #DA5E9B;
}
</style>