Shades of Hopbush #DA649E
Tints of Hopbush #DA649E
RGB
CMYK
RGB Variations
Color information
#DA649E (or 0xDA649E) is known color: Hopbush. HEX triplet: DA, 64 and 9E. RGB value is (218,100,158). Sum of RGB (Red+Green+Blue) = 218+100+158=476 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.80% from 476); Green value is 100 (39.45% from 255 or 21.01% from 476); Blue value is 158 (62.11% from 255 or 33.19% from 476); Max value from RGB is 218 - color contains mainly: red. Hex color #DA649E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA649E is #259B61. Grayscale: #8D8D8D. Windows color (decimal): -2464610 or 10380506. OLE color: 10380506.
HSL color Cylindrical-coordinate representation of color #DA649E: hue angle of 330.51º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DA649E is Cyan = 0, Magento = 0.54, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 100 | 158 | - |
| CMYK | 0 | 0.54 | 0.28 | 0.15 |
| HSL | 330.51º | 0.61% | 0.62% | - |
| HSV(B) | 330.51º | 0.54% | 0.85% | - |
| XYZ | 39.64 | 26.49 | 35.37 | - |
| YUV | 141.89 | 137.09 | 182.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 100 | 158 | 0 | 0.54 | 0.28 | 0.15 | 330.51 | 0.61 | 0.62 |
| Hex | DA | 64 | 9E | 0 | 36 | 1C | F | 14B | 3D | 3E |
| Octal | 332 | 144 | 236 | 0 | 66 | 34 | 17 | 513 | 75 | 76 |
| Binary | 11011010 | 1100100 | 10011110 | 0 | 110110 | 11100 | 1111 | 101001011 | 111101 | 111110 |
Color Harmonies of #DA649E
Complementary color
Monochromatic Colors of #DA649E
Black with #DA649E
Text Example
Text Example
White with #DA649E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA649E; }
p { color: rgb(218,100,158); }
H1.HeaderClassName
{
color: #DA649E;
}
.AnyTagClassName
{
color: #DA649E;
}
</style>
background-color css
<style>
a { background-color: #DA649E; }
a { background-color: rgb(218,100,158); }
div.DivClassName
{
background-color: #DA649E;
}
.BgClassName
{
background-color: #DA649E;
}
</style>
border-color css
<style>
span { border-color: #DA649E; }
span { border-color: rgb(218,100,158); }
td.TdClassName
{
border-color: #DA649E;
}
.TagClassName
{
border-color: #DA649E;
}
</style>