Shades of Hopbush #DB65AD
Tints of Hopbush #DB65AD
RGB
CMYK
RGB Variations
Color information
#DB65AD (or 0xDB65AD) is known color: Hopbush. HEX triplet: DB, 65 and AD. RGB value is (219,101,173). Sum of RGB (Red+Green+Blue) = 219+101+173=493 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.42% from 493); Green value is 101 (39.84% from 255 or 20.49% from 493); Blue value is 173 (67.97% from 255 or 35.09% from 493); Max value from RGB is 219 - color contains mainly: red. Hex color #DB65AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB65AD is #249A52. Grayscale: #909090. Windows color (decimal): -2398803 or 11363803. OLE color: 11363803.
HSL color Cylindrical-coordinate representation of color #DB65AD: hue angle of 323.39º 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 #DB65AD is Cyan = 0, Magento = 0.54, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 101 | 173 | - |
| CMYK | 0 | 0.54 | 0.21 | 0.14 |
| HSL | 323.39º | 0.62% | 0.63% | - |
| HSV(B) | 323.39º | 0.54% | 0.86% | - |
| XYZ | 41.41 | 27.38 | 42.64 | - |
| YUV | 144.49 | 144.09 | 181.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 101 | 173 | 0 | 0.54 | 0.21 | 0.14 | 323.39 | 0.62 | 0.63 |
| Hex | DB | 65 | AD | 0 | 36 | 15 | E | 143 | 3E | 3F |
| Octal | 333 | 145 | 255 | 0 | 66 | 25 | 16 | 503 | 76 | 77 |
| Binary | 11011011 | 1100101 | 10101101 | 0 | 110110 | 10101 | 1110 | 101000011 | 111110 | 111111 |
Color Harmonies of #DB65AD
Complementary color
Monochromatic Colors of #DB65AD
Black with #DB65AD
Text Example
Text Example
White with #DB65AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB65AD; }
p { color: rgb(219,101,173); }
H1.HeaderClassName
{
color: #DB65AD;
}
.AnyTagClassName
{
color: #DB65AD;
}
</style>
background-color css
<style>
a { background-color: #DB65AD; }
a { background-color: rgb(219,101,173); }
div.DivClassName
{
background-color: #DB65AD;
}
.BgClassName
{
background-color: #DB65AD;
}
</style>
border-color css
<style>
span { border-color: #DB65AD; }
span { border-color: rgb(219,101,173); }
td.TdClassName
{
border-color: #DB65AD;
}
.TagClassName
{
border-color: #DB65AD;
}
</style>