Shades of Hopbush #D8609D
Tints of Hopbush #D8609D
RGB
CMYK
RGB Variations
Color information
#D8609D (or 0xD8609D) is known color: Hopbush. HEX triplet: D8, 60 and 9D. RGB value is (216,96,157). Sum of RGB (Red+Green+Blue) = 216+96+157=469 (62% of max value = 765). Red value is 216 (84.77% from 255 or 46.06% from 469); Green value is 96 (37.89% from 255 or 20.47% from 469); Blue value is 157 (61.72% from 255 or 33.48% from 469); Max value from RGB is 216 - color contains mainly: red. Hex color #D8609D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D8609D is #279F62. Grayscale: #8A8A8A. Windows color (decimal): -2596707 or 10313944. OLE color: 10313944.
HSL color Cylindrical-coordinate representation of color #D8609D: hue angle of 329.5º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D8609D is Cyan = 0, Magento = 0.56, Yellow = 0.27 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 96 | 157 | - |
| CMYK | 0 | 0.56 | 0.27 | 0.15 |
| HSL | 329.5º | 0.61% | 0.61% | - |
| HSV(B) | 329.5º | 0.56% | 0.85% | - |
| XYZ | 38.59 | 25.4 | 34.77 | - |
| YUV | 138.83 | 138.26 | 183.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 96 | 157 | 0 | 0.56 | 0.27 | 0.15 | 329.5 | 0.61 | 0.61 |
| Hex | D8 | 60 | 9D | 0 | 38 | 1B | F | 14A | 3D | 3D |
| Octal | 330 | 140 | 235 | 0 | 70 | 33 | 17 | 512 | 75 | 75 |
| Binary | 11011000 | 1100000 | 10011101 | 0 | 111000 | 11011 | 1111 | 101001010 | 111101 | 111101 |
Color Harmonies of #D8609D
Complementary color
Monochromatic Colors of #D8609D
Black with #D8609D
Text Example
Text Example
White with #D8609D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8609D; }
p { color: rgb(216,96,157); }
H1.HeaderClassName
{
color: #D8609D;
}
.AnyTagClassName
{
color: #D8609D;
}
</style>
background-color css
<style>
a { background-color: #D8609D; }
a { background-color: rgb(216,96,157); }
div.DivClassName
{
background-color: #D8609D;
}
.BgClassName
{
background-color: #D8609D;
}
</style>
border-color css
<style>
span { border-color: #D8609D; }
span { border-color: rgb(216,96,157); }
td.TdClassName
{
border-color: #D8609D;
}
.TagClassName
{
border-color: #D8609D;
}
</style>