Shades of Hopbush #D8649D
Tints of Hopbush #D8649D
RGB
CMYK
RGB Variations
Color information
#D8649D (or 0xD8649D) is known color: Hopbush. HEX triplet: D8, 64 and 9D. RGB value is (216,100,157). Sum of RGB (Red+Green+Blue) = 216+100+157=473 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.67% from 473); Green value is 100 (39.45% from 255 or 21.14% from 473); Blue value is 157 (61.72% from 255 or 33.19% from 473); Max value from RGB is 216 - color contains mainly: red. Hex color #D8649D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D8649D is #279B62. Grayscale: #8D8D8D. Windows color (decimal): -2595683 or 10314968. OLE color: 10314968.
HSL color Cylindrical-coordinate representation of color #D8649D: hue angle of 330.52º degrees, saturation: 0.6, 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 #D8649D is Cyan = 0, Magento = 0.54, Yellow = 0.27 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 100 | 157 | - |
| CMYK | 0 | 0.54 | 0.27 | 0.15 |
| HSL | 330.52º | 0.6% | 0.62% | - |
| HSV(B) | 330.52º | 0.54% | 0.85% | - |
| XYZ | 38.96 | 26.15 | 34.89 | - |
| YUV | 141.18 | 136.93 | 181.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 100 | 157 | 0 | 0.54 | 0.27 | 0.15 | 330.52 | 0.6 | 0.62 |
| Hex | D8 | 64 | 9D | 0 | 36 | 1B | F | 14B | 3C | 3E |
| Octal | 330 | 144 | 235 | 0 | 66 | 33 | 17 | 513 | 74 | 76 |
| Binary | 11011000 | 1100100 | 10011101 | 0 | 110110 | 11011 | 1111 | 101001011 | 111100 | 111110 |
Color Harmonies of #D8649D
Complementary color
Monochromatic Colors of #D8649D
Black with #D8649D
Text Example
Text Example
White with #D8649D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8649D; }
p { color: rgb(216,100,157); }
H1.HeaderClassName
{
color: #D8649D;
}
.AnyTagClassName
{
color: #D8649D;
}
</style>
background-color css
<style>
a { background-color: #D8649D; }
a { background-color: rgb(216,100,157); }
div.DivClassName
{
background-color: #D8649D;
}
.BgClassName
{
background-color: #D8649D;
}
</style>
border-color css
<style>
span { border-color: #D8649D; }
span { border-color: rgb(216,100,157); }
td.TdClassName
{
border-color: #D8649D;
}
.TagClassName
{
border-color: #D8649D;
}
</style>