Shades of Hopbush #D1629D
Tints of Hopbush #D1629D
RGB
CMYK
RGB Variations
Color information
#D1629D (or 0xD1629D) is known color: Hopbush. HEX triplet: D1, 62 and 9D. RGB value is (209,98,157). Sum of RGB (Red+Green+Blue) = 209+98+157=464 (61% of max value = 765). Red value is 209 (82.03% from 255 or 45.04% from 464); Green value is 98 (38.67% from 255 or 21.12% from 464); Blue value is 157 (61.72% from 255 or 33.84% from 464); Max value from RGB is 209 - color contains mainly: red. Hex color #D1629D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D1629D is #2E9D62. Grayscale: #898989. Windows color (decimal): -3054947 or 10314449. OLE color: 10314449.
HSL color Cylindrical-coordinate representation of color #D1629D: hue angle of 328.11º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D1629D is Cyan = 0, Magento = 0.53, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 98 | 157 | - |
| CMYK | 0 | 0.53 | 0.25 | 0.18 |
| HSL | 328.11º | 0.55% | 0.6% | - |
| HSV(B) | 328.11º | 0.53% | 0.82% | - |
| XYZ | 36.75 | 24.73 | 34.73 | - |
| YUV | 137.92 | 138.77 | 178.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 98 | 157 | 0 | 0.53 | 0.25 | 0.18 | 328.11 | 0.55 | 0.6 |
| Hex | D1 | 62 | 9D | 0 | 35 | 19 | 12 | 148 | 37 | 3C |
| Octal | 321 | 142 | 235 | 0 | 65 | 31 | 22 | 510 | 67 | 74 |
| Binary | 11010001 | 1100010 | 10011101 | 0 | 110101 | 11001 | 10010 | 101001000 | 110111 | 111100 |
Color Harmonies of #D1629D
Complementary color
Monochromatic Colors of #D1629D
Black with #D1629D
Text Example
Text Example
White with #D1629D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1629D; }
p { color: rgb(209,98,157); }
H1.HeaderClassName
{
color: #D1629D;
}
.AnyTagClassName
{
color: #D1629D;
}
</style>
background-color css
<style>
a { background-color: #D1629D; }
a { background-color: rgb(209,98,157); }
div.DivClassName
{
background-color: #D1629D;
}
.BgClassName
{
background-color: #D1629D;
}
</style>
border-color css
<style>
span { border-color: #D1629D; }
span { border-color: rgb(209,98,157); }
td.TdClassName
{
border-color: #D1629D;
}
.TagClassName
{
border-color: #D1629D;
}
</style>