Shades of Hopbush #DB5FA5
Tints of Hopbush #DB5FA5
RGB
CMYK
RGB Variations
Color information
#DB5FA5 (or 0xDB5FA5) is known color: Hopbush. HEX triplet: DB, 5F and A5. RGB value is (219,95,165). Sum of RGB (Red+Green+Blue) = 219+95+165=479 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.72% from 479); Green value is 95 (37.5% from 255 or 19.83% from 479); Blue value is 165 (64.84% from 255 or 34.45% from 479); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5FA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB5FA5 is #24A05A. Grayscale: #8B8B8B. Windows color (decimal): -2400347 or 10837979. OLE color: 10837979.
HSL color Cylindrical-coordinate representation of color #DB5FA5: hue angle of 326.13º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DB5FA5 is Cyan = 0, Magento = 0.57, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 95 | 165 | - |
| CMYK | 0 | 0.57 | 0.25 | 0.14 |
| HSL | 326.13º | 0.63% | 0.62% | - |
| HSV(B) | 326.13º | 0.57% | 0.86% | - |
| XYZ | 40.1 | 25.96 | 38.49 | - |
| YUV | 140.06 | 142.08 | 184.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 95 | 165 | 0 | 0.57 | 0.25 | 0.14 | 326.13 | 0.63 | 0.62 |
| Hex | DB | 5F | A5 | 0 | 39 | 19 | E | 146 | 3F | 3E |
| Octal | 333 | 137 | 245 | 0 | 71 | 31 | 16 | 506 | 77 | 76 |
| Binary | 11011011 | 1011111 | 10100101 | 0 | 111001 | 11001 | 1110 | 101000110 | 111111 | 111110 |
Color Harmonies of #DB5FA5
Complementary color
Monochromatic Colors of #DB5FA5
Black with #DB5FA5
Text Example
Text Example
White with #DB5FA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5FA5; }
p { color: rgb(219,95,165); }
H1.HeaderClassName
{
color: #DB5FA5;
}
.AnyTagClassName
{
color: #DB5FA5;
}
</style>
background-color css
<style>
a { background-color: #DB5FA5; }
a { background-color: rgb(219,95,165); }
div.DivClassName
{
background-color: #DB5FA5;
}
.BgClassName
{
background-color: #DB5FA5;
}
</style>
border-color css
<style>
span { border-color: #DB5FA5; }
span { border-color: rgb(219,95,165); }
td.TdClassName
{
border-color: #DB5FA5;
}
.TagClassName
{
border-color: #DB5FA5;
}
</style>