Shades of Hopbush #D9609C
Tints of Hopbush #D9609C
RGB
CMYK
RGB Variations
Color information
#D9609C (or 0xD9609C) is known color: Hopbush. HEX triplet: D9, 60 and 9C. RGB value is (217,96,156). Sum of RGB (Red+Green+Blue) = 217+96+156=469 (62% of max value = 765). Red value is 217 (85.16% from 255 or 46.27% from 469); Green value is 96 (37.89% from 255 or 20.47% from 469); Blue value is 156 (61.33% from 255 or 33.26% from 469); Max value from RGB is 217 - color contains mainly: red. Hex color #D9609C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D9609C is #269F63. Grayscale: #8A8A8A. Windows color (decimal): -2531172 or 10248409. OLE color: 10248409.
HSL color Cylindrical-coordinate representation of color #D9609C: hue angle of 330.25º 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 #D9609C is Cyan = 0, Magento = 0.56, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 96 | 156 | - |
| CMYK | 0 | 0.56 | 0.28 | 0.15 |
| HSL | 330.25º | 0.61% | 0.61% | - |
| HSV(B) | 330.25º | 0.56% | 0.85% | - |
| XYZ | 38.8 | 25.52 | 34.33 | - |
| YUV | 139.02 | 137.59 | 183.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 96 | 156 | 0 | 0.56 | 0.28 | 0.15 | 330.25 | 0.61 | 0.61 |
| Hex | D9 | 60 | 9C | 0 | 38 | 1C | F | 14A | 3D | 3D |
| Octal | 331 | 140 | 234 | 0 | 70 | 34 | 17 | 512 | 75 | 75 |
| Binary | 11011001 | 1100000 | 10011100 | 0 | 111000 | 11100 | 1111 | 101001010 | 111101 | 111101 |
Color Harmonies of #D9609C
Complementary color
Monochromatic Colors of #D9609C
Black with #D9609C
Text Example
Text Example
White with #D9609C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9609C; }
p { color: rgb(217,96,156); }
H1.HeaderClassName
{
color: #D9609C;
}
.AnyTagClassName
{
color: #D9609C;
}
</style>
background-color css
<style>
a { background-color: #D9609C; }
a { background-color: rgb(217,96,156); }
div.DivClassName
{
background-color: #D9609C;
}
.BgClassName
{
background-color: #D9609C;
}
</style>
border-color css
<style>
span { border-color: #D9609C; }
span { border-color: rgb(217,96,156); }
td.TdClassName
{
border-color: #D9609C;
}
.TagClassName
{
border-color: #D9609C;
}
</style>