Shades of Hopbush #D15D87
Tints of Hopbush #D15D87
RGB
CMYK
RGB Variations
Color information
#D15D87 (or 0xD15D87) is known color: Hopbush. HEX triplet: D1, 5D and 87. RGB value is (209,93,135). Sum of RGB (Red+Green+Blue) = 209+93+135=437 (57% of max value = 765). Red value is 209 (82.03% from 255 or 47.83% from 437); Green value is 93 (36.72% from 255 or 21.28% from 437); Blue value is 135 (53.12% from 255 or 30.89% from 437); Max value from RGB is 209 - color contains mainly: red. Hex color #D15D87 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D15D87 is #2EA278. Grayscale: #848484. Windows color (decimal): -3056249 or 8871377. OLE color: 8871377.
HSL color Cylindrical-coordinate representation of color #D15D87: hue angle of 338.28º degrees, saturation: 0.56, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D15D87 is Cyan = 0, Magento = 0.56, Yellow = 0.35 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 93 | 135 | - |
| CMYK | 0 | 0.56 | 0.35 | 0.18 |
| HSL | 338.28º | 0.56% | 0.59% | - |
| HSV(B) | 338.28º | 0.56% | 0.82% | - |
| XYZ | 34.58 | 23.13 | 25.56 | - |
| YUV | 132.47 | 129.43 | 182.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 93 | 135 | 0 | 0.56 | 0.35 | 0.18 | 338.28 | 0.56 | 0.59 |
| Hex | D1 | 5D | 87 | 0 | 38 | 23 | 12 | 152 | 38 | 3B |
| Octal | 321 | 135 | 207 | 0 | 70 | 43 | 22 | 522 | 70 | 73 |
| Binary | 11010001 | 1011101 | 10000111 | 0 | 111000 | 100011 | 10010 | 101010010 | 111000 | 111011 |
Color Harmonies of #D15D87
Complementary color
Monochromatic Colors of #D15D87
Black with #D15D87
Text Example
Text Example
White with #D15D87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D15D87; }
p { color: rgb(209,93,135); }
H1.HeaderClassName
{
color: #D15D87;
}
.AnyTagClassName
{
color: #D15D87;
}
</style>
background-color css
<style>
a { background-color: #D15D87; }
a { background-color: rgb(209,93,135); }
div.DivClassName
{
background-color: #D15D87;
}
.BgClassName
{
background-color: #D15D87;
}
</style>
border-color css
<style>
span { border-color: #D15D87; }
span { border-color: rgb(209,93,135); }
td.TdClassName
{
border-color: #D15D87;
}
.TagClassName
{
border-color: #D15D87;
}
</style>