Shades of Hopbush #DB67A4
Tints of Hopbush #DB67A4
RGB
CMYK
RGB Variations
Color information
#DB67A4 (or 0xDB67A4) is known color: Hopbush. HEX triplet: DB, 67 and A4. RGB value is (219,103,164). Sum of RGB (Red+Green+Blue) = 219+103+164=486 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.06% from 486); Green value is 103 (40.62% from 255 or 21.19% from 486); Blue value is 164 (64.45% from 255 or 33.74% from 486); Max value from RGB is 219 - color contains mainly: red. Hex color #DB67A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB67A4 is #24985B. Grayscale: #909090. Windows color (decimal): -2398300 or 10774491. OLE color: 10774491.
HSL color Cylindrical-coordinate representation of color #DB67A4: hue angle of 328.45º 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 #DB67A4 is Cyan = 0, Magento = 0.53, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 103 | 164 | - |
| CMYK | 0 | 0.53 | 0.25 | 0.14 |
| HSL | 328.45º | 0.62% | 0.63% | - |
| HSV(B) | 328.45º | 0.53% | 0.86% | - |
| XYZ | 40.76 | 27.44 | 38.27 | - |
| YUV | 144.64 | 138.93 | 181.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 103 | 164 | 0 | 0.53 | 0.25 | 0.14 | 328.45 | 0.62 | 0.63 |
| Hex | DB | 67 | A4 | 0 | 35 | 19 | E | 148 | 3E | 3F |
| Octal | 333 | 147 | 244 | 0 | 65 | 31 | 16 | 510 | 76 | 77 |
| Binary | 11011011 | 1100111 | 10100100 | 0 | 110101 | 11001 | 1110 | 101001000 | 111110 | 111111 |
Color Harmonies of #DB67A4
Complementary color
Monochromatic Colors of #DB67A4
Black with #DB67A4
Text Example
Text Example
White with #DB67A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB67A4; }
p { color: rgb(219,103,164); }
H1.HeaderClassName
{
color: #DB67A4;
}
.AnyTagClassName
{
color: #DB67A4;
}
</style>
background-color css
<style>
a { background-color: #DB67A4; }
a { background-color: rgb(219,103,164); }
div.DivClassName
{
background-color: #DB67A4;
}
.BgClassName
{
background-color: #DB67A4;
}
</style>
border-color css
<style>
span { border-color: #DB67A4; }
span { border-color: rgb(219,103,164); }
td.TdClassName
{
border-color: #DB67A4;
}
.TagClassName
{
border-color: #DB67A4;
}
</style>