Shades of Hopbush #DA5FAC
Tints of Hopbush #DA5FAC
RGB
CMYK
RGB Variations
Color information
#DA5FAC (or 0xDA5FAC) is known color: Hopbush. HEX triplet: DA, 5F and AC. RGB value is (218,95,172). Sum of RGB (Red+Green+Blue) = 218+95+172=485 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.95% from 485); Green value is 95 (37.5% from 255 or 19.59% from 485); Blue value is 172 (67.58% from 255 or 35.46% from 485); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5FAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA5FAC is #25A053. Grayscale: #8C8C8C. Windows color (decimal): -2465876 or 11296730. OLE color: 11296730.
HSL color Cylindrical-coordinate representation of color #DA5FAC: hue angle of 322.44º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DA5FAC is Cyan = 0, Magento = 0.56, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 95 | 172 | - |
| CMYK | 0 | 0.56 | 0.21 | 0.15 |
| HSL | 322.44º | 0.62% | 0.61% | - |
| HSV(B) | 322.44º | 0.56% | 0.85% | - |
| XYZ | 40.45 | 26.07 | 41.93 | - |
| YUV | 140.56 | 145.75 | 183.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 95 | 172 | 0 | 0.56 | 0.21 | 0.15 | 322.44 | 0.62 | 0.61 |
| Hex | DA | 5F | AC | 0 | 38 | 15 | F | 142 | 3E | 3D |
| Octal | 332 | 137 | 254 | 0 | 70 | 25 | 17 | 502 | 76 | 75 |
| Binary | 11011010 | 1011111 | 10101100 | 0 | 111000 | 10101 | 1111 | 101000010 | 111110 | 111101 |
Color Harmonies of #DA5FAC
Complementary color
Monochromatic Colors of #DA5FAC
Black with #DA5FAC
Text Example
Text Example
White with #DA5FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA5FAC; }
p { color: rgb(218,95,172); }
H1.HeaderClassName
{
color: #DA5FAC;
}
.AnyTagClassName
{
color: #DA5FAC;
}
</style>
background-color css
<style>
a { background-color: #DA5FAC; }
a { background-color: rgb(218,95,172); }
div.DivClassName
{
background-color: #DA5FAC;
}
.BgClassName
{
background-color: #DA5FAC;
}
</style>
border-color css
<style>
span { border-color: #DA5FAC; }
span { border-color: rgb(218,95,172); }
td.TdClassName
{
border-color: #DA5FAC;
}
.TagClassName
{
border-color: #DA5FAC;
}
</style>