Shades of Hopbush #D75C8D
Tints of Hopbush #D75C8D
RGB
CMYK
RGB Variations
Color information
#D75C8D (or 0xD75C8D) is known color: Hopbush. HEX triplet: D7, 5C and 8D. RGB value is (215,92,141). Sum of RGB (Red+Green+Blue) = 215+92+141=448 (59% of max value = 765). Red value is 215 (84.38% from 255 or 47.99% from 448); Green value is 92 (36.33% from 255 or 20.54% from 448); Blue value is 141 (55.47% from 255 or 31.47% from 448); Max value from RGB is 215 - color contains mainly: red. Hex color #D75C8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D75C8D is #28A372. Grayscale: #868686. Windows color (decimal): -2663283 or 9264343. OLE color: 9264343.
HSL color Cylindrical-coordinate representation of color #D75C8D: hue angle of 336.1º degrees, saturation: 0.61, 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 #D75C8D is Cyan = 0, Magento = 0.57, Yellow = 0.34 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 92 | 141 | - |
| CMYK | 0 | 0.57 | 0.34 | 0.16 |
| HSL | 336.1º | 0.61% | 0.6% | - |
| HSV(B) | 336.1º | 0.57% | 0.84% | - |
| XYZ | 36.66 | 24.02 | 27.9 | - |
| YUV | 134.36 | 131.75 | 185.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 92 | 141 | 0 | 0.57 | 0.34 | 0.16 | 336.1 | 0.61 | 0.6 |
| Hex | D7 | 5C | 8D | 0 | 39 | 22 | 10 | 150 | 3D | 3C |
| Octal | 327 | 134 | 215 | 0 | 71 | 42 | 20 | 520 | 75 | 74 |
| Binary | 11010111 | 1011100 | 10001101 | 0 | 111001 | 100010 | 10000 | 101010000 | 111101 | 111100 |
Color Harmonies of #D75C8D
Complementary color
Monochromatic Colors of #D75C8D
Black with #D75C8D
Text Example
Text Example
White with #D75C8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D75C8D; }
p { color: rgb(215,92,141); }
H1.HeaderClassName
{
color: #D75C8D;
}
.AnyTagClassName
{
color: #D75C8D;
}
</style>
background-color css
<style>
a { background-color: #D75C8D; }
a { background-color: rgb(215,92,141); }
div.DivClassName
{
background-color: #D75C8D;
}
.BgClassName
{
background-color: #D75C8D;
}
</style>
border-color css
<style>
span { border-color: #D75C8D; }
span { border-color: rgb(215,92,141); }
td.TdClassName
{
border-color: #D75C8D;
}
.TagClassName
{
border-color: #D75C8D;
}
</style>