Shades of Hopbush #DB69AC
Tints of Hopbush #DB69AC
RGB
CMYK
RGB Variations
Color information
#DB69AC (or 0xDB69AC) is known color: Hopbush. HEX triplet: DB, 69 and AC. RGB value is (219,105,172). Sum of RGB (Red+Green+Blue) = 219+105+172=496 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.15% from 496); Green value is 105 (41.41% from 255 or 21.17% from 496); Blue value is 172 (67.58% from 255 or 34.68% from 496); Max value from RGB is 219 - color contains mainly: red. Hex color #DB69AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB69AC is #249653. Grayscale: #929292. Windows color (decimal): -2397780 or 11299291. OLE color: 11299291.
HSL color Cylindrical-coordinate representation of color #DB69AC: hue angle of 324.74º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DB69AC is Cyan = 0, Magento = 0.52, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 105 | 172 | - |
| CMYK | 0 | 0.52 | 0.21 | 0.14 |
| HSL | 324.74º | 0.61% | 0.64% | - |
| HSV(B) | 324.74º | 0.52% | 0.86% | - |
| XYZ | 41.71 | 28.14 | 42.26 | - |
| YUV | 146.72 | 142.27 | 179.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 105 | 172 | 0 | 0.52 | 0.21 | 0.14 | 324.74 | 0.61 | 0.64 |
| Hex | DB | 69 | AC | 0 | 34 | 15 | E | 145 | 3D | 40 |
| Octal | 333 | 151 | 254 | 0 | 64 | 25 | 16 | 505 | 75 | 100 |
| Binary | 11011011 | 1101001 | 10101100 | 0 | 110100 | 10101 | 1110 | 101000101 | 111101 | 1000000 |
Color Harmonies of #DB69AC
Complementary color
Monochromatic Colors of #DB69AC
Black with #DB69AC
Text Example
Text Example
White with #DB69AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB69AC; }
p { color: rgb(219,105,172); }
H1.HeaderClassName
{
color: #DB69AC;
}
.AnyTagClassName
{
color: #DB69AC;
}
</style>
background-color css
<style>
a { background-color: #DB69AC; }
a { background-color: rgb(219,105,172); }
div.DivClassName
{
background-color: #DB69AC;
}
.BgClassName
{
background-color: #DB69AC;
}
</style>
border-color css
<style>
span { border-color: #DB69AC; }
span { border-color: rgb(219,105,172); }
td.TdClassName
{
border-color: #DB69AC;
}
.TagClassName
{
border-color: #DB69AC;
}
</style>