Shades of Hopbush #D15F8D
Tints of Hopbush #D15F8D
RGB
CMYK
RGB Variations
Color information
#D15F8D (or 0xD15F8D) is known color: Hopbush. HEX triplet: D1, 5F and 8D. RGB value is (209,95,141). Sum of RGB (Red+Green+Blue) = 209+95+141=445 (58% of max value = 765). Red value is 209 (82.03% from 255 or 46.97% from 445); Green value is 95 (37.5% from 255 or 21.35% from 445); Blue value is 141 (55.47% from 255 or 31.69% from 445); Max value from RGB is 209 - color contains mainly: red. Hex color #D15F8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D15F8D is #2EA072. Grayscale: #868686. Windows color (decimal): -3055731 or 9265105. OLE color: 9265105.
HSL color Cylindrical-coordinate representation of color #D15F8D: hue angle of 335.79º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D15F8D is Cyan = 0, Magento = 0.55, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 95 | 141 | - |
| CMYK | 0 | 0.55 | 0.33 | 0.18 |
| HSL | 335.79º | 0.55% | 0.6% | - |
| HSV(B) | 335.79º | 0.55% | 0.82% | - |
| XYZ | 35.19 | 23.66 | 27.91 | - |
| YUV | 134.33 | 131.77 | 181.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 95 | 141 | 0 | 0.55 | 0.33 | 0.18 | 335.79 | 0.55 | 0.6 |
| Hex | D1 | 5F | 8D | 0 | 37 | 21 | 12 | 150 | 37 | 3C |
| Octal | 321 | 137 | 215 | 0 | 67 | 41 | 22 | 520 | 67 | 74 |
| Binary | 11010001 | 1011111 | 10001101 | 0 | 110111 | 100001 | 10010 | 101010000 | 110111 | 111100 |
Color Harmonies of #D15F8D
Complementary color
Monochromatic Colors of #D15F8D
Black with #D15F8D
Text Example
Text Example
White with #D15F8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D15F8D; }
p { color: rgb(209,95,141); }
H1.HeaderClassName
{
color: #D15F8D;
}
.AnyTagClassName
{
color: #D15F8D;
}
</style>
background-color css
<style>
a { background-color: #D15F8D; }
a { background-color: rgb(209,95,141); }
div.DivClassName
{
background-color: #D15F8D;
}
.BgClassName
{
background-color: #D15F8D;
}
</style>
border-color css
<style>
span { border-color: #D15F8D; }
span { border-color: rgb(209,95,141); }
td.TdClassName
{
border-color: #D15F8D;
}
.TagClassName
{
border-color: #D15F8D;
}
</style>