Shades of Hopbush #D15C99
Tints of Hopbush #D15C99
RGB
CMYK
RGB Variations
Color information
#D15C99 (or 0xD15C99) is known color: Hopbush. HEX triplet: D1, 5C and 99. RGB value is (209,92,153). Sum of RGB (Red+Green+Blue) = 209+92+153=454 (60% of max value = 765). Red value is 209 (82.03% from 255 or 46.04% from 454); Green value is 92 (36.33% from 255 or 20.26% from 454); Blue value is 153 (60.16% from 255 or 33.70% from 454); Max value from RGB is 209 - color contains mainly: red. Hex color #D15C99 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D15C99 is #2EA366. Grayscale: #858585. Windows color (decimal): -3056487 or 10050769. OLE color: 10050769.
HSL color Cylindrical-coordinate representation of color #D15C99: hue angle of 328.72º 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 #D15C99 is Cyan = 0, Magento = 0.56, Yellow = 0.27 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 92 | 153 | - |
| CMYK | 0 | 0.56 | 0.27 | 0.18 |
| HSL | 328.72º | 0.56% | 0.59% | - |
| HSV(B) | 328.72º | 0.56% | 0.82% | - |
| XYZ | 35.87 | 23.51 | 32.78 | - |
| YUV | 133.94 | 138.76 | 181.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 92 | 153 | 0 | 0.56 | 0.27 | 0.18 | 328.72 | 0.56 | 0.59 |
| Hex | D1 | 5C | 99 | 0 | 38 | 1B | 12 | 149 | 38 | 3B |
| Octal | 321 | 134 | 231 | 0 | 70 | 33 | 22 | 511 | 70 | 73 |
| Binary | 11010001 | 1011100 | 10011001 | 0 | 111000 | 11011 | 10010 | 101001001 | 111000 | 111011 |
Color Harmonies of #D15C99
Complementary color
Monochromatic Colors of #D15C99
Black with #D15C99
Text Example
Text Example
White with #D15C99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D15C99; }
p { color: rgb(209,92,153); }
H1.HeaderClassName
{
color: #D15C99;
}
.AnyTagClassName
{
color: #D15C99;
}
</style>
background-color css
<style>
a { background-color: #D15C99; }
a { background-color: rgb(209,92,153); }
div.DivClassName
{
background-color: #D15C99;
}
.BgClassName
{
background-color: #D15C99;
}
</style>
border-color css
<style>
span { border-color: #D15C99; }
span { border-color: rgb(209,92,153); }
td.TdClassName
{
border-color: #D15C99;
}
.TagClassName
{
border-color: #D15C99;
}
</style>