Shades of Hopbush #D1649D
Tints of Hopbush #D1649D
RGB
CMYK
RGB Variations
Color information
#D1649D (or 0xD1649D) is known color: Hopbush. HEX triplet: D1, 64 and 9D. RGB value is (209,100,157). Sum of RGB (Red+Green+Blue) = 209+100+157=466 (61% of max value = 765). Red value is 209 (82.03% from 255 or 44.85% from 466); Green value is 100 (39.45% from 255 or 21.46% from 466); Blue value is 157 (61.72% from 255 or 33.69% from 466); Max value from RGB is 209 - color contains mainly: red. Hex color #D1649D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D1649D is #2E9B62. Grayscale: #8A8A8A. Windows color (decimal): -3054435 or 10314961. OLE color: 10314961.
HSL color Cylindrical-coordinate representation of color #D1649D: hue angle of 328.62º degrees, saturation: 0.54, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D1649D is Cyan = 0, Magento = 0.52, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 100 | 157 | - |
| CMYK | 0 | 0.52 | 0.25 | 0.18 |
| HSL | 328.62º | 0.54% | 0.61% | - |
| HSV(B) | 328.62º | 0.52% | 0.82% | - |
| XYZ | 36.94 | 25.1 | 34.8 | - |
| YUV | 139.09 | 138.11 | 177.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 100 | 157 | 0 | 0.52 | 0.25 | 0.18 | 328.62 | 0.54 | 0.61 |
| Hex | D1 | 64 | 9D | 0 | 34 | 19 | 12 | 149 | 36 | 3D |
| Octal | 321 | 144 | 235 | 0 | 64 | 31 | 22 | 511 | 66 | 75 |
| Binary | 11010001 | 1100100 | 10011101 | 0 | 110100 | 11001 | 10010 | 101001001 | 110110 | 111101 |
Color Harmonies of #D1649D
Complementary color
Monochromatic Colors of #D1649D
Black with #D1649D
Text Example
Text Example
White with #D1649D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1649D; }
p { color: rgb(209,100,157); }
H1.HeaderClassName
{
color: #D1649D;
}
.AnyTagClassName
{
color: #D1649D;
}
</style>
background-color css
<style>
a { background-color: #D1649D; }
a { background-color: rgb(209,100,157); }
div.DivClassName
{
background-color: #D1649D;
}
.BgClassName
{
background-color: #D1649D;
}
</style>
border-color css
<style>
span { border-color: #D1649D; }
span { border-color: rgb(209,100,157); }
td.TdClassName
{
border-color: #D1649D;
}
.TagClassName
{
border-color: #D1649D;
}
</style>