Shades of Hopbush #D9649B
Tints of Hopbush #D9649B
RGB
CMYK
RGB Variations
Color information
#D9649B (or 0xD9649B) is known color: Hopbush. HEX triplet: D9, 64 and 9B. RGB value is (217,100,155). Sum of RGB (Red+Green+Blue) = 217+100+155=472 (62% of max value = 765). Red value is 217 (85.16% from 255 or 45.97% from 472); Green value is 100 (39.45% from 255 or 21.19% from 472); Blue value is 155 (60.94% from 255 or 32.84% from 472); Max value from RGB is 217 - color contains mainly: red. Hex color #D9649B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D9649B is #269B64. Grayscale: #8D8D8D. Windows color (decimal): -2530149 or 10183897. OLE color: 10183897.
HSL color Cylindrical-coordinate representation of color #D9649B: hue angle of 331.79º 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 #D9649B is Cyan = 0, Magento = 0.54, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 100 | 155 | - |
| CMYK | 0 | 0.54 | 0.29 | 0.15 |
| HSL | 331.79º | 0.61% | 0.62% | - |
| HSV(B) | 331.79º | 0.54% | 0.85% | - |
| XYZ | 39.09 | 26.23 | 34.01 | - |
| YUV | 141.25 | 135.76 | 182.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 100 | 155 | 0 | 0.54 | 0.29 | 0.15 | 331.79 | 0.61 | 0.62 |
| Hex | D9 | 64 | 9B | 0 | 36 | 1D | F | 14C | 3D | 3E |
| Octal | 331 | 144 | 233 | 0 | 66 | 35 | 17 | 514 | 75 | 76 |
| Binary | 11011001 | 1100100 | 10011011 | 0 | 110110 | 11101 | 1111 | 101001100 | 111101 | 111110 |
Color Harmonies of #D9649B
Complementary color
Monochromatic Colors of #D9649B
Black with #D9649B
Text Example
Text Example
White with #D9649B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9649B; }
p { color: rgb(217,100,155); }
H1.HeaderClassName
{
color: #D9649B;
}
.AnyTagClassName
{
color: #D9649B;
}
</style>
background-color css
<style>
a { background-color: #D9649B; }
a { background-color: rgb(217,100,155); }
div.DivClassName
{
background-color: #D9649B;
}
.BgClassName
{
background-color: #D9649B;
}
</style>
border-color css
<style>
span { border-color: #D9649B; }
span { border-color: rgb(217,100,155); }
td.TdClassName
{
border-color: #D9649B;
}
.TagClassName
{
border-color: #D9649B;
}
</style>