Shades of Hopbush #DA5CAC
Tints of Hopbush #DA5CAC
RGB
CMYK
RGB Variations
Color information
#DA5CAC (or 0xDA5CAC) is known color: Hopbush. HEX triplet: DA, 5C and AC. RGB value is (218,92,172). Sum of RGB (Red+Green+Blue) = 218+92+172=482 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.23% from 482); Green value is 92 (36.33% from 255 or 19.09% from 482); Blue value is 172 (67.58% from 255 or 35.68% from 482); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5CAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA5CAC is #25A353. Grayscale: #8A8A8A. Windows color (decimal): -2466644 or 11295962. OLE color: 11295962.
HSL color Cylindrical-coordinate representation of color #DA5CAC: hue angle of 321.9º 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 #DA5CAC is Cyan = 0, Magento = 0.58, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 92 | 172 | - |
| CMYK | 0 | 0.58 | 0.21 | 0.15 |
| HSL | 321.9º | 0.63% | 0.61% | - |
| HSV(B) | 321.9º | 0.58% | 0.85% | - |
| XYZ | 40.19 | 25.54 | 41.84 | - |
| YUV | 138.79 | 146.74 | 184.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 92 | 172 | 0 | 0.58 | 0.21 | 0.15 | 321.9 | 0.63 | 0.61 |
| Hex | DA | 5C | AC | 0 | 3A | 15 | F | 142 | 3F | 3D |
| Octal | 332 | 134 | 254 | 0 | 72 | 25 | 17 | 502 | 77 | 75 |
| Binary | 11011010 | 1011100 | 10101100 | 0 | 111010 | 10101 | 1111 | 101000010 | 111111 | 111101 |
Color Harmonies of #DA5CAC
Complementary color
Monochromatic Colors of #DA5CAC
Black with #DA5CAC
Text Example
Text Example
White with #DA5CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA5CAC; }
p { color: rgb(218,92,172); }
H1.HeaderClassName
{
color: #DA5CAC;
}
.AnyTagClassName
{
color: #DA5CAC;
}
</style>
background-color css
<style>
a { background-color: #DA5CAC; }
a { background-color: rgb(218,92,172); }
div.DivClassName
{
background-color: #DA5CAC;
}
.BgClassName
{
background-color: #DA5CAC;
}
</style>
border-color css
<style>
span { border-color: #DA5CAC; }
span { border-color: rgb(218,92,172); }
td.TdClassName
{
border-color: #DA5CAC;
}
.TagClassName
{
border-color: #DA5CAC;
}
</style>