Shades of Hopbush #DB69AB
Tints of Hopbush #DB69AB
RGB
CMYK
RGB Variations
Color information
#DB69AB (or 0xDB69AB) is known color: Hopbush. HEX triplet: DB, 69 and AB. RGB value is (219,105,171). Sum of RGB (Red+Green+Blue) = 219+105+171=495 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.24% from 495); Green value is 105 (41.41% from 255 or 21.21% from 495); Blue value is 171 (67.19% from 255 or 34.55% from 495); Max value from RGB is 219 - color contains mainly: red. Hex color #DB69AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB69AB is #249654. Grayscale: #929292. Windows color (decimal): -2397781 or 11233755. OLE color: 11233755.
HSL color Cylindrical-coordinate representation of color #DB69AB: hue angle of 325.26º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DB69AB is Cyan = 0, Magento = 0.52, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 105 | 171 | - |
| CMYK | 0 | 0.52 | 0.22 | 0.14 |
| HSL | 325.26º | 0.61% | 0.64% | - |
| HSV(B) | 325.26º | 0.52% | 0.86% | - |
| XYZ | 41.62 | 28.1 | 41.76 | - |
| YUV | 146.61 | 141.77 | 179.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 105 | 171 | 0 | 0.52 | 0.22 | 0.14 | 325.26 | 0.61 | 0.64 |
| Hex | DB | 69 | AB | 0 | 34 | 16 | E | 145 | 3D | 40 |
| Octal | 333 | 151 | 253 | 0 | 64 | 26 | 16 | 505 | 75 | 100 |
| Binary | 11011011 | 1101001 | 10101011 | 0 | 110100 | 10110 | 1110 | 101000101 | 111101 | 1000000 |
Color Harmonies of #DB69AB
Complementary color
Monochromatic Colors of #DB69AB
Black with #DB69AB
Text Example
Text Example
White with #DB69AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB69AB; }
p { color: rgb(219,105,171); }
H1.HeaderClassName
{
color: #DB69AB;
}
.AnyTagClassName
{
color: #DB69AB;
}
</style>
background-color css
<style>
a { background-color: #DB69AB; }
a { background-color: rgb(219,105,171); }
div.DivClassName
{
background-color: #DB69AB;
}
.BgClassName
{
background-color: #DB69AB;
}
</style>
border-color css
<style>
span { border-color: #DB69AB; }
span { border-color: rgb(219,105,171); }
td.TdClassName
{
border-color: #DB69AB;
}
.TagClassName
{
border-color: #DB69AB;
}
</style>