Shades of Hopbush #D15F99
Tints of Hopbush #D15F99
RGB
CMYK
RGB Variations
Color information
#D15F99 (or 0xD15F99) is known color: Hopbush. HEX triplet: D1, 5F and 99. RGB value is (209,95,153). Sum of RGB (Red+Green+Blue) = 209+95+153=457 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.73% from 457); Green value is 95 (37.5% from 255 or 20.79% from 457); Blue value is 153 (60.16% from 255 or 33.48% from 457); Max value from RGB is 209 - color contains mainly: red. Hex color #D15F99 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D15F99 is #2EA066. Grayscale: #878787. Windows color (decimal): -3055719 or 10051537. OLE color: 10051537.
HSL color Cylindrical-coordinate representation of color #D15F99: hue angle of 329.47º 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 #D15F99 is Cyan = 0, Magento = 0.55, Yellow = 0.27 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 95 | 153 | - |
| CMYK | 0 | 0.55 | 0.27 | 0.18 |
| HSL | 329.47º | 0.55% | 0.6% | - |
| HSV(B) | 329.47º | 0.55% | 0.82% | - |
| XYZ | 36.14 | 24.04 | 32.87 | - |
| YUV | 135.7 | 137.77 | 180.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 95 | 153 | 0 | 0.55 | 0.27 | 0.18 | 329.47 | 0.55 | 0.6 |
| Hex | D1 | 5F | 99 | 0 | 37 | 1B | 12 | 149 | 37 | 3C |
| Octal | 321 | 137 | 231 | 0 | 67 | 33 | 22 | 511 | 67 | 74 |
| Binary | 11010001 | 1011111 | 10011001 | 0 | 110111 | 11011 | 10010 | 101001001 | 110111 | 111100 |
Color Harmonies of #D15F99
Complementary color
Monochromatic Colors of #D15F99
Black with #D15F99
Text Example
Text Example
White with #D15F99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D15F99; }
p { color: rgb(209,95,153); }
H1.HeaderClassName
{
color: #D15F99;
}
.AnyTagClassName
{
color: #D15F99;
}
</style>
background-color css
<style>
a { background-color: #D15F99; }
a { background-color: rgb(209,95,153); }
div.DivClassName
{
background-color: #D15F99;
}
.BgClassName
{
background-color: #D15F99;
}
</style>
border-color css
<style>
span { border-color: #D15F99; }
span { border-color: rgb(209,95,153); }
td.TdClassName
{
border-color: #D15F99;
}
.TagClassName
{
border-color: #D15F99;
}
</style>