Shades of Hopbush #D15DA9
Tints of Hopbush #D15DA9
RGB
CMYK
RGB Variations
Color information
#D15DA9 (or 0xD15DA9) is known color: Hopbush. HEX triplet: D1, 5D and A9. RGB value is (209,93,169). Sum of RGB (Red+Green+Blue) = 209+93+169=471 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.37% from 471); Green value is 93 (36.72% from 255 or 19.75% from 471); Blue value is 169 (66.41% from 255 or 35.88% from 471); Max value from RGB is 209 - color contains mainly: red. Hex color #D15DA9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D15DA9 is #2EA256. Grayscale: #888888. Windows color (decimal): -3056215 or 11099601. OLE color: 11099601.
HSL color Cylindrical-coordinate representation of color #D15DA9: hue angle of 320.69º 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 #D15DA9 is Cyan = 0, Magento = 0.56, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 93 | 169 | - |
| CMYK | 0 | 0.56 | 0.19 | 0.18 |
| HSL | 320.69º | 0.56% | 0.59% | - |
| HSV(B) | 320.69º | 0.56% | 0.82% | - |
| XYZ | 37.37 | 24.25 | 40.25 | - |
| YUV | 136.35 | 146.43 | 179.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 93 | 169 | 0 | 0.56 | 0.19 | 0.18 | 320.69 | 0.56 | 0.59 |
| Hex | D1 | 5D | A9 | 0 | 38 | 13 | 12 | 141 | 38 | 3B |
| Octal | 321 | 135 | 251 | 0 | 70 | 23 | 22 | 501 | 70 | 73 |
| Binary | 11010001 | 1011101 | 10101001 | 0 | 111000 | 10011 | 10010 | 101000001 | 111000 | 111011 |
Color Harmonies of #D15DA9
Complementary color
Monochromatic Colors of #D15DA9
Black with #D15DA9
Text Example
Text Example
White with #D15DA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D15DA9; }
p { color: rgb(209,93,169); }
H1.HeaderClassName
{
color: #D15DA9;
}
.AnyTagClassName
{
color: #D15DA9;
}
</style>
background-color css
<style>
a { background-color: #D15DA9; }
a { background-color: rgb(209,93,169); }
div.DivClassName
{
background-color: #D15DA9;
}
.BgClassName
{
background-color: #D15DA9;
}
</style>
border-color css
<style>
span { border-color: #D15DA9; }
span { border-color: rgb(209,93,169); }
td.TdClassName
{
border-color: #D15DA9;
}
.TagClassName
{
border-color: #D15DA9;
}
</style>