Shades of Hopbush #D75B8F
Tints of Hopbush #D75B8F
RGB
CMYK
RGB Variations
Color information
#D75B8F (or 0xD75B8F) is known color: Hopbush. HEX triplet: D7, 5B and 8F. RGB value is (215,91,143). Sum of RGB (Red+Green+Blue) = 215+91+143=449 (59% of max value = 765). Red value is 215 (84.38% from 255 or 47.88% from 449); Green value is 91 (35.94% from 255 or 20.27% from 449); Blue value is 143 (56.25% from 255 or 31.85% from 449); Max value from RGB is 215 - color contains mainly: red. Hex color #D75B8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D75B8F is #28A470. Grayscale: #858585. Windows color (decimal): -2663537 or 9395159. OLE color: 9395159.
HSL color Cylindrical-coordinate representation of color #D75B8F: hue angle of 334.84º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D75B8F is Cyan = 0, Magento = 0.58, Yellow = 0.33 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 91 | 143 | - |
| CMYK | 0 | 0.58 | 0.33 | 0.16 |
| HSL | 334.84º | 0.61% | 0.6% | - |
| HSV(B) | 334.84º | 0.58% | 0.84% | - |
| XYZ | 36.72 | 23.91 | 28.67 | - |
| YUV | 134 | 133.08 | 185.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 91 | 143 | 0 | 0.58 | 0.33 | 0.16 | 334.84 | 0.61 | 0.6 |
| Hex | D7 | 5B | 8F | 0 | 3A | 21 | 10 | 14F | 3D | 3C |
| Octal | 327 | 133 | 217 | 0 | 72 | 41 | 20 | 517 | 75 | 74 |
| Binary | 11010111 | 1011011 | 10001111 | 0 | 111010 | 100001 | 10000 | 101001111 | 111101 | 111100 |
Color Harmonies of #D75B8F
Complementary color
Monochromatic Colors of #D75B8F
Black with #D75B8F
Text Example
Text Example
White with #D75B8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D75B8F; }
p { color: rgb(215,91,143); }
H1.HeaderClassName
{
color: #D75B8F;
}
.AnyTagClassName
{
color: #D75B8F;
}
</style>
background-color css
<style>
a { background-color: #D75B8F; }
a { background-color: rgb(215,91,143); }
div.DivClassName
{
background-color: #D75B8F;
}
.BgClassName
{
background-color: #D75B8F;
}
</style>
border-color css
<style>
span { border-color: #D75B8F; }
span { border-color: rgb(215,91,143); }
td.TdClassName
{
border-color: #D75B8F;
}
.TagClassName
{
border-color: #D75B8F;
}
</style>