Shades of Hopbush #DB65A1
Tints of Hopbush #DB65A1
RGB
CMYK
RGB Variations
Color information
#DB65A1 (or 0xDB65A1) is known color: Hopbush. HEX triplet: DB, 65 and A1. RGB value is (219,101,161). Sum of RGB (Red+Green+Blue) = 219+101+161=481 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.53% from 481); Green value is 101 (39.84% from 255 or 21.00% from 481); Blue value is 161 (63.28% from 255 or 33.47% from 481); Max value from RGB is 219 - color contains mainly: red. Hex color #DB65A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB65A1 is #249A5E. Grayscale: #8F8F8F. Windows color (decimal): -2398815 or 10577371. OLE color: 10577371.
HSL color Cylindrical-coordinate representation of color #DB65A1: hue angle of 329.49º 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 #DB65A1 is Cyan = 0, Magento = 0.54, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 101 | 161 | - |
| CMYK | 0 | 0.54 | 0.26 | 0.14 |
| HSL | 329.49º | 0.62% | 0.63% | - |
| HSV(B) | 329.49º | 0.54% | 0.86% | - |
| XYZ | 40.3 | 26.94 | 36.79 | - |
| YUV | 143.12 | 138.09 | 182.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 101 | 161 | 0 | 0.54 | 0.26 | 0.14 | 329.49 | 0.62 | 0.63 |
| Hex | DB | 65 | A1 | 0 | 36 | 1A | E | 149 | 3E | 3F |
| Octal | 333 | 145 | 241 | 0 | 66 | 32 | 16 | 511 | 76 | 77 |
| Binary | 11011011 | 1100101 | 10100001 | 0 | 110110 | 11010 | 1110 | 101001001 | 111110 | 111111 |
Color Harmonies of #DB65A1
Complementary color
Monochromatic Colors of #DB65A1
Black with #DB65A1
Text Example
Text Example
White with #DB65A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB65A1; }
p { color: rgb(219,101,161); }
H1.HeaderClassName
{
color: #DB65A1;
}
.AnyTagClassName
{
color: #DB65A1;
}
</style>
background-color css
<style>
a { background-color: #DB65A1; }
a { background-color: rgb(219,101,161); }
div.DivClassName
{
background-color: #DB65A1;
}
.BgClassName
{
background-color: #DB65A1;
}
</style>
border-color css
<style>
span { border-color: #DB65A1; }
span { border-color: rgb(219,101,161); }
td.TdClassName
{
border-color: #DB65A1;
}
.TagClassName
{
border-color: #DB65A1;
}
</style>