Shades of Hopbush #D95BA9
Tints of Hopbush #D95BA9
RGB
CMYK
RGB Variations
Color information
#D95BA9 (or 0xD95BA9) is known color: Hopbush. HEX triplet: D9, 5B and A9. RGB value is (217,91,169). Sum of RGB (Red+Green+Blue) = 217+91+169=477 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.49% from 477); Green value is 91 (35.94% from 255 or 19.08% from 477); Blue value is 169 (66.41% from 255 or 35.43% from 477); Max value from RGB is 217 - color contains mainly: red. Hex color #D95BA9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D95BA9 is #26A456. Grayscale: #898989. Windows color (decimal): -2532439 or 11099097. OLE color: 11099097.
HSL color Cylindrical-coordinate representation of color #D95BA9: hue angle of 322.86º 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 #D95BA9 is Cyan = 0, Magento = 0.58, Yellow = 0.22 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 91 | 169 | - |
| CMYK | 0 | 0.58 | 0.22 | 0.15 |
| HSL | 322.86º | 0.62% | 0.6% | - |
| HSV(B) | 322.86º | 0.58% | 0.85% | - |
| XYZ | 39.52 | 25.1 | 40.3 | - |
| YUV | 137.57 | 145.74 | 184.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 91 | 169 | 0 | 0.58 | 0.22 | 0.15 | 322.86 | 0.62 | 0.6 |
| Hex | D9 | 5B | A9 | 0 | 3A | 16 | F | 143 | 3E | 3C |
| Octal | 331 | 133 | 251 | 0 | 72 | 26 | 17 | 503 | 76 | 74 |
| Binary | 11011001 | 1011011 | 10101001 | 0 | 111010 | 10110 | 1111 | 101000011 | 111110 | 111100 |
Color Harmonies of #D95BA9
Complementary color
Monochromatic Colors of #D95BA9
Black with #D95BA9
Text Example
Text Example
White with #D95BA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D95BA9; }
p { color: rgb(217,91,169); }
H1.HeaderClassName
{
color: #D95BA9;
}
.AnyTagClassName
{
color: #D95BA9;
}
</style>
background-color css
<style>
a { background-color: #D95BA9; }
a { background-color: rgb(217,91,169); }
div.DivClassName
{
background-color: #D95BA9;
}
.BgClassName
{
background-color: #D95BA9;
}
</style>
border-color css
<style>
span { border-color: #D95BA9; }
span { border-color: rgb(217,91,169); }
td.TdClassName
{
border-color: #D95BA9;
}
.TagClassName
{
border-color: #D95BA9;
}
</style>