Shades of Hopbush #DB69A6
Tints of Hopbush #DB69A6
RGB
CMYK
RGB Variations
Color information
#DB69A6 (or 0xDB69A6) is known color: Hopbush. HEX triplet: DB, 69 and A6. RGB value is (219,105,166). Sum of RGB (Red+Green+Blue) = 219+105+166=490 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.69% from 490); Green value is 105 (41.41% from 255 or 21.43% from 490); Blue value is 166 (65.23% from 255 or 33.88% from 490); Max value from RGB is 219 - color contains mainly: red. Hex color #DB69A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB69A6 is #249659. Grayscale: #919191. Windows color (decimal): -2397786 or 10906075. OLE color: 10906075.
HSL color Cylindrical-coordinate representation of color #DB69A6: hue angle of 327.89º 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 #DB69A6 is Cyan = 0, Magento = 0.52, Yellow = 0.24 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 105 | 166 | - |
| CMYK | 0 | 0.52 | 0.24 | 0.14 |
| HSL | 327.89º | 0.61% | 0.64% | - |
| HSV(B) | 327.89º | 0.52% | 0.86% | - |
| XYZ | 41.15 | 27.92 | 39.3 | - |
| YUV | 146.04 | 139.27 | 180.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 105 | 166 | 0 | 0.52 | 0.24 | 0.14 | 327.89 | 0.61 | 0.64 |
| Hex | DB | 69 | A6 | 0 | 34 | 18 | E | 148 | 3D | 40 |
| Octal | 333 | 151 | 246 | 0 | 64 | 30 | 16 | 510 | 75 | 100 |
| Binary | 11011011 | 1101001 | 10100110 | 0 | 110100 | 11000 | 1110 | 101001000 | 111101 | 1000000 |
Color Harmonies of #DB69A6
Complementary color
Monochromatic Colors of #DB69A6
Black with #DB69A6
Text Example
Text Example
White with #DB69A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB69A6; }
p { color: rgb(219,105,166); }
H1.HeaderClassName
{
color: #DB69A6;
}
.AnyTagClassName
{
color: #DB69A6;
}
</style>
background-color css
<style>
a { background-color: #DB69A6; }
a { background-color: rgb(219,105,166); }
div.DivClassName
{
background-color: #DB69A6;
}
.BgClassName
{
background-color: #DB69A6;
}
</style>
border-color css
<style>
span { border-color: #DB69A6; }
span { border-color: rgb(219,105,166); }
td.TdClassName
{
border-color: #DB69A6;
}
.TagClassName
{
border-color: #DB69A6;
}
</style>