Shades of Hopbush #DB65AB
Tints of Hopbush #DB65AB
RGB
CMYK
RGB Variations
Color information
#DB65AB (or 0xDB65AB) is known color: Hopbush. HEX triplet: DB, 65 and AB. RGB value is (219,101,171). Sum of RGB (Red+Green+Blue) = 219+101+171=491 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.60% from 491); Green value is 101 (39.84% from 255 or 20.57% from 491); Blue value is 171 (67.19% from 255 or 34.83% from 491); Max value from RGB is 219 - color contains mainly: red. Hex color #DB65AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB65AB is #249A54. Grayscale: #909090. Windows color (decimal): -2398805 or 11232731. OLE color: 11232731.
HSL color Cylindrical-coordinate representation of color #DB65AB: hue angle of 324.41º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DB65AB is Cyan = 0, Magento = 0.54, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 101 | 171 | - |
| CMYK | 0 | 0.54 | 0.22 | 0.14 |
| HSL | 324.41º | 0.62% | 0.63% | - |
| HSV(B) | 324.41º | 0.54% | 0.86% | - |
| XYZ | 41.22 | 27.31 | 41.63 | - |
| YUV | 144.26 | 143.09 | 181.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 101 | 171 | 0 | 0.54 | 0.22 | 0.14 | 324.41 | 0.62 | 0.63 |
| Hex | DB | 65 | AB | 0 | 36 | 16 | E | 144 | 3E | 3F |
| Octal | 333 | 145 | 253 | 0 | 66 | 26 | 16 | 504 | 76 | 77 |
| Binary | 11011011 | 1100101 | 10101011 | 0 | 110110 | 10110 | 1110 | 101000100 | 111110 | 111111 |
Color Harmonies of #DB65AB
Complementary color
Monochromatic Colors of #DB65AB
Black with #DB65AB
Text Example
Text Example
White with #DB65AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB65AB; }
p { color: rgb(219,101,171); }
H1.HeaderClassName
{
color: #DB65AB;
}
.AnyTagClassName
{
color: #DB65AB;
}
</style>
background-color css
<style>
a { background-color: #DB65AB; }
a { background-color: rgb(219,101,171); }
div.DivClassName
{
background-color: #DB65AB;
}
.BgClassName
{
background-color: #DB65AB;
}
</style>
border-color css
<style>
span { border-color: #DB65AB; }
span { border-color: rgb(219,101,171); }
td.TdClassName
{
border-color: #DB65AB;
}
.TagClassName
{
border-color: #DB65AB;
}
</style>