Shades of Hopbush #DB5FA3
Tints of Hopbush #DB5FA3
RGB
CMYK
RGB Variations
Color information
#DB5FA3 (or 0xDB5FA3) is known color: Hopbush. HEX triplet: DB, 5F and A3. RGB value is (219,95,163). Sum of RGB (Red+Green+Blue) = 219+95+163=477 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.91% from 477); Green value is 95 (37.5% from 255 or 19.92% from 477); Blue value is 163 (64.06% from 255 or 34.17% from 477); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5FA3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB5FA3 is #24A05C. Grayscale: #8B8B8B. Windows color (decimal): -2400349 or 10706907. OLE color: 10706907.
HSL color Cylindrical-coordinate representation of color #DB5FA3: hue angle of 327.1º 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 #DB5FA3 is Cyan = 0, Magento = 0.57, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 95 | 163 | - |
| CMYK | 0 | 0.57 | 0.26 | 0.14 |
| HSL | 327.1º | 0.63% | 0.62% | - |
| HSV(B) | 327.1º | 0.57% | 0.86% | - |
| XYZ | 39.92 | 25.89 | 37.54 | - |
| YUV | 139.83 | 141.08 | 184.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 95 | 163 | 0 | 0.57 | 0.26 | 0.14 | 327.1 | 0.63 | 0.62 |
| Hex | DB | 5F | A3 | 0 | 39 | 1A | E | 147 | 3F | 3E |
| Octal | 333 | 137 | 243 | 0 | 71 | 32 | 16 | 507 | 77 | 76 |
| Binary | 11011011 | 1011111 | 10100011 | 0 | 111001 | 11010 | 1110 | 101000111 | 111111 | 111110 |
Color Harmonies of #DB5FA3
Complementary color
Monochromatic Colors of #DB5FA3
Black with #DB5FA3
Text Example
Text Example
White with #DB5FA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5FA3; }
p { color: rgb(219,95,163); }
H1.HeaderClassName
{
color: #DB5FA3;
}
.AnyTagClassName
{
color: #DB5FA3;
}
</style>
background-color css
<style>
a { background-color: #DB5FA3; }
a { background-color: rgb(219,95,163); }
div.DivClassName
{
background-color: #DB5FA3;
}
.BgClassName
{
background-color: #DB5FA3;
}
</style>
border-color css
<style>
span { border-color: #DB5FA3; }
span { border-color: rgb(219,95,163); }
td.TdClassName
{
border-color: #DB5FA3;
}
.TagClassName
{
border-color: #DB5FA3;
}
</style>