Shades of Hopbush #DA6CA8
Tints of Hopbush #DA6CA8
RGB
CMYK
RGB Variations
Color information
#DA6CA8 (or 0xDA6CA8) is known color: Hopbush. HEX triplet: DA, 6C and A8. RGB value is (218,108,168). Sum of RGB (Red+Green+Blue) = 218+108+168=494 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.13% from 494); Green value is 108 (42.58% from 255 or 21.86% from 494); Blue value is 168 (66.02% from 255 or 34.01% from 494); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6CA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA6CA8 is #259357. Grayscale: #939393. Windows color (decimal): -2462552 or 11037914. OLE color: 11037914.
HSL color Cylindrical-coordinate representation of color #DA6CA8: hue angle of 327.27º 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 #DA6CA8 is Cyan = 0, Magento = 0.50, Yellow = 0.23 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 108 | 168 | - |
| CMYK | 0 | 0.50 | 0.23 | 0.15 |
| HSL | 327.27º | 0.6% | 0.64% | - |
| HSV(B) | 327.27º | 0.5% | 0.85% | - |
| XYZ | 41.34 | 28.46 | 40.36 | - |
| YUV | 147.73 | 139.44 | 178.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 108 | 168 | 0 | 0.50 | 0.23 | 0.15 | 327.27 | 0.6 | 0.64 |
| Hex | DA | 6C | A8 | 0 | 32 | 17 | F | 147 | 3C | 40 |
| Octal | 332 | 154 | 250 | 0 | 62 | 27 | 17 | 507 | 74 | 100 |
| Binary | 11011010 | 1101100 | 10101000 | 0 | 110010 | 10111 | 1111 | 101000111 | 111100 | 1000000 |
Color Harmonies of #DA6CA8
Complementary color
Monochromatic Colors of #DA6CA8
Black with #DA6CA8
Text Example
Text Example
White with #DA6CA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6CA8; }
p { color: rgb(218,108,168); }
H1.HeaderClassName
{
color: #DA6CA8;
}
.AnyTagClassName
{
color: #DA6CA8;
}
</style>
background-color css
<style>
a { background-color: #DA6CA8; }
a { background-color: rgb(218,108,168); }
div.DivClassName
{
background-color: #DA6CA8;
}
.BgClassName
{
background-color: #DA6CA8;
}
</style>
border-color css
<style>
span { border-color: #DA6CA8; }
span { border-color: rgb(218,108,168); }
td.TdClassName
{
border-color: #DA6CA8;
}
.TagClassName
{
border-color: #DA6CA8;
}
</style>