Shades of Hopbush #D75892
Tints of Hopbush #D75892
RGB
CMYK
RGB Variations
Color information
#D75892 (or 0xD75892) is known color: Hopbush. HEX triplet: D7, 58 and 92. RGB value is (215,88,146). Sum of RGB (Red+Green+Blue) = 215+88+146=449 (59% of max value = 765). Red value is 215 (84.38% from 255 or 47.88% from 449); Green value is 88 (34.77% from 255 or 19.60% from 449); Blue value is 146 (57.42% from 255 or 32.52% from 449); Max value from RGB is 215 - color contains mainly: red. Hex color #D75892 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D75892 is #28A76D. Grayscale: #848484. Windows color (decimal): -2664302 or 9590999. OLE color: 9590999.
HSL color Cylindrical-coordinate representation of color #D75892: hue angle of 332.6º 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 #D75892 is Cyan = 0, Magento = 0.59, Yellow = 0.32 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 88 | 146 | - |
| CMYK | 0 | 0.59 | 0.32 | 0.16 |
| HSL | 332.6º | 0.61% | 0.59% | - |
| HSV(B) | 332.6º | 0.59% | 0.84% | - |
| XYZ | 36.7 | 23.5 | 29.8 | - |
| YUV | 132.59 | 135.58 | 186.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 88 | 146 | 0 | 0.59 | 0.32 | 0.16 | 332.6 | 0.61 | 0.59 |
| Hex | D7 | 58 | 92 | 0 | 3B | 20 | 10 | 14D | 3D | 3B |
| Octal | 327 | 130 | 222 | 0 | 73 | 40 | 20 | 515 | 75 | 73 |
| Binary | 11010111 | 1011000 | 10010010 | 0 | 111011 | 100000 | 10000 | 101001101 | 111101 | 111011 |
Color Harmonies of #D75892
Complementary color
Monochromatic Colors of #D75892
Black with #D75892
Text Example
Text Example
White with #D75892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D75892; }
p { color: rgb(215,88,146); }
H1.HeaderClassName
{
color: #D75892;
}
.AnyTagClassName
{
color: #D75892;
}
</style>
background-color css
<style>
a { background-color: #D75892; }
a { background-color: rgb(215,88,146); }
div.DivClassName
{
background-color: #D75892;
}
.BgClassName
{
background-color: #D75892;
}
</style>
border-color css
<style>
span { border-color: #D75892; }
span { border-color: rgb(215,88,146); }
td.TdClassName
{
border-color: #D75892;
}
.TagClassName
{
border-color: #D75892;
}
</style>