Shades of Hopbush #DA649C
Tints of Hopbush #DA649C
RGB
CMYK
RGB Variations
Color information
#DA649C (or 0xDA649C) is known color: Hopbush. HEX triplet: DA, 64 and 9C. RGB value is (218,100,156). Sum of RGB (Red+Green+Blue) = 218+100+156=474 (62% of max value = 765). Red value is 218 (85.55% from 255 or 45.99% from 474); Green value is 100 (39.45% from 255 or 21.10% from 474); Blue value is 156 (61.33% from 255 or 32.91% from 474); Max value from RGB is 218 - color contains mainly: red. Hex color #DA649C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA649C is #259B63. Grayscale: #8D8D8D. Windows color (decimal): -2464612 or 10249434. OLE color: 10249434.
HSL color Cylindrical-coordinate representation of color #DA649C: hue angle of 331.53º 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 #DA649C is Cyan = 0, Magento = 0.54, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 100 | 156 | - |
| CMYK | 0 | 0.54 | 0.28 | 0.15 |
| HSL | 331.53º | 0.61% | 0.62% | - |
| HSV(B) | 331.53º | 0.54% | 0.85% | - |
| XYZ | 39.47 | 26.42 | 34.47 | - |
| YUV | 141.67 | 136.09 | 182.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 100 | 156 | 0 | 0.54 | 0.28 | 0.15 | 331.53 | 0.61 | 0.62 |
| Hex | DA | 64 | 9C | 0 | 36 | 1C | F | 14C | 3D | 3E |
| Octal | 332 | 144 | 234 | 0 | 66 | 34 | 17 | 514 | 75 | 76 |
| Binary | 11011010 | 1100100 | 10011100 | 0 | 110110 | 11100 | 1111 | 101001100 | 111101 | 111110 |
Color Harmonies of #DA649C
Complementary color
Monochromatic Colors of #DA649C
Black with #DA649C
Text Example
Text Example
White with #DA649C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA649C; }
p { color: rgb(218,100,156); }
H1.HeaderClassName
{
color: #DA649C;
}
.AnyTagClassName
{
color: #DA649C;
}
</style>
background-color css
<style>
a { background-color: #DA649C; }
a { background-color: rgb(218,100,156); }
div.DivClassName
{
background-color: #DA649C;
}
.BgClassName
{
background-color: #DA649C;
}
</style>
border-color css
<style>
span { border-color: #DA649C; }
span { border-color: rgb(218,100,156); }
td.TdClassName
{
border-color: #DA649C;
}
.TagClassName
{
border-color: #DA649C;
}
</style>