Shades of Hopbush #D15BA7
Tints of Hopbush #D15BA7
RGB
CMYK
RGB Variations
Color information
#D15BA7 (or 0xD15BA7) is known color: Hopbush. HEX triplet: D1, 5B and A7. RGB value is (209,91,167). Sum of RGB (Red+Green+Blue) = 209+91+167=467 (61% of max value = 765). Red value is 209 (82.03% from 255 or 44.75% from 467); Green value is 91 (35.94% from 255 or 19.49% from 467); Blue value is 167 (65.62% from 255 or 35.76% from 467); Max value from RGB is 209 - color contains mainly: red. Hex color #D15BA7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D15BA7 is #2EA458. Grayscale: #868686. Windows color (decimal): -3056729 or 10968017. OLE color: 10968017.
HSL color Cylindrical-coordinate representation of color #D15BA7: hue angle of 321.36º 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 #D15BA7 is Cyan = 0, Magento = 0.56, Yellow = 0.20 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 91 | 167 | - |
| CMYK | 0 | 0.56 | 0.20 | 0.18 |
| HSL | 321.36º | 0.56% | 0.59% | - |
| HSV(B) | 321.36º | 0.56% | 0.82% | - |
| XYZ | 37.01 | 23.83 | 39.21 | - |
| YUV | 134.95 | 146.09 | 180.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 91 | 167 | 0 | 0.56 | 0.20 | 0.18 | 321.36 | 0.56 | 0.59 |
| Hex | D1 | 5B | A7 | 0 | 38 | 14 | 12 | 141 | 38 | 3B |
| Octal | 321 | 133 | 247 | 0 | 70 | 24 | 22 | 501 | 70 | 73 |
| Binary | 11010001 | 1011011 | 10100111 | 0 | 111000 | 10100 | 10010 | 101000001 | 111000 | 111011 |
Color Harmonies of #D15BA7
Complementary color
Monochromatic Colors of #D15BA7
Black with #D15BA7
Text Example
Text Example
White with #D15BA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D15BA7; }
p { color: rgb(209,91,167); }
H1.HeaderClassName
{
color: #D15BA7;
}
.AnyTagClassName
{
color: #D15BA7;
}
</style>
background-color css
<style>
a { background-color: #D15BA7; }
a { background-color: rgb(209,91,167); }
div.DivClassName
{
background-color: #D15BA7;
}
.BgClassName
{
background-color: #D15BA7;
}
</style>
border-color css
<style>
span { border-color: #D15BA7; }
span { border-color: rgb(209,91,167); }
td.TdClassName
{
border-color: #D15BA7;
}
.TagClassName
{
border-color: #D15BA7;
}
</style>