Shades of Hopbush #D75BA3
Tints of Hopbush #D75BA3
RGB
CMYK
RGB Variations
Color information
#D75BA3 (or 0xD75BA3) is known color: Hopbush. HEX triplet: D7, 5B and A3. RGB value is (215,91,163). Sum of RGB (Red+Green+Blue) = 215+91+163=469 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.84% from 469); Green value is 91 (35.94% from 255 or 19.40% from 469); Blue value is 163 (64.06% from 255 or 34.75% from 469); Max value from RGB is 215 - color contains mainly: red. Hex color #D75BA3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D75BA3 is #28A45C. Grayscale: #888888. Windows color (decimal): -2663517 or 10705879. OLE color: 10705879.
HSL color Cylindrical-coordinate representation of color #D75BA3: hue angle of 325.16º 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 #D75BA3 is Cyan = 0, Magento = 0.58, Yellow = 0.24 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 91 | 163 | - |
| CMYK | 0 | 0.58 | 0.24 | 0.16 |
| HSL | 325.16º | 0.61% | 0.6% | - |
| HSV(B) | 325.16º | 0.58% | 0.84% | - |
| XYZ | 38.38 | 24.57 | 37.37 | - |
| YUV | 136.28 | 143.08 | 184.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 91 | 163 | 0 | 0.58 | 0.24 | 0.16 | 325.16 | 0.61 | 0.6 |
| Hex | D7 | 5B | A3 | 0 | 3A | 18 | 10 | 145 | 3D | 3C |
| Octal | 327 | 133 | 243 | 0 | 72 | 30 | 20 | 505 | 75 | 74 |
| Binary | 11010111 | 1011011 | 10100011 | 0 | 111010 | 11000 | 10000 | 101000101 | 111101 | 111100 |
Color Harmonies of #D75BA3
Complementary color
Monochromatic Colors of #D75BA3
Black with #D75BA3
Text Example
Text Example
White with #D75BA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D75BA3; }
p { color: rgb(215,91,163); }
H1.HeaderClassName
{
color: #D75BA3;
}
.AnyTagClassName
{
color: #D75BA3;
}
</style>
background-color css
<style>
a { background-color: #D75BA3; }
a { background-color: rgb(215,91,163); }
div.DivClassName
{
background-color: #D75BA3;
}
.BgClassName
{
background-color: #D75BA3;
}
</style>
border-color css
<style>
span { border-color: #D75BA3; }
span { border-color: rgb(215,91,163); }
td.TdClassName
{
border-color: #D75BA3;
}
.TagClassName
{
border-color: #D75BA3;
}
</style>