Shades of Hopbush #D75891
Tints of Hopbush #D75891
RGB
CMYK
RGB Variations
Color information
#D75891 (or 0xD75891) is known color: Hopbush. HEX triplet: D7, 58 and 91. RGB value is (215,88,145). Sum of RGB (Red+Green+Blue) = 215+88+145=448 (59% of max value = 765). Red value is 215 (84.38% from 255 or 47.99% from 448); Green value is 88 (34.77% from 255 or 19.64% from 448); Blue value is 145 (57.03% from 255 or 32.37% from 448); Max value from RGB is 215 - color contains mainly: red. Hex color #D75891 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D75891 is #28A76E. Grayscale: #848484. Windows color (decimal): -2664303 or 9525463. OLE color: 9525463.
HSL color Cylindrical-coordinate representation of color #D75891: hue angle of 333.07º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D75891 is Cyan = 0, Magento = 0.59, Yellow = 0.33 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 88 | 145 | - |
| CMYK | 0 | 0.59 | 0.33 | 0.16 |
| HSL | 333.07º | 0.61% | 0.59% | - |
| HSV(B) | 333.07º | 0.59% | 0.84% | - |
| XYZ | 36.62 | 23.47 | 29.39 | - |
| YUV | 132.47 | 135.08 | 186.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 88 | 145 | 0 | 0.59 | 0.33 | 0.16 | 333.07 | 0.61 | 0.59 |
| Hex | D7 | 58 | 91 | 0 | 3B | 21 | 10 | 14D | 3D | 3B |
| Octal | 327 | 130 | 221 | 0 | 73 | 41 | 20 | 515 | 75 | 73 |
| Binary | 11010111 | 1011000 | 10010001 | 0 | 111011 | 100001 | 10000 | 101001101 | 111101 | 111011 |
Color Harmonies of #D75891
Complementary color
Monochromatic Colors of #D75891
Black with #D75891
Text Example
Text Example
White with #D75891
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D75891; }
p { color: rgb(215,88,145); }
H1.HeaderClassName
{
color: #D75891;
}
.AnyTagClassName
{
color: #D75891;
}
</style>
background-color css
<style>
a { background-color: #D75891; }
a { background-color: rgb(215,88,145); }
div.DivClassName
{
background-color: #D75891;
}
.BgClassName
{
background-color: #D75891;
}
</style>
border-color css
<style>
span { border-color: #D75891; }
span { border-color: rgb(215,88,145); }
td.TdClassName
{
border-color: #D75891;
}
.TagClassName
{
border-color: #D75891;
}
</style>