Shades of Hopbush #D75D9D
Tints of Hopbush #D75D9D
RGB
CMYK
RGB Variations
Color information
#D75D9D (or 0xD75D9D) is known color: Hopbush. HEX triplet: D7, 5D and 9D. RGB value is (215,93,157). Sum of RGB (Red+Green+Blue) = 215+93+157=465 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.24% from 465); Green value is 93 (36.72% from 255 or 20% from 465); Blue value is 157 (61.72% from 255 or 33.76% from 465); Max value from RGB is 215 - color contains mainly: red. Hex color #D75D9D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D75D9D is #28A262. Grayscale: #888888. Windows color (decimal): -2663011 or 10313175. OLE color: 10313175.
HSL color Cylindrical-coordinate representation of color #D75D9D: hue angle of 328.52º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D75D9D is Cyan = 0, Magento = 0.57, Yellow = 0.27 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 93 | 157 | - |
| CMYK | 0 | 0.57 | 0.27 | 0.16 |
| HSL | 328.52º | 0.6% | 0.6% | - |
| HSV(B) | 328.52º | 0.57% | 0.84% | - |
| XYZ | 38.02 | 24.71 | 34.66 | - |
| YUV | 136.77 | 139.42 | 183.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 93 | 157 | 0 | 0.57 | 0.27 | 0.16 | 328.52 | 0.6 | 0.6 |
| Hex | D7 | 5D | 9D | 0 | 39 | 1B | 10 | 149 | 3C | 3C |
| Octal | 327 | 135 | 235 | 0 | 71 | 33 | 20 | 511 | 74 | 74 |
| Binary | 11010111 | 1011101 | 10011101 | 0 | 111001 | 11011 | 10000 | 101001001 | 111100 | 111100 |
Color Harmonies of #D75D9D
Complementary color
Monochromatic Colors of #D75D9D
Black with #D75D9D
Text Example
Text Example
White with #D75D9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D75D9D; }
p { color: rgb(215,93,157); }
H1.HeaderClassName
{
color: #D75D9D;
}
.AnyTagClassName
{
color: #D75D9D;
}
</style>
background-color css
<style>
a { background-color: #D75D9D; }
a { background-color: rgb(215,93,157); }
div.DivClassName
{
background-color: #D75D9D;
}
.BgClassName
{
background-color: #D75D9D;
}
</style>
border-color css
<style>
span { border-color: #D75D9D; }
span { border-color: rgb(215,93,157); }
td.TdClassName
{
border-color: #D75D9D;
}
.TagClassName
{
border-color: #D75D9D;
}
</style>