Shades of Hopbush #DA5DAC
Tints of Hopbush #DA5DAC
RGB
CMYK
RGB Variations
Color information
#DA5DAC (or 0xDA5DAC) is known color: Hopbush. HEX triplet: DA, 5D and AC. RGB value is (218,93,172). Sum of RGB (Red+Green+Blue) = 218+93+172=483 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.13% from 483); Green value is 93 (36.72% from 255 or 19.25% from 483); Blue value is 172 (67.58% from 255 or 35.61% from 483); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5DAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA5DAC is #25A253. Grayscale: #8B8B8B. Windows color (decimal): -2466388 or 11296218. OLE color: 11296218.
HSL color Cylindrical-coordinate representation of color #DA5DAC: hue angle of 322.08º 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 #DA5DAC is Cyan = 0, Magento = 0.57, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 93 | 172 | - |
| CMYK | 0 | 0.57 | 0.21 | 0.15 |
| HSL | 322.08º | 0.63% | 0.61% | - |
| HSV(B) | 322.08º | 0.57% | 0.85% | - |
| XYZ | 40.27 | 25.71 | 41.87 | - |
| YUV | 139.38 | 146.41 | 184.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 93 | 172 | 0 | 0.57 | 0.21 | 0.15 | 322.08 | 0.63 | 0.61 |
| Hex | DA | 5D | AC | 0 | 39 | 15 | F | 142 | 3F | 3D |
| Octal | 332 | 135 | 254 | 0 | 71 | 25 | 17 | 502 | 77 | 75 |
| Binary | 11011010 | 1011101 | 10101100 | 0 | 111001 | 10101 | 1111 | 101000010 | 111111 | 111101 |
Color Harmonies of #DA5DAC
Complementary color
Monochromatic Colors of #DA5DAC
Black with #DA5DAC
Text Example
Text Example
White with #DA5DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA5DAC; }
p { color: rgb(218,93,172); }
H1.HeaderClassName
{
color: #DA5DAC;
}
.AnyTagClassName
{
color: #DA5DAC;
}
</style>
background-color css
<style>
a { background-color: #DA5DAC; }
a { background-color: rgb(218,93,172); }
div.DivClassName
{
background-color: #DA5DAC;
}
.BgClassName
{
background-color: #DA5DAC;
}
</style>
border-color css
<style>
span { border-color: #DA5DAC; }
span { border-color: rgb(218,93,172); }
td.TdClassName
{
border-color: #DA5DAC;
}
.TagClassName
{
border-color: #DA5DAC;
}
</style>