Shades of Hopbush #DB65A5
Tints of Hopbush #DB65A5
RGB
CMYK
RGB Variations
Color information
#DB65A5 (or 0xDB65A5) is known color: Hopbush. HEX triplet: DB, 65 and A5. RGB value is (219,101,165). Sum of RGB (Red+Green+Blue) = 219+101+165=485 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.15% from 485); Green value is 101 (39.84% from 255 or 20.82% from 485); Blue value is 165 (64.84% from 255 or 34.02% from 485); Max value from RGB is 219 - color contains mainly: red. Hex color #DB65A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB65A5 is #249A5A. Grayscale: #8F8F8F. Windows color (decimal): -2398811 or 10839515. OLE color: 10839515.
HSL color Cylindrical-coordinate representation of color #DB65A5: hue angle of 327.46º 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 #DB65A5 is Cyan = 0, Magento = 0.54, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 101 | 165 | - |
| CMYK | 0 | 0.54 | 0.25 | 0.14 |
| HSL | 327.46º | 0.62% | 0.63% | - |
| HSV(B) | 327.46º | 0.54% | 0.86% | - |
| XYZ | 40.66 | 27.08 | 38.68 | - |
| YUV | 143.58 | 140.09 | 181.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 101 | 165 | 0 | 0.54 | 0.25 | 0.14 | 327.46 | 0.62 | 0.63 |
| Hex | DB | 65 | A5 | 0 | 36 | 19 | E | 147 | 3E | 3F |
| Octal | 333 | 145 | 245 | 0 | 66 | 31 | 16 | 507 | 76 | 77 |
| Binary | 11011011 | 1100101 | 10100101 | 0 | 110110 | 11001 | 1110 | 101000111 | 111110 | 111111 |
Color Harmonies of #DB65A5
Complementary color
Monochromatic Colors of #DB65A5
Black with #DB65A5
Text Example
Text Example
White with #DB65A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB65A5; }
p { color: rgb(219,101,165); }
H1.HeaderClassName
{
color: #DB65A5;
}
.AnyTagClassName
{
color: #DB65A5;
}
</style>
background-color css
<style>
a { background-color: #DB65A5; }
a { background-color: rgb(219,101,165); }
div.DivClassName
{
background-color: #DB65A5;
}
.BgClassName
{
background-color: #DB65A5;
}
</style>
border-color css
<style>
span { border-color: #DB65A5; }
span { border-color: rgb(219,101,165); }
td.TdClassName
{
border-color: #DB65A5;
}
.TagClassName
{
border-color: #DB65A5;
}
</style>