Shades of Hopbush #DB6BAF
Tints of Hopbush #DB6BAF
RGB
CMYK
RGB Variations
Color information
#DB6BAF (or 0xDB6BAF) is known color: Hopbush. HEX triplet: DB, 6B and AF. RGB value is (219,107,175). Sum of RGB (Red+Green+Blue) = 219+107+175=501 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.71% from 501); Green value is 107 (42.19% from 255 or 21.36% from 501); Blue value is 175 (68.75% from 255 or 34.93% from 501); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6BAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB6BAF is #249450. Grayscale: #949494. Windows color (decimal): -2397265 or 11496411. OLE color: 11496411.
HSL color Cylindrical-coordinate representation of color #DB6BAF: hue angle of 323.57º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DB6BAF is Cyan = 0, Magento = 0.51, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 107 | 175 | - |
| CMYK | 0 | 0.51 | 0.20 | 0.14 |
| HSL | 323.57º | 0.61% | 0.64% | - |
| HSV(B) | 323.57º | 0.51% | 0.86% | - |
| XYZ | 42.21 | 28.67 | 43.87 | - |
| YUV | 148.24 | 143.11 | 178.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 107 | 175 | 0 | 0.51 | 0.20 | 0.14 | 323.57 | 0.61 | 0.64 |
| Hex | DB | 6B | AF | 0 | 33 | 14 | E | 144 | 3D | 40 |
| Octal | 333 | 153 | 257 | 0 | 63 | 24 | 16 | 504 | 75 | 100 |
| Binary | 11011011 | 1101011 | 10101111 | 0 | 110011 | 10100 | 1110 | 101000100 | 111101 | 1000000 |
Color Harmonies of #DB6BAF
Complementary color
Monochromatic Colors of #DB6BAF
Black with #DB6BAF
Text Example
Text Example
White with #DB6BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6BAF; }
p { color: rgb(219,107,175); }
H1.HeaderClassName
{
color: #DB6BAF;
}
.AnyTagClassName
{
color: #DB6BAF;
}
</style>
background-color css
<style>
a { background-color: #DB6BAF; }
a { background-color: rgb(219,107,175); }
div.DivClassName
{
background-color: #DB6BAF;
}
.BgClassName
{
background-color: #DB6BAF;
}
</style>
border-color css
<style>
span { border-color: #DB6BAF; }
span { border-color: rgb(219,107,175); }
td.TdClassName
{
border-color: #DB6BAF;
}
.TagClassName
{
border-color: #DB6BAF;
}
</style>