Shades of Hopbush #DA5D9D
Tints of Hopbush #DA5D9D
RGB
CMYK
RGB Variations
Color information
#DA5D9D (or 0xDA5D9D) is known color: Hopbush. HEX triplet: DA, 5D and 9D. RGB value is (218,93,157). Sum of RGB (Red+Green+Blue) = 218+93+157=468 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.58% from 468); Green value is 93 (36.72% from 255 or 19.87% from 468); Blue value is 157 (61.72% from 255 or 33.55% from 468); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5D9D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA5D9D is #25A262. Grayscale: #898989. Windows color (decimal): -2466403 or 10313178. OLE color: 10313178.
HSL color Cylindrical-coordinate representation of color #DA5D9D: hue angle of 329.28º 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 #DA5D9D is Cyan = 0, Magento = 0.57, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 93 | 157 | - |
| CMYK | 0 | 0.57 | 0.28 | 0.15 |
| HSL | 329.28º | 0.63% | 0.61% | - |
| HSV(B) | 329.28º | 0.57% | 0.85% | - |
| XYZ | 38.91 | 25.17 | 34.71 | - |
| YUV | 137.67 | 138.91 | 185.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 93 | 157 | 0 | 0.57 | 0.28 | 0.15 | 329.28 | 0.63 | 0.61 |
| Hex | DA | 5D | 9D | 0 | 39 | 1C | F | 149 | 3F | 3D |
| Octal | 332 | 135 | 235 | 0 | 71 | 34 | 17 | 511 | 77 | 75 |
| Binary | 11011010 | 1011101 | 10011101 | 0 | 111001 | 11100 | 1111 | 101001001 | 111111 | 111101 |
Color Harmonies of #DA5D9D
Complementary color
Monochromatic Colors of #DA5D9D
Black with #DA5D9D
Text Example
Text Example
White with #DA5D9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA5D9D; }
p { color: rgb(218,93,157); }
H1.HeaderClassName
{
color: #DA5D9D;
}
.AnyTagClassName
{
color: #DA5D9D;
}
</style>
background-color css
<style>
a { background-color: #DA5D9D; }
a { background-color: rgb(218,93,157); }
div.DivClassName
{
background-color: #DA5D9D;
}
.BgClassName
{
background-color: #DA5D9D;
}
</style>
border-color css
<style>
span { border-color: #DA5D9D; }
span { border-color: rgb(218,93,157); }
td.TdClassName
{
border-color: #DA5D9D;
}
.TagClassName
{
border-color: #DA5D9D;
}
</style>