Shades of Hopbush #D9619D
Tints of Hopbush #D9619D
RGB
CMYK
RGB Variations
Color information
#D9619D (or 0xD9619D) is known color: Hopbush. HEX triplet: D9, 61 and 9D. RGB value is (217,97,157). Sum of RGB (Red+Green+Blue) = 217+97+157=471 (62% of max value = 765). Red value is 217 (85.16% from 255 or 46.07% from 471); Green value is 97 (38.28% from 255 or 20.59% from 471); Blue value is 157 (61.72% from 255 or 33.33% from 471); Max value from RGB is 217 - color contains mainly: red. Hex color #D9619D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D9619D is #269E62. Grayscale: #8B8B8B. Windows color (decimal): -2530915 or 10314201. OLE color: 10314201.
HSL color Cylindrical-coordinate representation of color #D9619D: hue angle of 330º 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 #D9619D is Cyan = 0, Magento = 0.55, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 97 | 157 | - |
| CMYK | 0 | 0.55 | 0.28 | 0.15 |
| HSL | 330º | 0.61% | 0.62% | - |
| HSV(B) | 330º | 0.55% | 0.85% | - |
| XYZ | 38.98 | 25.74 | 34.81 | - |
| YUV | 139.72 | 137.76 | 183.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 97 | 157 | 0 | 0.55 | 0.28 | 0.15 | 330 | 0.61 | 0.62 |
| Hex | D9 | 61 | 9D | 0 | 37 | 1C | F | 14A | 3D | 3E |
| Octal | 331 | 141 | 235 | 0 | 67 | 34 | 17 | 512 | 75 | 76 |
| Binary | 11011001 | 1100001 | 10011101 | 0 | 110111 | 11100 | 1111 | 101001010 | 111101 | 111110 |
Color Harmonies of #D9619D
Complementary color
Monochromatic Colors of #D9619D
Black with #D9619D
Text Example
Text Example
White with #D9619D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9619D; }
p { color: rgb(217,97,157); }
H1.HeaderClassName
{
color: #D9619D;
}
.AnyTagClassName
{
color: #D9619D;
}
</style>
background-color css
<style>
a { background-color: #D9619D; }
a { background-color: rgb(217,97,157); }
div.DivClassName
{
background-color: #D9619D;
}
.BgClassName
{
background-color: #D9619D;
}
</style>
border-color css
<style>
span { border-color: #D9619D; }
span { border-color: rgb(217,97,157); }
td.TdClassName
{
border-color: #D9619D;
}
.TagClassName
{
border-color: #D9619D;
}
</style>