Shades of Hopbush #D6609D
Tints of Hopbush #D6609D
RGB
CMYK
RGB Variations
Color information
#D6609D (or 0xD6609D) is known color: Hopbush. HEX triplet: D6, 60 and 9D. RGB value is (214,96,157). Sum of RGB (Red+Green+Blue) = 214+96+157=467 (61% of max value = 765). Red value is 214 (83.98% from 255 or 45.82% from 467); Green value is 96 (37.89% from 255 or 20.56% from 467); Blue value is 157 (61.72% from 255 or 33.62% from 467); Max value from RGB is 214 - color contains mainly: red. Hex color #D6609D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D6609D is #299F62. Grayscale: #8A8A8A. Windows color (decimal): -2727779 or 10313942. OLE color: 10313942.
HSL color Cylindrical-coordinate representation of color #D6609D: hue angle of 328.98º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D6609D is Cyan = 0, Magento = 0.55, Yellow = 0.27 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 96 | 157 | - |
| CMYK | 0 | 0.55 | 0.27 | 0.16 |
| HSL | 328.98º | 0.59% | 0.61% | - |
| HSV(B) | 328.98º | 0.55% | 0.84% | - |
| XYZ | 38 | 25.1 | 34.74 | - |
| YUV | 138.24 | 138.59 | 182.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 96 | 157 | 0 | 0.55 | 0.27 | 0.16 | 328.98 | 0.59 | 0.61 |
| Hex | D6 | 60 | 9D | 0 | 37 | 1B | 10 | 149 | 3B | 3D |
| Octal | 326 | 140 | 235 | 0 | 67 | 33 | 20 | 511 | 73 | 75 |
| Binary | 11010110 | 1100000 | 10011101 | 0 | 110111 | 11011 | 10000 | 101001001 | 111011 | 111101 |
Color Harmonies of #D6609D
Complementary color
Monochromatic Colors of #D6609D
Black with #D6609D
Text Example
Text Example
White with #D6609D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6609D; }
p { color: rgb(214,96,157); }
H1.HeaderClassName
{
color: #D6609D;
}
.AnyTagClassName
{
color: #D6609D;
}
</style>
background-color css
<style>
a { background-color: #D6609D; }
a { background-color: rgb(214,96,157); }
div.DivClassName
{
background-color: #D6609D;
}
.BgClassName
{
background-color: #D6609D;
}
</style>
border-color css
<style>
span { border-color: #D6609D; }
span { border-color: rgb(214,96,157); }
td.TdClassName
{
border-color: #D6609D;
}
.TagClassName
{
border-color: #D6609D;
}
</style>