Shades of Hopbush #DA6CA7
Tints of Hopbush #DA6CA7
RGB
CMYK
RGB Variations
Color information
#DA6CA7 (or 0xDA6CA7) is known color: Hopbush. HEX triplet: DA, 6C and A7. RGB value is (218,108,167). Sum of RGB (Red+Green+Blue) = 218+108+167=493 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.22% from 493); Green value is 108 (42.58% from 255 or 21.91% from 493); Blue value is 167 (65.62% from 255 or 33.87% from 493); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6CA7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA6CA7 is #259358. Grayscale: #939393. Windows color (decimal): -2462553 or 10972378. OLE color: 10972378.
HSL color Cylindrical-coordinate representation of color #DA6CA7: hue angle of 327.82º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DA6CA7 is Cyan = 0, Magento = 0.50, Yellow = 0.23 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 108 | 167 | - |
| CMYK | 0 | 0.50 | 0.23 | 0.15 |
| HSL | 327.82º | 0.6% | 0.64% | - |
| HSV(B) | 327.82º | 0.5% | 0.85% | - |
| XYZ | 41.25 | 28.42 | 39.87 | - |
| YUV | 147.62 | 138.94 | 178.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 108 | 167 | 0 | 0.50 | 0.23 | 0.15 | 327.82 | 0.6 | 0.64 |
| Hex | DA | 6C | A7 | 0 | 32 | 17 | F | 148 | 3C | 40 |
| Octal | 332 | 154 | 247 | 0 | 62 | 27 | 17 | 510 | 74 | 100 |
| Binary | 11011010 | 1101100 | 10100111 | 0 | 110010 | 10111 | 1111 | 101001000 | 111100 | 1000000 |
Color Harmonies of #DA6CA7
Complementary color
Monochromatic Colors of #DA6CA7
Black with #DA6CA7
Text Example
Text Example
White with #DA6CA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6CA7; }
p { color: rgb(218,108,167); }
H1.HeaderClassName
{
color: #DA6CA7;
}
.AnyTagClassName
{
color: #DA6CA7;
}
</style>
background-color css
<style>
a { background-color: #DA6CA7; }
a { background-color: rgb(218,108,167); }
div.DivClassName
{
background-color: #DA6CA7;
}
.BgClassName
{
background-color: #DA6CA7;
}
</style>
border-color css
<style>
span { border-color: #DA6CA7; }
span { border-color: rgb(218,108,167); }
td.TdClassName
{
border-color: #DA6CA7;
}
.TagClassName
{
border-color: #DA6CA7;
}
</style>