Shades of Hopbush #D15F9F
Tints of Hopbush #D15F9F
RGB
CMYK
RGB Variations
Color information
#D15F9F (or 0xD15F9F) is known color: Hopbush. HEX triplet: D1, 5F and 9F. RGB value is (209,95,159). Sum of RGB (Red+Green+Blue) = 209+95+159=463 (61% of max value = 765). Red value is 209 (82.03% from 255 or 45.14% from 463); Green value is 95 (37.5% from 255 or 20.52% from 463); Blue value is 159 (62.5% from 255 or 34.34% from 463); Max value from RGB is 209 - color contains mainly: red. Hex color #D15F9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D15F9F is #2EA060. Grayscale: #888888. Windows color (decimal): -3055713 or 10444753. OLE color: 10444753.
HSL color Cylindrical-coordinate representation of color #D15F9F: hue angle of 326.32º 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 #D15F9F is Cyan = 0, Magento = 0.55, Yellow = 0.24 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 95 | 159 | - |
| CMYK | 0 | 0.55 | 0.24 | 0.18 |
| HSL | 326.32º | 0.55% | 0.6% | - |
| HSV(B) | 326.32º | 0.55% | 0.82% | - |
| XYZ | 36.64 | 24.24 | 35.55 | - |
| YUV | 136.38 | 140.77 | 179.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 95 | 159 | 0 | 0.55 | 0.24 | 0.18 | 326.32 | 0.55 | 0.6 |
| Hex | D1 | 5F | 9F | 0 | 37 | 18 | 12 | 146 | 37 | 3C |
| Octal | 321 | 137 | 237 | 0 | 67 | 30 | 22 | 506 | 67 | 74 |
| Binary | 11010001 | 1011111 | 10011111 | 0 | 110111 | 11000 | 10010 | 101000110 | 110111 | 111100 |
Color Harmonies of #D15F9F
Complementary color
Monochromatic Colors of #D15F9F
Black with #D15F9F
Text Example
Text Example
White with #D15F9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D15F9F; }
p { color: rgb(209,95,159); }
H1.HeaderClassName
{
color: #D15F9F;
}
.AnyTagClassName
{
color: #D15F9F;
}
</style>
background-color css
<style>
a { background-color: #D15F9F; }
a { background-color: rgb(209,95,159); }
div.DivClassName
{
background-color: #D15F9F;
}
.BgClassName
{
background-color: #D15F9F;
}
</style>
border-color css
<style>
span { border-color: #D15F9F; }
span { border-color: rgb(209,95,159); }
td.TdClassName
{
border-color: #D15F9F;
}
.TagClassName
{
border-color: #D15F9F;
}
</style>