Shades of Hopbush #DA6BAC
Tints of Hopbush #DA6BAC
RGB
CMYK
RGB Variations
Color information
#DA6BAC (or 0xDA6BAC) is known color: Hopbush. HEX triplet: DA, 6B and AC. RGB value is (218,107,172). Sum of RGB (Red+Green+Blue) = 218+107+172=497 (65% of max value = 765). Red value is 218 (85.55% from 255 or 43.86% from 497); Green value is 107 (42.19% from 255 or 21.53% from 497); Blue value is 172 (67.58% from 255 or 34.61% from 497); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6BAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA6BAC is #259453. Grayscale: #939393. Windows color (decimal): -2462804 or 11299802. OLE color: 11299802.
HSL color Cylindrical-coordinate representation of color #DA6BAC: hue angle of 324.86º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DA6BAC is Cyan = 0, Magento = 0.51, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 107 | 172 | - |
| CMYK | 0 | 0.51 | 0.21 | 0.15 |
| HSL | 324.86º | 0.6% | 0.64% | - |
| HSV(B) | 324.86º | 0.51% | 0.85% | - |
| XYZ | 41.62 | 28.4 | 42.32 | - |
| YUV | 147.6 | 141.77 | 178.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 107 | 172 | 0 | 0.51 | 0.21 | 0.15 | 324.86 | 0.6 | 0.64 |
| Hex | DA | 6B | AC | 0 | 33 | 15 | F | 145 | 3C | 40 |
| Octal | 332 | 153 | 254 | 0 | 63 | 25 | 17 | 505 | 74 | 100 |
| Binary | 11011010 | 1101011 | 10101100 | 0 | 110011 | 10101 | 1111 | 101000101 | 111100 | 1000000 |
Color Harmonies of #DA6BAC
Complementary color
Monochromatic Colors of #DA6BAC
Black with #DA6BAC
Text Example
Text Example
White with #DA6BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6BAC; }
p { color: rgb(218,107,172); }
H1.HeaderClassName
{
color: #DA6BAC;
}
.AnyTagClassName
{
color: #DA6BAC;
}
</style>
background-color css
<style>
a { background-color: #DA6BAC; }
a { background-color: rgb(218,107,172); }
div.DivClassName
{
background-color: #DA6BAC;
}
.BgClassName
{
background-color: #DA6BAC;
}
</style>
border-color css
<style>
span { border-color: #DA6BAC; }
span { border-color: rgb(218,107,172); }
td.TdClassName
{
border-color: #DA6BAC;
}
.TagClassName
{
border-color: #DA6BAC;
}
</style>