Shades of Hopbush #DA5CA5
Tints of Hopbush #DA5CA5
RGB
CMYK
RGB Variations
Color information
#DA5CA5 (or 0xDA5CA5) is known color: Hopbush. HEX triplet: DA, 5C and A5. RGB value is (218,92,165). Sum of RGB (Red+Green+Blue) = 218+92+165=475 (62% of max value = 765). Red value is 218 (85.55% from 255 or 45.89% from 475); Green value is 92 (36.33% from 255 or 19.37% from 475); Blue value is 165 (64.84% from 255 or 34.74% from 475); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5CA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA5CA5 is #25A35A. Grayscale: #898989. Windows color (decimal): -2466651 or 10837210. OLE color: 10837210.
HSL color Cylindrical-coordinate representation of color #DA5CA5: hue angle of 325.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 #DA5CA5 is Cyan = 0, Magento = 0.58, Yellow = 0.24 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 92 | 165 | - |
| CMYK | 0 | 0.58 | 0.24 | 0.15 |
| HSL | 325.24º | 0.63% | 0.61% | - |
| HSV(B) | 325.24º | 0.58% | 0.85% | - |
| XYZ | 39.53 | 25.28 | 38.39 | - |
| YUV | 138 | 143.24 | 185.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 92 | 165 | 0 | 0.58 | 0.24 | 0.15 | 325.24 | 0.63 | 0.61 |
| Hex | DA | 5C | A5 | 0 | 3A | 18 | F | 145 | 3F | 3D |
| Octal | 332 | 134 | 245 | 0 | 72 | 30 | 17 | 505 | 77 | 75 |
| Binary | 11011010 | 1011100 | 10100101 | 0 | 111010 | 11000 | 1111 | 101000101 | 111111 | 111101 |
Color Harmonies of #DA5CA5
Complementary color
Monochromatic Colors of #DA5CA5
Black with #DA5CA5
Text Example
Text Example
White with #DA5CA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA5CA5; }
p { color: rgb(218,92,165); }
H1.HeaderClassName
{
color: #DA5CA5;
}
.AnyTagClassName
{
color: #DA5CA5;
}
</style>
background-color css
<style>
a { background-color: #DA5CA5; }
a { background-color: rgb(218,92,165); }
div.DivClassName
{
background-color: #DA5CA5;
}
.BgClassName
{
background-color: #DA5CA5;
}
</style>
border-color css
<style>
span { border-color: #DA5CA5; }
span { border-color: rgb(218,92,165); }
td.TdClassName
{
border-color: #DA5CA5;
}
.TagClassName
{
border-color: #DA5CA5;
}
</style>