Shades of Hopbush #D95B9D
Tints of Hopbush #D95B9D
RGB
CMYK
RGB Variations
Color information
#D95B9D (or 0xD95B9D) is known color: Hopbush. HEX triplet: D9, 5B and 9D. RGB value is (217,91,157). Sum of RGB (Red+Green+Blue) = 217+91+157=465 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.67% from 465); Green value is 91 (35.94% from 255 or 19.57% from 465); Blue value is 157 (61.72% from 255 or 33.76% from 465); Max value from RGB is 217 - color contains mainly: red. Hex color #D95B9D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D95B9D is #26A462. Grayscale: #888888. Windows color (decimal): -2532451 or 10312665. OLE color: 10312665.
HSL color Cylindrical-coordinate representation of color #D95B9D: hue angle of 328.57º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D95B9D is Cyan = 0, Magento = 0.58, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 91 | 157 | - |
| CMYK | 0 | 0.58 | 0.28 | 0.15 |
| HSL | 328.57º | 0.62% | 0.6% | - |
| HSV(B) | 328.57º | 0.58% | 0.85% | - |
| XYZ | 38.44 | 24.67 | 34.63 | - |
| YUV | 136.2 | 139.74 | 185.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 91 | 157 | 0 | 0.58 | 0.28 | 0.15 | 328.57 | 0.62 | 0.6 |
| Hex | D9 | 5B | 9D | 0 | 3A | 1C | F | 149 | 3E | 3C |
| Octal | 331 | 133 | 235 | 0 | 72 | 34 | 17 | 511 | 76 | 74 |
| Binary | 11011001 | 1011011 | 10011101 | 0 | 111010 | 11100 | 1111 | 101001001 | 111110 | 111100 |
Color Harmonies of #D95B9D
Complementary color
Monochromatic Colors of #D95B9D
Black with #D95B9D
Text Example
Text Example
White with #D95B9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D95B9D; }
p { color: rgb(217,91,157); }
H1.HeaderClassName
{
color: #D95B9D;
}
.AnyTagClassName
{
color: #D95B9D;
}
</style>
background-color css
<style>
a { background-color: #D95B9D; }
a { background-color: rgb(217,91,157); }
div.DivClassName
{
background-color: #D95B9D;
}
.BgClassName
{
background-color: #D95B9D;
}
</style>
border-color css
<style>
span { border-color: #D95B9D; }
span { border-color: rgb(217,91,157); }
td.TdClassName
{
border-color: #D95B9D;
}
.TagClassName
{
border-color: #D95B9D;
}
</style>