Shades of Hopbush #D1609D
Tints of Hopbush #D1609D
RGB
CMYK
RGB Variations
Color information
#D1609D (or 0xD1609D) is known color: Hopbush. HEX triplet: D1, 60 and 9D. RGB value is (209,96,157). Sum of RGB (Red+Green+Blue) = 209+96+157=462 (61% of max value = 765). Red value is 209 (82.03% from 255 or 45.24% from 462); Green value is 96 (37.89% from 255 or 20.78% from 462); Blue value is 157 (61.72% from 255 or 33.98% from 462); Max value from RGB is 209 - color contains mainly: red. Hex color #D1609D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D1609D is #2E9F62. Grayscale: #888888. Windows color (decimal): -3055459 or 10313937. OLE color: 10313937.
HSL color Cylindrical-coordinate representation of color #D1609D: hue angle of 327.61º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D1609D is Cyan = 0, Magento = 0.54, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 96 | 157 | - |
| CMYK | 0 | 0.54 | 0.25 | 0.18 |
| HSL | 327.61º | 0.55% | 0.6% | - |
| HSV(B) | 327.61º | 0.54% | 0.82% | - |
| XYZ | 36.56 | 24.36 | 34.67 | - |
| YUV | 136.74 | 139.44 | 179.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 96 | 157 | 0 | 0.54 | 0.25 | 0.18 | 327.61 | 0.55 | 0.6 |
| Hex | D1 | 60 | 9D | 0 | 36 | 19 | 12 | 148 | 37 | 3C |
| Octal | 321 | 140 | 235 | 0 | 66 | 31 | 22 | 510 | 67 | 74 |
| Binary | 11010001 | 1100000 | 10011101 | 0 | 110110 | 11001 | 10010 | 101001000 | 110111 | 111100 |
Color Harmonies of #D1609D
Complementary color
Monochromatic Colors of #D1609D
Black with #D1609D
Text Example
Text Example
White with #D1609D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1609D; }
p { color: rgb(209,96,157); }
H1.HeaderClassName
{
color: #D1609D;
}
.AnyTagClassName
{
color: #D1609D;
}
</style>
background-color css
<style>
a { background-color: #D1609D; }
a { background-color: rgb(209,96,157); }
div.DivClassName
{
background-color: #D1609D;
}
.BgClassName
{
background-color: #D1609D;
}
</style>
border-color css
<style>
span { border-color: #D1609D; }
span { border-color: rgb(209,96,157); }
td.TdClassName
{
border-color: #D1609D;
}
.TagClassName
{
border-color: #D1609D;
}
</style>