Shades of Hopbush #D15BA5
Tints of Hopbush #D15BA5
RGB
CMYK
RGB Variations
Color information
#D15BA5 (or 0xD15BA5) is known color: Hopbush. HEX triplet: D1, 5B and A5. RGB value is (209,91,165). Sum of RGB (Red+Green+Blue) = 209+91+165=465 (61% of max value = 765). Red value is 209 (82.03% from 255 or 44.95% from 465); Green value is 91 (35.94% from 255 or 19.57% from 465); Blue value is 165 (64.84% from 255 or 35.48% from 465); Max value from RGB is 209 - color contains mainly: red. Hex color #D15BA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D15BA5 is #2EA45A. Grayscale: #868686. Windows color (decimal): -3056731 or 10836945. OLE color: 10836945.
HSL color Cylindrical-coordinate representation of color #D15BA5: hue angle of 322.37º 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 #D15BA5 is Cyan = 0, Magento = 0.56, Yellow = 0.21 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 91 | 165 | - |
| CMYK | 0 | 0.56 | 0.21 | 0.18 |
| HSL | 322.37º | 0.56% | 0.59% | - |
| HSV(B) | 322.37º | 0.56% | 0.82% | - |
| XYZ | 36.83 | 23.75 | 38.24 | - |
| YUV | 134.72 | 145.09 | 180.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 91 | 165 | 0 | 0.56 | 0.21 | 0.18 | 322.37 | 0.56 | 0.59 |
| Hex | D1 | 5B | A5 | 0 | 38 | 15 | 12 | 142 | 38 | 3B |
| Octal | 321 | 133 | 245 | 0 | 70 | 25 | 22 | 502 | 70 | 73 |
| Binary | 11010001 | 1011011 | 10100101 | 0 | 111000 | 10101 | 10010 | 101000010 | 111000 | 111011 |
Color Harmonies of #D15BA5
Complementary color
Monochromatic Colors of #D15BA5
Black with #D15BA5
Text Example
Text Example
White with #D15BA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D15BA5; }
p { color: rgb(209,91,165); }
H1.HeaderClassName
{
color: #D15BA5;
}
.AnyTagClassName
{
color: #D15BA5;
}
</style>
background-color css
<style>
a { background-color: #D15BA5; }
a { background-color: rgb(209,91,165); }
div.DivClassName
{
background-color: #D15BA5;
}
.BgClassName
{
background-color: #D15BA5;
}
</style>
border-color css
<style>
span { border-color: #D15BA5; }
span { border-color: rgb(209,91,165); }
td.TdClassName
{
border-color: #D15BA5;
}
.TagClassName
{
border-color: #D15BA5;
}
</style>