Shades of Hopbush #DA5CA0
Tints of Hopbush #DA5CA0
RGB
CMYK
RGB Variations
Color information
#DA5CA0 (or 0xDA5CA0) is known color: Hopbush. HEX triplet: DA, 5C and A0. RGB value is (218,92,160). Sum of RGB (Red+Green+Blue) = 218+92+160=470 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.38% from 470); Green value is 92 (36.33% from 255 or 19.57% from 470); Blue value is 160 (62.89% from 255 or 34.04% from 470); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5CA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA5CA0 is #25A35F. Grayscale: #898989. Windows color (decimal): -2466656 or 10509530. OLE color: 10509530.
HSL color Cylindrical-coordinate representation of color #DA5CA0: hue angle of 327.62º 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 #DA5CA0 is Cyan = 0, Magento = 0.58, Yellow = 0.27 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 92 | 160 | - |
| CMYK | 0 | 0.58 | 0.27 | 0.15 |
| HSL | 327.62º | 0.63% | 0.61% | - |
| HSV(B) | 327.62º | 0.58% | 0.85% | - |
| XYZ | 39.09 | 25.1 | 36.04 | - |
| YUV | 137.43 | 140.74 | 185.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 92 | 160 | 0 | 0.58 | 0.27 | 0.15 | 327.62 | 0.63 | 0.61 |
| Hex | DA | 5C | A0 | 0 | 3A | 1B | F | 148 | 3F | 3D |
| Octal | 332 | 134 | 240 | 0 | 72 | 33 | 17 | 510 | 77 | 75 |
| Binary | 11011010 | 1011100 | 10100000 | 0 | 111010 | 11011 | 1111 | 101001000 | 111111 | 111101 |
Color Harmonies of #DA5CA0
Complementary color
Monochromatic Colors of #DA5CA0
Black with #DA5CA0
Text Example
Text Example
White with #DA5CA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA5CA0; }
p { color: rgb(218,92,160); }
H1.HeaderClassName
{
color: #DA5CA0;
}
.AnyTagClassName
{
color: #DA5CA0;
}
</style>
background-color css
<style>
a { background-color: #DA5CA0; }
a { background-color: rgb(218,92,160); }
div.DivClassName
{
background-color: #DA5CA0;
}
.BgClassName
{
background-color: #DA5CA0;
}
</style>
border-color css
<style>
span { border-color: #DA5CA0; }
span { border-color: rgb(218,92,160); }
td.TdClassName
{
border-color: #DA5CA0;
}
.TagClassName
{
border-color: #DA5CA0;
}
</style>