Shades of Hopbush #D75D9C
Tints of Hopbush #D75D9C
RGB
CMYK
RGB Variations
Color information
#D75D9C (or 0xD75D9C) is known color: Hopbush. HEX triplet: D7, 5D and 9C. RGB value is (215,93,156). Sum of RGB (Red+Green+Blue) = 215+93+156=464 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.34% from 464); Green value is 93 (36.72% from 255 or 20.04% from 464); Blue value is 156 (61.33% from 255 or 33.62% from 464); Max value from RGB is 215 - color contains mainly: red. Hex color #D75D9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D75D9C is #28A263. Grayscale: #888888. Windows color (decimal): -2663012 or 10247639. OLE color: 10247639.
HSL color Cylindrical-coordinate representation of color #D75D9C: hue angle of 329.02º 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 #D75D9C is Cyan = 0, Magento = 0.57, Yellow = 0.27 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 93 | 156 | - |
| CMYK | 0 | 0.57 | 0.27 | 0.16 |
| HSL | 329.02º | 0.6% | 0.6% | - |
| HSV(B) | 329.02º | 0.57% | 0.84% | - |
| XYZ | 37.94 | 24.68 | 34.22 | - |
| YUV | 136.66 | 138.92 | 183.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 93 | 156 | 0 | 0.57 | 0.27 | 0.16 | 329.02 | 0.6 | 0.6 |
| Hex | D7 | 5D | 9C | 0 | 39 | 1B | 10 | 149 | 3C | 3C |
| Octal | 327 | 135 | 234 | 0 | 71 | 33 | 20 | 511 | 74 | 74 |
| Binary | 11010111 | 1011101 | 10011100 | 0 | 111001 | 11011 | 10000 | 101001001 | 111100 | 111100 |
Color Harmonies of #D75D9C
Complementary color
Monochromatic Colors of #D75D9C
Black with #D75D9C
Text Example
Text Example
White with #D75D9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D75D9C; }
p { color: rgb(215,93,156); }
H1.HeaderClassName
{
color: #D75D9C;
}
.AnyTagClassName
{
color: #D75D9C;
}
</style>
background-color css
<style>
a { background-color: #D75D9C; }
a { background-color: rgb(215,93,156); }
div.DivClassName
{
background-color: #D75D9C;
}
.BgClassName
{
background-color: #D75D9C;
}
</style>
border-color css
<style>
span { border-color: #D75D9C; }
span { border-color: rgb(215,93,156); }
td.TdClassName
{
border-color: #D75D9C;
}
.TagClassName
{
border-color: #D75D9C;
}
</style>