Shades of Hopbush #DB5DA5
Tints of Hopbush #DB5DA5
RGB
CMYK
RGB Variations
Color information
#DB5DA5 (or 0xDB5DA5) is known color: Hopbush. HEX triplet: DB, 5D and A5. RGB value is (219,93,165). Sum of RGB (Red+Green+Blue) = 219+93+165=477 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.91% from 477); Green value is 93 (36.72% from 255 or 19.50% from 477); Blue value is 165 (64.84% from 255 or 34.59% from 477); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5DA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB5DA5 is #24A25A. Grayscale: #8A8A8A. Windows color (decimal): -2400859 or 10837467. OLE color: 10837467.
HSL color Cylindrical-coordinate representation of color #DB5DA5: hue angle of 325.71º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DB5DA5 is Cyan = 0, Magento = 0.58, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 93 | 165 | - |
| CMYK | 0 | 0.58 | 0.25 | 0.14 |
| HSL | 325.71º | 0.64% | 0.61% | - |
| HSV(B) | 325.71º | 0.58% | 0.86% | - |
| XYZ | 39.92 | 25.61 | 38.44 | - |
| YUV | 138.88 | 142.74 | 185.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 93 | 165 | 0 | 0.58 | 0.25 | 0.14 | 325.71 | 0.64 | 0.61 |
| Hex | DB | 5D | A5 | 0 | 3A | 19 | E | 146 | 40 | 3D |
| Octal | 333 | 135 | 245 | 0 | 72 | 31 | 16 | 506 | 100 | 75 |
| Binary | 11011011 | 1011101 | 10100101 | 0 | 111010 | 11001 | 1110 | 101000110 | 1000000 | 111101 |
Color Harmonies of #DB5DA5
Complementary color
Monochromatic Colors of #DB5DA5
Black with #DB5DA5
Text Example
Text Example
White with #DB5DA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5DA5; }
p { color: rgb(219,93,165); }
H1.HeaderClassName
{
color: #DB5DA5;
}
.AnyTagClassName
{
color: #DB5DA5;
}
</style>
background-color css
<style>
a { background-color: #DB5DA5; }
a { background-color: rgb(219,93,165); }
div.DivClassName
{
background-color: #DB5DA5;
}
.BgClassName
{
background-color: #DB5DA5;
}
</style>
border-color css
<style>
span { border-color: #DB5DA5; }
span { border-color: rgb(219,93,165); }
td.TdClassName
{
border-color: #DB5DA5;
}
.TagClassName
{
border-color: #DB5DA5;
}
</style>