Shades of Hopbush #D75BAC
Tints of Hopbush #D75BAC
RGB
CMYK
RGB Variations
Color information
#D75BAC (or 0xD75BAC) is known color: Hopbush. HEX triplet: D7, 5B and AC. RGB value is (215,91,172). Sum of RGB (Red+Green+Blue) = 215+91+172=478 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.98% from 478); Green value is 91 (35.94% from 255 or 19.04% from 478); Blue value is 172 (67.58% from 255 or 35.98% from 478); Max value from RGB is 215 - color contains mainly: red. Hex color #D75BAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D75BAC is #28A453. Grayscale: #898989. Windows color (decimal): -2663508 or 11295703. OLE color: 11295703.
HSL color Cylindrical-coordinate representation of color #D75BAC: hue angle of 320.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 #D75BAC is Cyan = 0, Magento = 0.58, Yellow = 0.2 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 91 | 172 | - |
| CMYK | 0 | 0.58 | 0.2 | 0.16 |
| HSL | 320.81º | 0.61% | 0.6% | - |
| HSV(B) | 320.81º | 0.58% | 0.84% | - |
| XYZ | 39.21 | 24.91 | 41.77 | - |
| YUV | 137.31 | 147.58 | 183.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 91 | 172 | 0 | 0.58 | 0.2 | 0.16 | 320.81 | 0.61 | 0.6 |
| Hex | D7 | 5B | AC | 0 | 3A | 14 | 10 | 141 | 3D | 3C |
| Octal | 327 | 133 | 254 | 0 | 72 | 24 | 20 | 501 | 75 | 74 |
| Binary | 11010111 | 1011011 | 10101100 | 0 | 111010 | 10100 | 10000 | 101000001 | 111101 | 111100 |
Color Harmonies of #D75BAC
Complementary color
Monochromatic Colors of #D75BAC
Black with #D75BAC
Text Example
Text Example
White with #D75BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D75BAC; }
p { color: rgb(215,91,172); }
H1.HeaderClassName
{
color: #D75BAC;
}
.AnyTagClassName
{
color: #D75BAC;
}
</style>
background-color css
<style>
a { background-color: #D75BAC; }
a { background-color: rgb(215,91,172); }
div.DivClassName
{
background-color: #D75BAC;
}
.BgClassName
{
background-color: #D75BAC;
}
</style>
border-color css
<style>
span { border-color: #D75BAC; }
span { border-color: rgb(215,91,172); }
td.TdClassName
{
border-color: #D75BAC;
}
.TagClassName
{
border-color: #D75BAC;
}
</style>