Shades of Hopbush #D15B8F
Tints of Hopbush #D15B8F
RGB
CMYK
RGB Variations
Color information
#D15B8F (or 0xD15B8F) is known color: Hopbush. HEX triplet: D1, 5B and 8F. RGB value is (209,91,143). Sum of RGB (Red+Green+Blue) = 209+91+143=443 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.18% from 443); Green value is 91 (35.94% from 255 or 20.54% from 443); Blue value is 143 (56.25% from 255 or 32.28% from 443); Max value from RGB is 209 - color contains mainly: red. Hex color #D15B8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D15B8F is #2EA470. Grayscale: #848484. Windows color (decimal): -3056753 or 9395153. OLE color: 9395153.
HSL color Cylindrical-coordinate representation of color #D15B8F: hue angle of 333.56º 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 #D15B8F is Cyan = 0, Magento = 0.56, Yellow = 0.32 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 91 | 143 | - |
| CMYK | 0 | 0.56 | 0.32 | 0.18 |
| HSL | 333.56º | 0.56% | 0.59% | - |
| HSV(B) | 333.56º | 0.56% | 0.82% | - |
| XYZ | 34.99 | 23.02 | 28.59 | - |
| YUV | 132.21 | 134.09 | 182.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 91 | 143 | 0 | 0.56 | 0.32 | 0.18 | 333.56 | 0.56 | 0.59 |
| Hex | D1 | 5B | 8F | 0 | 38 | 20 | 12 | 14E | 38 | 3B |
| Octal | 321 | 133 | 217 | 0 | 70 | 40 | 22 | 516 | 70 | 73 |
| Binary | 11010001 | 1011011 | 10001111 | 0 | 111000 | 100000 | 10010 | 101001110 | 111000 | 111011 |
Color Harmonies of #D15B8F
Complementary color
Monochromatic Colors of #D15B8F
Black with #D15B8F
Text Example
Text Example
White with #D15B8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D15B8F; }
p { color: rgb(209,91,143); }
H1.HeaderClassName
{
color: #D15B8F;
}
.AnyTagClassName
{
color: #D15B8F;
}
</style>
background-color css
<style>
a { background-color: #D15B8F; }
a { background-color: rgb(209,91,143); }
div.DivClassName
{
background-color: #D15B8F;
}
.BgClassName
{
background-color: #D15B8F;
}
</style>
border-color css
<style>
span { border-color: #D15B8F; }
span { border-color: rgb(209,91,143); }
td.TdClassName
{
border-color: #D15B8F;
}
.TagClassName
{
border-color: #D15B8F;
}
</style>