Shades of Hopbush #DB5DAD
Tints of Hopbush #DB5DAD
RGB
CMYK
RGB Variations
Color information
#DB5DAD (or 0xDB5DAD) is known color: Hopbush. HEX triplet: DB, 5D and AD. RGB value is (219,93,173). Sum of RGB (Red+Green+Blue) = 219+93+173=485 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.15% from 485); Green value is 93 (36.72% from 255 or 19.18% from 485); Blue value is 173 (67.97% from 255 or 35.67% from 485); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5DAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB5DAD is #24A252. Grayscale: #8B8B8B. Windows color (decimal): -2400851 or 11361755. OLE color: 11361755.
HSL color Cylindrical-coordinate representation of color #DB5DAD: hue angle of 321.9º 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 #DB5DAD is Cyan = 0, Magento = 0.58, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 93 | 173 | - |
| CMYK | 0 | 0.58 | 0.21 | 0.14 |
| HSL | 321.9º | 0.64% | 0.61% | - |
| HSV(B) | 321.9º | 0.58% | 0.86% | - |
| XYZ | 40.67 | 25.91 | 42.39 | - |
| YUV | 139.79 | 146.74 | 184.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 93 | 173 | 0 | 0.58 | 0.21 | 0.14 | 321.9 | 0.64 | 0.61 |
| Hex | DB | 5D | AD | 0 | 3A | 15 | E | 142 | 40 | 3D |
| Octal | 333 | 135 | 255 | 0 | 72 | 25 | 16 | 502 | 100 | 75 |
| Binary | 11011011 | 1011101 | 10101101 | 0 | 111010 | 10101 | 1110 | 101000010 | 1000000 | 111101 |
Color Harmonies of #DB5DAD
Complementary color
Monochromatic Colors of #DB5DAD
Black with #DB5DAD
Text Example
Text Example
White with #DB5DAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5DAD; }
p { color: rgb(219,93,173); }
H1.HeaderClassName
{
color: #DB5DAD;
}
.AnyTagClassName
{
color: #DB5DAD;
}
</style>
background-color css
<style>
a { background-color: #DB5DAD; }
a { background-color: rgb(219,93,173); }
div.DivClassName
{
background-color: #DB5DAD;
}
.BgClassName
{
background-color: #DB5DAD;
}
</style>
border-color css
<style>
span { border-color: #DB5DAD; }
span { border-color: rgb(219,93,173); }
td.TdClassName
{
border-color: #DB5DAD;
}
.TagClassName
{
border-color: #DB5DAD;
}
</style>