Shades of Hopbush #D15F95
Tints of Hopbush #D15F95
RGB
CMYK
RGB Variations
Color information
#D15F95 (or 0xD15F95) is known color: Hopbush. HEX triplet: D1, 5F and 95. RGB value is (209,95,149). Sum of RGB (Red+Green+Blue) = 209+95+149=453 (60% of max value = 765). Red value is 209 (82.03% from 255 or 46.14% from 453); Green value is 95 (37.5% from 255 or 20.97% from 453); Blue value is 149 (58.59% from 255 or 32.89% from 453); Max value from RGB is 209 - color contains mainly: red. Hex color #D15F95 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D15F95 is #2EA06A. Grayscale: #878787. Windows color (decimal): -3055723 or 9789393. OLE color: 9789393.
HSL color Cylindrical-coordinate representation of color #D15F95: hue angle of 331.58º 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 #D15F95 is Cyan = 0, Magento = 0.55, Yellow = 0.29 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 95 | 149 | - |
| CMYK | 0 | 0.55 | 0.29 | 0.18 |
| HSL | 331.58º | 0.55% | 0.6% | - |
| HSV(B) | 331.58º | 0.55% | 0.82% | - |
| XYZ | 35.81 | 23.91 | 31.16 | - |
| YUV | 135.24 | 135.77 | 180.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 95 | 149 | 0 | 0.55 | 0.29 | 0.18 | 331.58 | 0.55 | 0.6 |
| Hex | D1 | 5F | 95 | 0 | 37 | 1D | 12 | 14C | 37 | 3C |
| Octal | 321 | 137 | 225 | 0 | 67 | 35 | 22 | 514 | 67 | 74 |
| Binary | 11010001 | 1011111 | 10010101 | 0 | 110111 | 11101 | 10010 | 101001100 | 110111 | 111100 |
Color Harmonies of #D15F95
Complementary color
Monochromatic Colors of #D15F95
Black with #D15F95
Text Example
Text Example
White with #D15F95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D15F95; }
p { color: rgb(209,95,149); }
H1.HeaderClassName
{
color: #D15F95;
}
.AnyTagClassName
{
color: #D15F95;
}
</style>
background-color css
<style>
a { background-color: #D15F95; }
a { background-color: rgb(209,95,149); }
div.DivClassName
{
background-color: #D15F95;
}
.BgClassName
{
background-color: #D15F95;
}
</style>
border-color css
<style>
span { border-color: #D15F95; }
span { border-color: rgb(209,95,149); }
td.TdClassName
{
border-color: #D15F95;
}
.TagClassName
{
border-color: #D15F95;
}
</style>