Shades of Hopbush #D15C89
Tints of Hopbush #D15C89
RGB
CMYK
RGB Variations
Color information
#D15C89 (or 0xD15C89) is known color: Hopbush. HEX triplet: D1, 5C and 89. RGB value is (209,92,137). Sum of RGB (Red+Green+Blue) = 209+92+137=438 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.72% from 438); Green value is 92 (36.33% from 255 or 21.00% from 438); Blue value is 137 (53.91% from 255 or 31.28% from 438); Max value from RGB is 209 - color contains mainly: red. Hex color #D15C89 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D15C89 is #2EA376. Grayscale: #848484. Windows color (decimal): -3056503 or 9002193. OLE color: 9002193.
HSL color Cylindrical-coordinate representation of color #D15C89: hue angle of 336.92º 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 #D15C89 is Cyan = 0, Magento = 0.56, Yellow = 0.34 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 92 | 137 | - |
| CMYK | 0 | 0.56 | 0.34 | 0.18 |
| HSL | 336.92º | 0.56% | 0.59% | - |
| HSV(B) | 336.92º | 0.56% | 0.82% | - |
| XYZ | 34.64 | 23.02 | 26.28 | - |
| YUV | 132.11 | 130.76 | 182.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 92 | 137 | 0 | 0.56 | 0.34 | 0.18 | 336.92 | 0.56 | 0.59 |
| Hex | D1 | 5C | 89 | 0 | 38 | 22 | 12 | 151 | 38 | 3B |
| Octal | 321 | 134 | 211 | 0 | 70 | 42 | 22 | 521 | 70 | 73 |
| Binary | 11010001 | 1011100 | 10001001 | 0 | 111000 | 100010 | 10010 | 101010001 | 111000 | 111011 |
Color Harmonies of #D15C89
Complementary color
Monochromatic Colors of #D15C89
Black with #D15C89
Text Example
Text Example
White with #D15C89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D15C89; }
p { color: rgb(209,92,137); }
H1.HeaderClassName
{
color: #D15C89;
}
.AnyTagClassName
{
color: #D15C89;
}
</style>
background-color css
<style>
a { background-color: #D15C89; }
a { background-color: rgb(209,92,137); }
div.DivClassName
{
background-color: #D15C89;
}
.BgClassName
{
background-color: #D15C89;
}
</style>
border-color css
<style>
span { border-color: #D15C89; }
span { border-color: rgb(209,92,137); }
td.TdClassName
{
border-color: #D15C89;
}
.TagClassName
{
border-color: #D15C89;
}
</style>