Shades of Hopbush #D95892
Tints of Hopbush #D95892
RGB
CMYK
RGB Variations
Color information
#D95892 (or 0xD95892) is known color: Hopbush. HEX triplet: D9, 58 and 92. RGB value is (217,88,146). Sum of RGB (Red+Green+Blue) = 217+88+146=451 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.12% from 451); Green value is 88 (34.77% from 255 or 19.51% from 451); Blue value is 146 (57.42% from 255 or 32.37% from 451); Max value from RGB is 217 - color contains mainly: red. Hex color #D95892 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D95892 is #26A76D. Grayscale: #858585. Windows color (decimal): -2533230 or 9591001. OLE color: 9591001.
HSL color Cylindrical-coordinate representation of color #D95892: hue angle of 333.02º 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 #D95892 is Cyan = 0, Magento = 0.59, Yellow = 0.33 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 88 | 146 | - |
| CMYK | 0 | 0.59 | 0.33 | 0.15 |
| HSL | 333.02º | 0.63% | 0.6% | - |
| HSV(B) | 333.02º | 0.59% | 0.85% | - |
| XYZ | 37.29 | 23.81 | 29.82 | - |
| YUV | 133.18 | 135.24 | 187.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 88 | 146 | 0 | 0.59 | 0.33 | 0.15 | 333.02 | 0.63 | 0.6 |
| Hex | D9 | 58 | 92 | 0 | 3B | 21 | F | 14D | 3F | 3C |
| Octal | 331 | 130 | 222 | 0 | 73 | 41 | 17 | 515 | 77 | 74 |
| Binary | 11011001 | 1011000 | 10010010 | 0 | 111011 | 100001 | 1111 | 101001101 | 111111 | 111100 |
Color Harmonies of #D95892
Complementary color
Monochromatic Colors of #D95892
Black with #D95892
Text Example
Text Example
White with #D95892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D95892; }
p { color: rgb(217,88,146); }
H1.HeaderClassName
{
color: #D95892;
}
.AnyTagClassName
{
color: #D95892;
}
</style>
background-color css
<style>
a { background-color: #D95892; }
a { background-color: rgb(217,88,146); }
div.DivClassName
{
background-color: #D95892;
}
.BgClassName
{
background-color: #D95892;
}
</style>
border-color css
<style>
span { border-color: #D95892; }
span { border-color: rgb(217,88,146); }
td.TdClassName
{
border-color: #D95892;
}
.TagClassName
{
border-color: #D95892;
}
</style>