Shades of Hopbush #DB68AD
Tints of Hopbush #DB68AD
RGB
CMYK
RGB Variations
Color information
#DB68AD (or 0xDB68AD) is known color: Hopbush. HEX triplet: DB, 68 and AD. RGB value is (219,104,173). Sum of RGB (Red+Green+Blue) = 219+104+173=496 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.15% from 496); Green value is 104 (41.02% from 255 or 20.97% from 496); Blue value is 173 (67.97% from 255 or 34.88% from 496); Max value from RGB is 219 - color contains mainly: red. Hex color #DB68AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB68AD is #249752. Grayscale: #929292. Windows color (decimal): -2398035 or 11364571. OLE color: 11364571.
HSL color Cylindrical-coordinate representation of color #DB68AD: hue angle of 324º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DB68AD is Cyan = 0, Magento = 0.53, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 104 | 173 | - |
| CMYK | 0 | 0.53 | 0.21 | 0.14 |
| HSL | 324º | 0.61% | 0.63% | - |
| HSV(B) | 324º | 0.53% | 0.86% | - |
| XYZ | 41.71 | 27.98 | 42.74 | - |
| YUV | 146.25 | 143.1 | 179.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 104 | 173 | 0 | 0.53 | 0.21 | 0.14 | 324 | 0.61 | 0.63 |
| Hex | DB | 68 | AD | 0 | 35 | 15 | E | 144 | 3D | 3F |
| Octal | 333 | 150 | 255 | 0 | 65 | 25 | 16 | 504 | 75 | 77 |
| Binary | 11011011 | 1101000 | 10101101 | 0 | 110101 | 10101 | 1110 | 101000100 | 111101 | 111111 |
Color Harmonies of #DB68AD
Complementary color
Monochromatic Colors of #DB68AD
Black with #DB68AD
Text Example
Text Example
White with #DB68AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB68AD; }
p { color: rgb(219,104,173); }
H1.HeaderClassName
{
color: #DB68AD;
}
.AnyTagClassName
{
color: #DB68AD;
}
</style>
background-color css
<style>
a { background-color: #DB68AD; }
a { background-color: rgb(219,104,173); }
div.DivClassName
{
background-color: #DB68AD;
}
.BgClassName
{
background-color: #DB68AD;
}
</style>
border-color css
<style>
span { border-color: #DB68AD; }
span { border-color: rgb(219,104,173); }
td.TdClassName
{
border-color: #DB68AD;
}
.TagClassName
{
border-color: #DB68AD;
}
</style>