Shades of Hopbush #D75D8C
Tints of Hopbush #D75D8C
RGB
CMYK
RGB Variations
Color information
#D75D8C (or 0xD75D8C) is known color: Hopbush. HEX triplet: D7, 5D and 8C. RGB value is (215,93,140). Sum of RGB (Red+Green+Blue) = 215+93+140=448 (59% of max value = 765). Red value is 215 (84.38% from 255 or 47.99% from 448); Green value is 93 (36.72% from 255 or 20.76% from 448); Blue value is 140 (55.08% from 255 or 31.25% from 448); Max value from RGB is 215 - color contains mainly: red. Hex color #D75D8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D75D8C is #28A273. Grayscale: #868686. Windows color (decimal): -2663028 or 9199063. OLE color: 9199063.
HSL color Cylindrical-coordinate representation of color #D75D8C: hue angle of 336.89º 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 #D75D8C is Cyan = 0, Magento = 0.57, Yellow = 0.35 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 93 | 140 | - |
| CMYK | 0 | 0.57 | 0.35 | 0.16 |
| HSL | 336.89º | 0.6% | 0.6% | - |
| HSV(B) | 336.89º | 0.57% | 0.84% | - |
| XYZ | 36.67 | 24.17 | 27.54 | - |
| YUV | 134.84 | 130.92 | 185.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 93 | 140 | 0 | 0.57 | 0.35 | 0.16 | 336.89 | 0.6 | 0.6 |
| Hex | D7 | 5D | 8C | 0 | 39 | 23 | 10 | 151 | 3C | 3C |
| Octal | 327 | 135 | 214 | 0 | 71 | 43 | 20 | 521 | 74 | 74 |
| Binary | 11010111 | 1011101 | 10001100 | 0 | 111001 | 100011 | 10000 | 101010001 | 111100 | 111100 |
Color Harmonies of #D75D8C
Complementary color
Monochromatic Colors of #D75D8C
Black with #D75D8C
Text Example
Text Example
White with #D75D8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D75D8C; }
p { color: rgb(215,93,140); }
H1.HeaderClassName
{
color: #D75D8C;
}
.AnyTagClassName
{
color: #D75D8C;
}
</style>
background-color css
<style>
a { background-color: #D75D8C; }
a { background-color: rgb(215,93,140); }
div.DivClassName
{
background-color: #D75D8C;
}
.BgClassName
{
background-color: #D75D8C;
}
</style>
border-color css
<style>
span { border-color: #D75D8C; }
span { border-color: rgb(215,93,140); }
td.TdClassName
{
border-color: #D75D8C;
}
.TagClassName
{
border-color: #D75D8C;
}
</style>