Shades of Hopbush #DA5DA2
Tints of Hopbush #DA5DA2
RGB
CMYK
RGB Variations
Color information
#DA5DA2 (or 0xDA5DA2) is known color: Hopbush. HEX triplet: DA, 5D and A2. RGB value is (218,93,162). Sum of RGB (Red+Green+Blue) = 218+93+162=473 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.09% from 473); Green value is 93 (36.72% from 255 or 19.66% from 473); Blue value is 162 (63.67% from 255 or 34.25% from 473); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5DA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA5DA2 is #25A25D. Grayscale: #8A8A8A. Windows color (decimal): -2466398 or 10640858. OLE color: 10640858.
HSL color Cylindrical-coordinate representation of color #DA5DA2: hue angle of 326.88º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DA5DA2 is Cyan = 0, Magento = 0.57, Yellow = 0.26 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 93 | 162 | - |
| CMYK | 0 | 0.57 | 0.26 | 0.15 |
| HSL | 326.88º | 0.63% | 0.61% | - |
| HSV(B) | 326.88º | 0.57% | 0.85% | - |
| XYZ | 39.35 | 25.34 | 37 | - |
| YUV | 138.24 | 141.41 | 184.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 93 | 162 | 0 | 0.57 | 0.26 | 0.15 | 326.88 | 0.63 | 0.61 |
| Hex | DA | 5D | A2 | 0 | 39 | 1A | F | 147 | 3F | 3D |
| Octal | 332 | 135 | 242 | 0 | 71 | 32 | 17 | 507 | 77 | 75 |
| Binary | 11011010 | 1011101 | 10100010 | 0 | 111001 | 11010 | 1111 | 101000111 | 111111 | 111101 |
Color Harmonies of #DA5DA2
Complementary color
Monochromatic Colors of #DA5DA2
Black with #DA5DA2
Text Example
Text Example
White with #DA5DA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA5DA2; }
p { color: rgb(218,93,162); }
H1.HeaderClassName
{
color: #DA5DA2;
}
.AnyTagClassName
{
color: #DA5DA2;
}
</style>
background-color css
<style>
a { background-color: #DA5DA2; }
a { background-color: rgb(218,93,162); }
div.DivClassName
{
background-color: #DA5DA2;
}
.BgClassName
{
background-color: #DA5DA2;
}
</style>
border-color css
<style>
span { border-color: #DA5DA2; }
span { border-color: rgb(218,93,162); }
td.TdClassName
{
border-color: #DA5DA2;
}
.TagClassName
{
border-color: #DA5DA2;
}
</style>