Shades of Hopbush #D15BAA
Tints of Hopbush #D15BAA
RGB
CMYK
RGB Variations
Color information
#D15BAA (or 0xD15BAA) is known color: Hopbush. HEX triplet: D1, 5B and AA. RGB value is (209,91,170). Sum of RGB (Red+Green+Blue) = 209+91+170=470 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.47% from 470); Green value is 91 (35.94% from 255 or 19.36% from 470); Blue value is 170 (66.80% from 255 or 36.17% from 470); Max value from RGB is 209 - color contains mainly: red. Hex color #D15BAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D15BAA is #2EA455. Grayscale: #878787. Windows color (decimal): -3056726 or 11164625. OLE color: 11164625.
HSL color Cylindrical-coordinate representation of color #D15BAA: hue angle of 319.83º 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 #D15BAA is Cyan = 0, Magento = 0.56, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 91 | 170 | - |
| CMYK | 0 | 0.56 | 0.19 | 0.18 |
| HSL | 319.83º | 0.56% | 0.59% | - |
| HSV(B) | 319.83º | 0.56% | 0.82% | - |
| XYZ | 37.29 | 23.94 | 40.69 | - |
| YUV | 135.29 | 147.59 | 180.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 91 | 170 | 0 | 0.56 | 0.19 | 0.18 | 319.83 | 0.56 | 0.59 |
| Hex | D1 | 5B | AA | 0 | 38 | 13 | 12 | 140 | 38 | 3B |
| Octal | 321 | 133 | 252 | 0 | 70 | 23 | 22 | 500 | 70 | 73 |
| Binary | 11010001 | 1011011 | 10101010 | 0 | 111000 | 10011 | 10010 | 101000000 | 111000 | 111011 |
Color Harmonies of #D15BAA
Complementary color
Monochromatic Colors of #D15BAA
Black with #D15BAA
Text Example
Text Example
White with #D15BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D15BAA; }
p { color: rgb(209,91,170); }
H1.HeaderClassName
{
color: #D15BAA;
}
.AnyTagClassName
{
color: #D15BAA;
}
</style>
background-color css
<style>
a { background-color: #D15BAA; }
a { background-color: rgb(209,91,170); }
div.DivClassName
{
background-color: #D15BAA;
}
.BgClassName
{
background-color: #D15BAA;
}
</style>
border-color css
<style>
span { border-color: #D15BAA; }
span { border-color: rgb(209,91,170); }
td.TdClassName
{
border-color: #D15BAA;
}
.TagClassName
{
border-color: #D15BAA;
}
</style>