Shades of Hopbush #DA5B9A
Tints of Hopbush #DA5B9A
RGB
CMYK
RGB Variations
Color information
#DA5B9A (or 0xDA5B9A) is known color: Hopbush. HEX triplet: DA, 5B and 9A. RGB value is (218,91,154). Sum of RGB (Red+Green+Blue) = 218+91+154=463 (61% of max value = 765). Red value is 218 (85.55% from 255 or 47.08% from 463); Green value is 91 (35.94% from 255 or 19.65% from 463); Blue value is 154 (60.55% from 255 or 33.26% from 463); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5B9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA5B9A is #25A465. Grayscale: #888888. Windows color (decimal): -2466918 or 10116058. OLE color: 10116058.
HSL color Cylindrical-coordinate representation of color #DA5B9A: hue angle of 330.24º 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 #DA5B9A is Cyan = 0, Magento = 0.58, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 91 | 154 | - |
| CMYK | 0 | 0.58 | 0.29 | 0.15 |
| HSL | 330.24º | 0.63% | 0.61% | - |
| HSV(B) | 330.24º | 0.58% | 0.85% | - |
| XYZ | 38.49 | 24.72 | 33.31 | - |
| YUV | 136.16 | 138.08 | 186.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 91 | 154 | 0 | 0.58 | 0.29 | 0.15 | 330.24 | 0.63 | 0.61 |
| Hex | DA | 5B | 9A | 0 | 3A | 1D | F | 14A | 3F | 3D |
| Octal | 332 | 133 | 232 | 0 | 72 | 35 | 17 | 512 | 77 | 75 |
| Binary | 11011010 | 1011011 | 10011010 | 0 | 111010 | 11101 | 1111 | 101001010 | 111111 | 111101 |
Color Harmonies of #DA5B9A
Complementary color
Monochromatic Colors of #DA5B9A
Black with #DA5B9A
Text Example
Text Example
White with #DA5B9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA5B9A; }
p { color: rgb(218,91,154); }
H1.HeaderClassName
{
color: #DA5B9A;
}
.AnyTagClassName
{
color: #DA5B9A;
}
</style>
background-color css
<style>
a { background-color: #DA5B9A; }
a { background-color: rgb(218,91,154); }
div.DivClassName
{
background-color: #DA5B9A;
}
.BgClassName
{
background-color: #DA5B9A;
}
</style>
border-color css
<style>
span { border-color: #DA5B9A; }
span { border-color: rgb(218,91,154); }
td.TdClassName
{
border-color: #DA5B9A;
}
.TagClassName
{
border-color: #DA5B9A;
}
</style>