Shades of Hopbush #D15C90
Tints of Hopbush #D15C90
RGB
CMYK
RGB Variations
Color information
#D15C90 (or 0xD15C90) is known color: Hopbush. HEX triplet: D1, 5C and 90. RGB value is (209,92,144). Sum of RGB (Red+Green+Blue) = 209+92+144=445 (58% of max value = 765). Red value is 209 (82.03% from 255 or 46.97% from 445); Green value is 92 (36.33% from 255 or 20.67% from 445); Blue value is 144 (56.64% from 255 or 32.36% from 445); Max value from RGB is 209 - color contains mainly: red. Hex color #D15C90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D15C90 is #2EA36F. Grayscale: #848484. Windows color (decimal): -3056496 or 9460945. OLE color: 9460945.
HSL color Cylindrical-coordinate representation of color #D15C90: hue angle of 333.33º 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 #D15C90 is Cyan = 0, Magento = 0.56, Yellow = 0.31 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 92 | 144 | - |
| CMYK | 0 | 0.56 | 0.31 | 0.18 |
| HSL | 333.33º | 0.56% | 0.59% | - |
| HSV(B) | 333.33º | 0.56% | 0.82% | - |
| XYZ | 35.16 | 23.22 | 29.02 | - |
| YUV | 132.91 | 134.26 | 182.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 92 | 144 | 0 | 0.56 | 0.31 | 0.18 | 333.33 | 0.56 | 0.59 |
| Hex | D1 | 5C | 90 | 0 | 38 | 1F | 12 | 14D | 38 | 3B |
| Octal | 321 | 134 | 220 | 0 | 70 | 37 | 22 | 515 | 70 | 73 |
| Binary | 11010001 | 1011100 | 10010000 | 0 | 111000 | 11111 | 10010 | 101001101 | 111000 | 111011 |
Color Harmonies of #D15C90
Complementary color
Monochromatic Colors of #D15C90
Black with #D15C90
Text Example
Text Example
White with #D15C90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D15C90; }
p { color: rgb(209,92,144); }
H1.HeaderClassName
{
color: #D15C90;
}
.AnyTagClassName
{
color: #D15C90;
}
</style>
background-color css
<style>
a { background-color: #D15C90; }
a { background-color: rgb(209,92,144); }
div.DivClassName
{
background-color: #D15C90;
}
.BgClassName
{
background-color: #D15C90;
}
</style>
border-color css
<style>
span { border-color: #D15C90; }
span { border-color: rgb(209,92,144); }
td.TdClassName
{
border-color: #D15C90;
}
.TagClassName
{
border-color: #D15C90;
}
</style>