Shades of Hopbush #DB67A6
Tints of Hopbush #DB67A6
RGB
CMYK
RGB Variations
Color information
#DB67A6 (or 0xDB67A6) is known color: Hopbush. HEX triplet: DB, 67 and A6. RGB value is (219,103,166). Sum of RGB (Red+Green+Blue) = 219+103+166=488 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.88% from 488); Green value is 103 (40.62% from 255 or 21.11% from 488); Blue value is 166 (65.23% from 255 or 34.02% from 488); Max value from RGB is 219 - color contains mainly: red. Hex color #DB67A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB67A6 is #249859. Grayscale: #909090. Windows color (decimal): -2398298 or 10905563. OLE color: 10905563.
HSL color Cylindrical-coordinate representation of color #DB67A6: hue angle of 327.41º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DB67A6 is Cyan = 0, Magento = 0.53, Yellow = 0.24 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 103 | 166 | - |
| CMYK | 0 | 0.53 | 0.24 | 0.14 |
| HSL | 327.41º | 0.62% | 0.63% | - |
| HSV(B) | 327.41º | 0.53% | 0.86% | - |
| XYZ | 40.95 | 27.51 | 39.23 | - |
| YUV | 144.87 | 139.93 | 180.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 103 | 166 | 0 | 0.53 | 0.24 | 0.14 | 327.41 | 0.62 | 0.63 |
| Hex | DB | 67 | A6 | 0 | 35 | 18 | E | 147 | 3E | 3F |
| Octal | 333 | 147 | 246 | 0 | 65 | 30 | 16 | 507 | 76 | 77 |
| Binary | 11011011 | 1100111 | 10100110 | 0 | 110101 | 11000 | 1110 | 101000111 | 111110 | 111111 |
Color Harmonies of #DB67A6
Complementary color
Monochromatic Colors of #DB67A6
Black with #DB67A6
Text Example
Text Example
White with #DB67A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB67A6; }
p { color: rgb(219,103,166); }
H1.HeaderClassName
{
color: #DB67A6;
}
.AnyTagClassName
{
color: #DB67A6;
}
</style>
background-color css
<style>
a { background-color: #DB67A6; }
a { background-color: rgb(219,103,166); }
div.DivClassName
{
background-color: #DB67A6;
}
.BgClassName
{
background-color: #DB67A6;
}
</style>
border-color css
<style>
span { border-color: #DB67A6; }
span { border-color: rgb(219,103,166); }
td.TdClassName
{
border-color: #DB67A6;
}
.TagClassName
{
border-color: #DB67A6;
}
</style>