Shades of Hopbush #DB5CA1
Tints of Hopbush #DB5CA1
RGB
CMYK
RGB Variations
Color information
#DB5CA1 (or 0xDB5CA1) is known color: Hopbush. HEX triplet: DB, 5C and A1. RGB value is (219,92,161). Sum of RGB (Red+Green+Blue) = 219+92+161=472 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.40% from 472); Green value is 92 (36.33% from 255 or 19.49% from 472); Blue value is 161 (63.28% from 255 or 34.11% from 472); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5CA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB5CA1 is #24A35E. Grayscale: #898989. Windows color (decimal): -2401119 or 10575067. OLE color: 10575067.
HSL color Cylindrical-coordinate representation of color #DB5CA1: hue angle of 327.4º 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 #DB5CA1 is Cyan = 0, Magento = 0.58, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 92 | 161 | - |
| CMYK | 0 | 0.58 | 0.26 | 0.14 |
| HSL | 327.4º | 0.64% | 0.61% | - |
| HSV(B) | 327.4º | 0.58% | 0.86% | - |
| XYZ | 39.47 | 25.29 | 36.52 | - |
| YUV | 137.84 | 141.08 | 185.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 92 | 161 | 0 | 0.58 | 0.26 | 0.14 | 327.4 | 0.64 | 0.61 |
| Hex | DB | 5C | A1 | 0 | 3A | 1A | E | 147 | 40 | 3D |
| Octal | 333 | 134 | 241 | 0 | 72 | 32 | 16 | 507 | 100 | 75 |
| Binary | 11011011 | 1011100 | 10100001 | 0 | 111010 | 11010 | 1110 | 101000111 | 1000000 | 111101 |
Color Harmonies of #DB5CA1
Complementary color
Monochromatic Colors of #DB5CA1
Black with #DB5CA1
Text Example
Text Example
White with #DB5CA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5CA1; }
p { color: rgb(219,92,161); }
H1.HeaderClassName
{
color: #DB5CA1;
}
.AnyTagClassName
{
color: #DB5CA1;
}
</style>
background-color css
<style>
a { background-color: #DB5CA1; }
a { background-color: rgb(219,92,161); }
div.DivClassName
{
background-color: #DB5CA1;
}
.BgClassName
{
background-color: #DB5CA1;
}
</style>
border-color css
<style>
span { border-color: #DB5CA1; }
span { border-color: rgb(219,92,161); }
td.TdClassName
{
border-color: #DB5CA1;
}
.TagClassName
{
border-color: #DB5CA1;
}
</style>