Shades of Hopbush #DB68A9
Tints of Hopbush #DB68A9
RGB
CMYK
RGB Variations
Color information
#DB68A9 (or 0xDB68A9) is known color: Hopbush. HEX triplet: DB, 68 and A9. RGB value is (219,104,169). Sum of RGB (Red+Green+Blue) = 219+104+169=492 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.51% from 492); Green value is 104 (41.02% from 255 or 21.14% from 492); Blue value is 169 (66.41% from 255 or 34.35% from 492); Max value from RGB is 219 - color contains mainly: red. Hex color #DB68A9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB68A9 is #249756. Grayscale: #919191. Windows color (decimal): -2398039 or 11102427. OLE color: 11102427.
HSL color Cylindrical-coordinate representation of color #DB68A9: hue angle of 326.09º 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 #DB68A9 is Cyan = 0, Magento = 0.53, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 104 | 169 | - |
| CMYK | 0 | 0.53 | 0.23 | 0.14 |
| HSL | 326.09º | 0.61% | 0.63% | - |
| HSV(B) | 326.09º | 0.53% | 0.86% | - |
| XYZ | 41.33 | 27.83 | 40.73 | - |
| YUV | 145.8 | 141.1 | 180.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 104 | 169 | 0 | 0.53 | 0.23 | 0.14 | 326.09 | 0.61 | 0.63 |
| Hex | DB | 68 | A9 | 0 | 35 | 17 | E | 146 | 3D | 3F |
| Octal | 333 | 150 | 251 | 0 | 65 | 27 | 16 | 506 | 75 | 77 |
| Binary | 11011011 | 1101000 | 10101001 | 0 | 110101 | 10111 | 1110 | 101000110 | 111101 | 111111 |
Color Harmonies of #DB68A9
Complementary color
Monochromatic Colors of #DB68A9
Black with #DB68A9
Text Example
Text Example
White with #DB68A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB68A9; }
p { color: rgb(219,104,169); }
H1.HeaderClassName
{
color: #DB68A9;
}
.AnyTagClassName
{
color: #DB68A9;
}
</style>
background-color css
<style>
a { background-color: #DB68A9; }
a { background-color: rgb(219,104,169); }
div.DivClassName
{
background-color: #DB68A9;
}
.BgClassName
{
background-color: #DB68A9;
}
</style>
border-color css
<style>
span { border-color: #DB68A9; }
span { border-color: rgb(219,104,169); }
td.TdClassName
{
border-color: #DB68A9;
}
.TagClassName
{
border-color: #DB68A9;
}
</style>