Shades of Hopbush #DA5BA4
Tints of Hopbush #DA5BA4
RGB
CMYK
RGB Variations
Color information
#DA5BA4 (or 0xDA5BA4) is known color: Hopbush. HEX triplet: DA, 5B and A4. RGB value is (218,91,164). Sum of RGB (Red+Green+Blue) = 218+91+164=473 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.09% from 473); Green value is 91 (35.94% from 255 or 19.24% from 473); Blue value is 164 (64.45% from 255 or 34.67% from 473); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5BA4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA5BA4 is #25A45B. Grayscale: #898989. Windows color (decimal): -2466908 or 10771418. OLE color: 10771418.
HSL color Cylindrical-coordinate representation of color #DA5BA4: hue angle of 325.51º 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 #DA5BA4 is Cyan = 0, Magento = 0.58, Yellow = 0.25 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 91 | 164 | - |
| CMYK | 0 | 0.58 | 0.25 | 0.15 |
| HSL | 325.51º | 0.63% | 0.61% | - |
| HSV(B) | 325.51º | 0.58% | 0.85% | - |
| XYZ | 39.36 | 25.07 | 37.89 | - |
| YUV | 137.3 | 143.08 | 185.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 91 | 164 | 0 | 0.58 | 0.25 | 0.15 | 325.51 | 0.63 | 0.61 |
| Hex | DA | 5B | A4 | 0 | 3A | 19 | F | 146 | 3F | 3D |
| Octal | 332 | 133 | 244 | 0 | 72 | 31 | 17 | 506 | 77 | 75 |
| Binary | 11011010 | 1011011 | 10100100 | 0 | 111010 | 11001 | 1111 | 101000110 | 111111 | 111101 |
Color Harmonies of #DA5BA4
Complementary color
Monochromatic Colors of #DA5BA4
Black with #DA5BA4
Text Example
Text Example
White with #DA5BA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA5BA4; }
p { color: rgb(218,91,164); }
H1.HeaderClassName
{
color: #DA5BA4;
}
.AnyTagClassName
{
color: #DA5BA4;
}
</style>
background-color css
<style>
a { background-color: #DA5BA4; }
a { background-color: rgb(218,91,164); }
div.DivClassName
{
background-color: #DA5BA4;
}
.BgClassName
{
background-color: #DA5BA4;
}
</style>
border-color css
<style>
span { border-color: #DA5BA4; }
span { border-color: rgb(218,91,164); }
td.TdClassName
{
border-color: #DA5BA4;
}
.TagClassName
{
border-color: #DA5BA4;
}
</style>