Shades of Hopbush #D95891
Tints of Hopbush #D95891
RGB
CMYK
RGB Variations
Color information
#D95891 (or 0xD95891) is known color: Hopbush. HEX triplet: D9, 58 and 91. RGB value is (217,88,145). Sum of RGB (Red+Green+Blue) = 217+88+145=450 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.22% from 450); Green value is 88 (34.77% from 255 or 19.56% from 450); Blue value is 145 (57.03% from 255 or 32.22% from 450); Max value from RGB is 217 - color contains mainly: red. Hex color #D95891 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D95891 is #26A76E. Grayscale: #848484. Windows color (decimal): -2533231 or 9525465. OLE color: 9525465.
HSL color Cylindrical-coordinate representation of color #D95891: hue angle of 333.49º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D95891 is Cyan = 0, Magento = 0.59, Yellow = 0.33 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 88 | 145 | - |
| CMYK | 0 | 0.59 | 0.33 | 0.15 |
| HSL | 333.49º | 0.63% | 0.6% | - |
| HSV(B) | 333.49º | 0.59% | 0.85% | - |
| XYZ | 37.22 | 23.78 | 29.42 | - |
| YUV | 133.07 | 134.74 | 187.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 88 | 145 | 0 | 0.59 | 0.33 | 0.15 | 333.49 | 0.63 | 0.6 |
| Hex | D9 | 58 | 91 | 0 | 3B | 21 | F | 14D | 3F | 3C |
| Octal | 331 | 130 | 221 | 0 | 73 | 41 | 17 | 515 | 77 | 74 |
| Binary | 11011001 | 1011000 | 10010001 | 0 | 111011 | 100001 | 1111 | 101001101 | 111111 | 111100 |
Color Harmonies of #D95891
Complementary color
Monochromatic Colors of #D95891
Black with #D95891
Text Example
Text Example
White with #D95891
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D95891; }
p { color: rgb(217,88,145); }
H1.HeaderClassName
{
color: #D95891;
}
.AnyTagClassName
{
color: #D95891;
}
</style>
background-color css
<style>
a { background-color: #D95891; }
a { background-color: rgb(217,88,145); }
div.DivClassName
{
background-color: #D95891;
}
.BgClassName
{
background-color: #D95891;
}
</style>
border-color css
<style>
span { border-color: #D95891; }
span { border-color: rgb(217,88,145); }
td.TdClassName
{
border-color: #D95891;
}
.TagClassName
{
border-color: #D95891;
}
</style>