Shades of Hopbush #DB64AD
Tints of Hopbush #DB64AD
RGB
CMYK
RGB Variations
Color information
#DB64AD (or 0xDB64AD) is known color: Hopbush. HEX triplet: DB, 64 and AD. RGB value is (219,100,173). Sum of RGB (Red+Green+Blue) = 219+100+173=492 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.51% from 492); Green value is 100 (39.45% from 255 or 20.33% from 492); Blue value is 173 (67.97% from 255 or 35.16% from 492); Max value from RGB is 219 - color contains mainly: red. Hex color #DB64AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB64AD is #249B52. Grayscale: #8F8F8F. Windows color (decimal): -2399059 or 11363547. OLE color: 11363547.
HSL color Cylindrical-coordinate representation of color #DB64AD: hue angle of 323.19º 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 #DB64AD is Cyan = 0, Magento = 0.54, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 100 | 173 | - |
| CMYK | 0 | 0.54 | 0.21 | 0.14 |
| HSL | 323.19º | 0.62% | 0.63% | - |
| HSV(B) | 323.19º | 0.54% | 0.86% | - |
| XYZ | 41.31 | 27.19 | 42.61 | - |
| YUV | 143.9 | 144.42 | 181.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 100 | 173 | 0 | 0.54 | 0.21 | 0.14 | 323.19 | 0.62 | 0.63 |
| Hex | DB | 64 | AD | 0 | 36 | 15 | E | 143 | 3E | 3F |
| Octal | 333 | 144 | 255 | 0 | 66 | 25 | 16 | 503 | 76 | 77 |
| Binary | 11011011 | 1100100 | 10101101 | 0 | 110110 | 10101 | 1110 | 101000011 | 111110 | 111111 |
Color Harmonies of #DB64AD
Complementary color
Monochromatic Colors of #DB64AD
Black with #DB64AD
Text Example
Text Example
White with #DB64AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB64AD; }
p { color: rgb(219,100,173); }
H1.HeaderClassName
{
color: #DB64AD;
}
.AnyTagClassName
{
color: #DB64AD;
}
</style>
background-color css
<style>
a { background-color: #DB64AD; }
a { background-color: rgb(219,100,173); }
div.DivClassName
{
background-color: #DB64AD;
}
.BgClassName
{
background-color: #DB64AD;
}
</style>
border-color css
<style>
span { border-color: #DB64AD; }
span { border-color: rgb(219,100,173); }
td.TdClassName
{
border-color: #DB64AD;
}
.TagClassName
{
border-color: #DB64AD;
}
</style>