Shades of Hopbush #DB67A5
Tints of Hopbush #DB67A5
RGB
CMYK
RGB Variations
Color information
#DB67A5 (or 0xDB67A5) is known color: Hopbush. HEX triplet: DB, 67 and A5. RGB value is (219,103,165). Sum of RGB (Red+Green+Blue) = 219+103+165=487 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.97% from 487); Green value is 103 (40.62% from 255 or 21.15% from 487); Blue value is 165 (64.84% from 255 or 33.88% from 487); Max value from RGB is 219 - color contains mainly: red. Hex color #DB67A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB67A5 is #24985A. Grayscale: #909090. Windows color (decimal): -2398299 or 10840027. OLE color: 10840027.
HSL color Cylindrical-coordinate representation of color #DB67A5: hue angle of 327.93º 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 #DB67A5 is Cyan = 0, Magento = 0.53, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 103 | 165 | - |
| CMYK | 0 | 0.53 | 0.25 | 0.14 |
| HSL | 327.93º | 0.62% | 0.63% | - |
| HSV(B) | 327.93º | 0.53% | 0.86% | - |
| XYZ | 40.86 | 27.48 | 38.75 | - |
| YUV | 144.75 | 139.43 | 180.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 103 | 165 | 0 | 0.53 | 0.25 | 0.14 | 327.93 | 0.62 | 0.63 |
| Hex | DB | 67 | A5 | 0 | 35 | 19 | E | 148 | 3E | 3F |
| Octal | 333 | 147 | 245 | 0 | 65 | 31 | 16 | 510 | 76 | 77 |
| Binary | 11011011 | 1100111 | 10100101 | 0 | 110101 | 11001 | 1110 | 101001000 | 111110 | 111111 |
Color Harmonies of #DB67A5
Complementary color
Monochromatic Colors of #DB67A5
Black with #DB67A5
Text Example
Text Example
White with #DB67A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB67A5; }
p { color: rgb(219,103,165); }
H1.HeaderClassName
{
color: #DB67A5;
}
.AnyTagClassName
{
color: #DB67A5;
}
</style>
background-color css
<style>
a { background-color: #DB67A5; }
a { background-color: rgb(219,103,165); }
div.DivClassName
{
background-color: #DB67A5;
}
.BgClassName
{
background-color: #DB67A5;
}
</style>
border-color css
<style>
span { border-color: #DB67A5; }
span { border-color: rgb(219,103,165); }
td.TdClassName
{
border-color: #DB67A5;
}
.TagClassName
{
border-color: #DB67A5;
}
</style>