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