Shades of Hopbush #D9619B
Tints of Hopbush #D9619B
RGB
CMYK
RGB Variations
Color information
#D9619B (or 0xD9619B) is known color: Hopbush. HEX triplet: D9, 61 and 9B. RGB value is (217,97,155). Sum of RGB (Red+Green+Blue) = 217+97+155=469 (62% of max value = 765). Red value is 217 (85.16% from 255 or 46.27% from 469); Green value is 97 (38.28% from 255 or 20.68% from 469); Blue value is 155 (60.94% from 255 or 33.05% from 469); Max value from RGB is 217 - color contains mainly: red. Hex color #D9619B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D9619B is #269E64. Grayscale: #8B8B8B. Windows color (decimal): -2530917 or 10183129. OLE color: 10183129.
HSL color Cylindrical-coordinate representation of color #D9619B: hue angle of 331º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D9619B is Cyan = 0, Magento = 0.55, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 97 | 155 | - |
| CMYK | 0 | 0.55 | 0.29 | 0.15 |
| HSL | 331º | 0.61% | 0.62% | - |
| HSV(B) | 331º | 0.55% | 0.85% | - |
| XYZ | 38.81 | 25.67 | 33.92 | - |
| YUV | 139.49 | 136.76 | 183.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 97 | 155 | 0 | 0.55 | 0.29 | 0.15 | 331 | 0.61 | 0.62 |
| Hex | D9 | 61 | 9B | 0 | 37 | 1D | F | 14B | 3D | 3E |
| Octal | 331 | 141 | 233 | 0 | 67 | 35 | 17 | 513 | 75 | 76 |
| Binary | 11011001 | 1100001 | 10011011 | 0 | 110111 | 11101 | 1111 | 101001011 | 111101 | 111110 |
Color Harmonies of #D9619B
Complementary color
Monochromatic Colors of #D9619B
Black with #D9619B
Text Example
Text Example
White with #D9619B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9619B; }
p { color: rgb(217,97,155); }
H1.HeaderClassName
{
color: #D9619B;
}
.AnyTagClassName
{
color: #D9619B;
}
</style>
background-color css
<style>
a { background-color: #D9619B; }
a { background-color: rgb(217,97,155); }
div.DivClassName
{
background-color: #D9619B;
}
.BgClassName
{
background-color: #D9619B;
}
</style>
border-color css
<style>
span { border-color: #D9619B; }
span { border-color: rgb(217,97,155); }
td.TdClassName
{
border-color: #D9619B;
}
.TagClassName
{
border-color: #D9619B;
}
</style>