Shades of Hopbush #D6649B
Tints of Hopbush #D6649B
RGB
CMYK
RGB Variations
Color information
#D6649B (or 0xD6649B) is known color: Hopbush. HEX triplet: D6, 64 and 9B. RGB value is (214,100,155). Sum of RGB (Red+Green+Blue) = 214+100+155=469 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.63% from 469); Green value is 100 (39.45% from 255 or 21.32% from 469); Blue value is 155 (60.94% from 255 or 33.05% from 469); Max value from RGB is 214 - color contains mainly: red. Hex color #D6649B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D6649B is #299B64. Grayscale: #8C8C8C. Windows color (decimal): -2726757 or 10183894. OLE color: 10183894.
HSL color Cylindrical-coordinate representation of color #D6649B: hue angle of 331.05º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D6649B is Cyan = 0, Magento = 0.53, Yellow = 0.28 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 100 | 155 | - |
| CMYK | 0 | 0.53 | 0.28 | 0.16 |
| HSL | 331.05º | 0.58% | 0.62% | - |
| HSV(B) | 331.05º | 0.53% | 0.84% | - |
| XYZ | 38.21 | 25.78 | 33.97 | - |
| YUV | 140.36 | 136.27 | 180.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 100 | 155 | 0 | 0.53 | 0.28 | 0.16 | 331.05 | 0.58 | 0.62 |
| Hex | D6 | 64 | 9B | 0 | 35 | 1C | 10 | 14B | 3A | 3E |
| Octal | 326 | 144 | 233 | 0 | 65 | 34 | 20 | 513 | 72 | 76 |
| Binary | 11010110 | 1100100 | 10011011 | 0 | 110101 | 11100 | 10000 | 101001011 | 111010 | 111110 |
Color Harmonies of #D6649B
Complementary color
Monochromatic Colors of #D6649B
Black with #D6649B
Text Example
Text Example
White with #D6649B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6649B; }
p { color: rgb(214,100,155); }
H1.HeaderClassName
{
color: #D6649B;
}
.AnyTagClassName
{
color: #D6649B;
}
</style>
background-color css
<style>
a { background-color: #D6649B; }
a { background-color: rgb(214,100,155); }
div.DivClassName
{
background-color: #D6649B;
}
.BgClassName
{
background-color: #D6649B;
}
</style>
border-color css
<style>
span { border-color: #D6649B; }
span { border-color: rgb(214,100,155); }
td.TdClassName
{
border-color: #D6649B;
}
.TagClassName
{
border-color: #D6649B;
}
</style>