Shades of Hopbush #D75B8D
Tints of Hopbush #D75B8D
RGB
CMYK
RGB Variations
Color information
#D75B8D (or 0xD75B8D) is known color: Hopbush. HEX triplet: D7, 5B and 8D. RGB value is (215,91,141). Sum of RGB (Red+Green+Blue) = 215+91+141=447 (59% of max value = 765). Red value is 215 (84.38% from 255 or 48.10% from 447); Green value is 91 (35.94% from 255 or 20.36% from 447); Blue value is 141 (55.47% from 255 or 31.54% from 447); Max value from RGB is 215 - color contains mainly: red. Hex color #D75B8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D75B8D is #28A472. Grayscale: #858585. Windows color (decimal): -2663539 or 9264087. OLE color: 9264087.
HSL color Cylindrical-coordinate representation of color #D75B8D: hue angle of 335.81º 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 #D75B8D is Cyan = 0, Magento = 0.58, Yellow = 0.34 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 91 | 141 | - |
| CMYK | 0 | 0.58 | 0.34 | 0.16 |
| HSL | 335.81º | 0.61% | 0.6% | - |
| HSV(B) | 335.81º | 0.58% | 0.84% | - |
| XYZ | 36.57 | 23.85 | 27.88 | - |
| YUV | 133.78 | 132.08 | 185.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 91 | 141 | 0 | 0.58 | 0.34 | 0.16 | 335.81 | 0.61 | 0.6 |
| Hex | D7 | 5B | 8D | 0 | 3A | 22 | 10 | 150 | 3D | 3C |
| Octal | 327 | 133 | 215 | 0 | 72 | 42 | 20 | 520 | 75 | 74 |
| Binary | 11010111 | 1011011 | 10001101 | 0 | 111010 | 100010 | 10000 | 101010000 | 111101 | 111100 |
Color Harmonies of #D75B8D
Complementary color
Monochromatic Colors of #D75B8D
Black with #D75B8D
Text Example
Text Example
White with #D75B8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D75B8D; }
p { color: rgb(215,91,141); }
H1.HeaderClassName
{
color: #D75B8D;
}
.AnyTagClassName
{
color: #D75B8D;
}
</style>
background-color css
<style>
a { background-color: #D75B8D; }
a { background-color: rgb(215,91,141); }
div.DivClassName
{
background-color: #D75B8D;
}
.BgClassName
{
background-color: #D75B8D;
}
</style>
border-color css
<style>
span { border-color: #D75B8D; }
span { border-color: rgb(215,91,141); }
td.TdClassName
{
border-color: #D75B8D;
}
.TagClassName
{
border-color: #D75B8D;
}
</style>