Shades of Hopbush #D15BA4
Tints of Hopbush #D15BA4
RGB
CMYK
RGB Variations
Color information
#D15BA4 (or 0xD15BA4) is known color: Hopbush. HEX triplet: D1, 5B and A4. RGB value is (209,91,164). Sum of RGB (Red+Green+Blue) = 209+91+164=464 (61% of max value = 765). Red value is 209 (82.03% from 255 or 45.04% from 464); Green value is 91 (35.94% from 255 or 19.61% from 464); Blue value is 164 (64.45% from 255 or 35.34% from 464); Max value from RGB is 209 - color contains mainly: red. Hex color #D15BA4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D15BA4 is #2EA45B. Grayscale: #868686. Windows color (decimal): -3056732 or 10771409. OLE color: 10771409.
HSL color Cylindrical-coordinate representation of color #D15BA4: hue angle of 322.88º 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 #D15BA4 is Cyan = 0, Magento = 0.56, Yellow = 0.22 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 91 | 164 | - |
| CMYK | 0 | 0.56 | 0.22 | 0.18 |
| HSL | 322.88º | 0.56% | 0.59% | - |
| HSV(B) | 322.88º | 0.56% | 0.82% | - |
| XYZ | 36.74 | 23.72 | 37.76 | - |
| YUV | 134.6 | 144.59 | 181.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 91 | 164 | 0 | 0.56 | 0.22 | 0.18 | 322.88 | 0.56 | 0.59 |
| Hex | D1 | 5B | A4 | 0 | 38 | 16 | 12 | 143 | 38 | 3B |
| Octal | 321 | 133 | 244 | 0 | 70 | 26 | 22 | 503 | 70 | 73 |
| Binary | 11010001 | 1011011 | 10100100 | 0 | 111000 | 10110 | 10010 | 101000011 | 111000 | 111011 |
Color Harmonies of #D15BA4
Complementary color
Monochromatic Colors of #D15BA4
Black with #D15BA4
Text Example
Text Example
White with #D15BA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D15BA4; }
p { color: rgb(209,91,164); }
H1.HeaderClassName
{
color: #D15BA4;
}
.AnyTagClassName
{
color: #D15BA4;
}
</style>
background-color css
<style>
a { background-color: #D15BA4; }
a { background-color: rgb(209,91,164); }
div.DivClassName
{
background-color: #D15BA4;
}
.BgClassName
{
background-color: #D15BA4;
}
</style>
border-color css
<style>
span { border-color: #D15BA4; }
span { border-color: rgb(209,91,164); }
td.TdClassName
{
border-color: #D15BA4;
}
.TagClassName
{
border-color: #D15BA4;
}
</style>