Shades of Hopbush #D6649F
Tints of Hopbush #D6649F
RGB
CMYK
RGB Variations
Color information
#D6649F (or 0xD6649F) is known color: Hopbush. HEX triplet: D6, 64 and 9F. RGB value is (214,100,159). Sum of RGB (Red+Green+Blue) = 214+100+159=473 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.24% from 473); Green value is 100 (39.45% from 255 or 21.14% from 473); Blue value is 159 (62.5% from 255 or 33.62% from 473); Max value from RGB is 214 - color contains mainly: red. Hex color #D6649F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D6649F is #299B60. Grayscale: #8C8C8C. Windows color (decimal): -2726753 or 10446038. OLE color: 10446038.
HSL color Cylindrical-coordinate representation of color #D6649F: hue angle of 328.95º 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 #D6649F is Cyan = 0, Magento = 0.53, Yellow = 0.26 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 100 | 159 | - |
| CMYK | 0 | 0.53 | 0.26 | 0.16 |
| HSL | 328.95º | 0.58% | 0.62% | - |
| HSV(B) | 328.95º | 0.53% | 0.84% | - |
| XYZ | 38.55 | 25.91 | 35.77 | - |
| YUV | 140.81 | 138.27 | 180.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 100 | 159 | 0 | 0.53 | 0.26 | 0.16 | 328.95 | 0.58 | 0.62 |
| Hex | D6 | 64 | 9F | 0 | 35 | 1A | 10 | 149 | 3A | 3E |
| Octal | 326 | 144 | 237 | 0 | 65 | 32 | 20 | 511 | 72 | 76 |
| Binary | 11010110 | 1100100 | 10011111 | 0 | 110101 | 11010 | 10000 | 101001001 | 111010 | 111110 |
Color Harmonies of #D6649F
Complementary color
Monochromatic Colors of #D6649F
Black with #D6649F
Text Example
Text Example
White with #D6649F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6649F; }
p { color: rgb(214,100,159); }
H1.HeaderClassName
{
color: #D6649F;
}
.AnyTagClassName
{
color: #D6649F;
}
</style>
background-color css
<style>
a { background-color: #D6649F; }
a { background-color: rgb(214,100,159); }
div.DivClassName
{
background-color: #D6649F;
}
.BgClassName
{
background-color: #D6649F;
}
</style>
border-color css
<style>
span { border-color: #D6649F; }
span { border-color: rgb(214,100,159); }
td.TdClassName
{
border-color: #D6649F;
}
.TagClassName
{
border-color: #D6649F;
}
</style>