Shades of Hopbush #DA5895
Tints of Hopbush #DA5895
RGB
CMYK
RGB Variations
Color information
#DA5895 (or 0xDA5895) is known color: Hopbush. HEX triplet: DA, 58 and 95. RGB value is (218,88,149). Sum of RGB (Red+Green+Blue) = 218+88+149=455 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.91% from 455); Green value is 88 (34.77% from 255 or 19.34% from 455); Blue value is 149 (58.59% from 255 or 32.75% from 455); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5895 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA5895 is #25A76A. Grayscale: #858585. Windows color (decimal): -2467691 or 9787610. OLE color: 9787610.
HSL color Cylindrical-coordinate representation of color #DA5895: hue angle of 331.85º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DA5895 is Cyan = 0, Magento = 0.60, Yellow = 0.32 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 88 | 149 | - |
| CMYK | 0 | 0.60 | 0.32 | 0.15 |
| HSL | 331.85º | 0.64% | 0.6% | - |
| HSV(B) | 331.85º | 0.6% | 0.85% | - |
| XYZ | 37.83 | 24.05 | 31.08 | - |
| YUV | 133.82 | 136.57 | 188.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 88 | 149 | 0 | 0.60 | 0.32 | 0.15 | 331.85 | 0.64 | 0.6 |
| Hex | DA | 58 | 95 | 0 | 3C | 20 | F | 14C | 40 | 3C |
| Octal | 332 | 130 | 225 | 0 | 74 | 40 | 17 | 514 | 100 | 74 |
| Binary | 11011010 | 1011000 | 10010101 | 0 | 111100 | 100000 | 1111 | 101001100 | 1000000 | 111100 |
Color Harmonies of #DA5895
Complementary color
Monochromatic Colors of #DA5895
Black with #DA5895
Text Example
Text Example
White with #DA5895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA5895; }
p { color: rgb(218,88,149); }
H1.HeaderClassName
{
color: #DA5895;
}
.AnyTagClassName
{
color: #DA5895;
}
</style>
background-color css
<style>
a { background-color: #DA5895; }
a { background-color: rgb(218,88,149); }
div.DivClassName
{
background-color: #DA5895;
}
.BgClassName
{
background-color: #DA5895;
}
</style>
border-color css
<style>
span { border-color: #DA5895; }
span { border-color: rgb(218,88,149); }
td.TdClassName
{
border-color: #DA5895;
}
.TagClassName
{
border-color: #DA5895;
}
</style>