Shades of Hopbush #DA67AB
Tints of Hopbush #DA67AB
RGB
CMYK
RGB Variations
Color information
#DA67AB (or 0xDA67AB) is known color: Hopbush. HEX triplet: DA, 67 and AB. RGB value is (218,103,171). Sum of RGB (Red+Green+Blue) = 218+103+171=492 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.31% from 492); Green value is 103 (40.62% from 255 or 20.93% from 492); Blue value is 171 (67.19% from 255 or 34.76% from 492); Max value from RGB is 218 - color contains mainly: red. Hex color #DA67AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA67AB is #259854. Grayscale: #909090. Windows color (decimal): -2463829 or 11233242. OLE color: 11233242.
HSL color Cylindrical-coordinate representation of color #DA67AB: hue angle of 324.52º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DA67AB is Cyan = 0, Magento = 0.53, Yellow = 0.22 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 103 | 171 | - |
| CMYK | 0 | 0.53 | 0.22 | 0.15 |
| HSL | 324.52º | 0.61% | 0.63% | - |
| HSV(B) | 324.52º | 0.53% | 0.85% | - |
| XYZ | 41.11 | 27.55 | 41.68 | - |
| YUV | 145.14 | 142.6 | 179.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 103 | 171 | 0 | 0.53 | 0.22 | 0.15 | 324.52 | 0.61 | 0.63 |
| Hex | DA | 67 | AB | 0 | 35 | 16 | F | 145 | 3D | 3F |
| Octal | 332 | 147 | 253 | 0 | 65 | 26 | 17 | 505 | 75 | 77 |
| Binary | 11011010 | 1100111 | 10101011 | 0 | 110101 | 10110 | 1111 | 101000101 | 111101 | 111111 |
Color Harmonies of #DA67AB
Complementary color
Monochromatic Colors of #DA67AB
Black with #DA67AB
Text Example
Text Example
White with #DA67AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA67AB; }
p { color: rgb(218,103,171); }
H1.HeaderClassName
{
color: #DA67AB;
}
.AnyTagClassName
{
color: #DA67AB;
}
</style>
background-color css
<style>
a { background-color: #DA67AB; }
a { background-color: rgb(218,103,171); }
div.DivClassName
{
background-color: #DA67AB;
}
.BgClassName
{
background-color: #DA67AB;
}
</style>
border-color css
<style>
span { border-color: #DA67AB; }
span { border-color: rgb(218,103,171); }
td.TdClassName
{
border-color: #DA67AB;
}
.TagClassName
{
border-color: #DA67AB;
}
</style>