Shades of Hopbush #D75BA0
Tints of Hopbush #D75BA0
RGB
CMYK
RGB Variations
Color information
#D75BA0 (or 0xD75BA0) is known color: Hopbush. HEX triplet: D7, 5B and A0. RGB value is (215,91,160). Sum of RGB (Red+Green+Blue) = 215+91+160=466 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.14% from 466); Green value is 91 (35.94% from 255 or 19.53% from 466); Blue value is 160 (62.89% from 255 or 34.33% from 466); Max value from RGB is 215 - color contains mainly: red. Hex color #D75BA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D75BA0 is #28A45F. Grayscale: #878787. Windows color (decimal): -2663520 or 10509271. OLE color: 10509271.
HSL color Cylindrical-coordinate representation of color #D75BA0: hue angle of 326.61º 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 #D75BA0 is Cyan = 0, Magento = 0.58, Yellow = 0.26 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 91 | 160 | - |
| CMYK | 0 | 0.58 | 0.26 | 0.16 |
| HSL | 326.61º | 0.61% | 0.6% | - |
| HSV(B) | 326.61º | 0.58% | 0.84% | - |
| XYZ | 38.11 | 24.47 | 35.97 | - |
| YUV | 135.94 | 141.58 | 184.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 91 | 160 | 0 | 0.58 | 0.26 | 0.16 | 326.61 | 0.61 | 0.6 |
| Hex | D7 | 5B | A0 | 0 | 3A | 1A | 10 | 147 | 3D | 3C |
| Octal | 327 | 133 | 240 | 0 | 72 | 32 | 20 | 507 | 75 | 74 |
| Binary | 11010111 | 1011011 | 10100000 | 0 | 111010 | 11010 | 10000 | 101000111 | 111101 | 111100 |
Color Harmonies of #D75BA0
Complementary color
Monochromatic Colors of #D75BA0
Black with #D75BA0
Text Example
Text Example
White with #D75BA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D75BA0; }
p { color: rgb(215,91,160); }
H1.HeaderClassName
{
color: #D75BA0;
}
.AnyTagClassName
{
color: #D75BA0;
}
</style>
background-color css
<style>
a { background-color: #D75BA0; }
a { background-color: rgb(215,91,160); }
div.DivClassName
{
background-color: #D75BA0;
}
.BgClassName
{
background-color: #D75BA0;
}
</style>
border-color css
<style>
span { border-color: #D75BA0; }
span { border-color: rgb(215,91,160); }
td.TdClassName
{
border-color: #D75BA0;
}
.TagClassName
{
border-color: #D75BA0;
}
</style>