Shades of Hopbush #D15C92
Tints of Hopbush #D15C92
RGB
CMYK
RGB Variations
Color information
#D15C92 (or 0xD15C92) is known color: Hopbush. HEX triplet: D1, 5C and 92. RGB value is (209,92,146). Sum of RGB (Red+Green+Blue) = 209+92+146=447 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.76% from 447); Green value is 92 (36.33% from 255 or 20.58% from 447); Blue value is 146 (57.42% from 255 or 32.66% from 447); Max value from RGB is 209 - color contains mainly: red. Hex color #D15C92 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D15C92 is #2EA36D. Grayscale: #858585. Windows color (decimal): -3056494 or 9592017. OLE color: 9592017.
HSL color Cylindrical-coordinate representation of color #D15C92: hue angle of 332.31º 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 #D15C92 is Cyan = 0, Magento = 0.56, Yellow = 0.30 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 92 | 146 | - |
| CMYK | 0 | 0.56 | 0.30 | 0.18 |
| HSL | 332.31º | 0.56% | 0.59% | - |
| HSV(B) | 332.31º | 0.56% | 0.82% | - |
| XYZ | 35.31 | 23.28 | 29.83 | - |
| YUV | 133.14 | 135.26 | 182.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 92 | 146 | 0 | 0.56 | 0.30 | 0.18 | 332.31 | 0.56 | 0.59 |
| Hex | D1 | 5C | 92 | 0 | 38 | 1E | 12 | 14C | 38 | 3B |
| Octal | 321 | 134 | 222 | 0 | 70 | 36 | 22 | 514 | 70 | 73 |
| Binary | 11010001 | 1011100 | 10010010 | 0 | 111000 | 11110 | 10010 | 101001100 | 111000 | 111011 |
Color Harmonies of #D15C92
Complementary color
Monochromatic Colors of #D15C92
Black with #D15C92
Text Example
Text Example
White with #D15C92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D15C92; }
p { color: rgb(209,92,146); }
H1.HeaderClassName
{
color: #D15C92;
}
.AnyTagClassName
{
color: #D15C92;
}
</style>
background-color css
<style>
a { background-color: #D15C92; }
a { background-color: rgb(209,92,146); }
div.DivClassName
{
background-color: #D15C92;
}
.BgClassName
{
background-color: #D15C92;
}
</style>
border-color css
<style>
span { border-color: #D15C92; }
span { border-color: rgb(209,92,146); }
td.TdClassName
{
border-color: #D15C92;
}
.TagClassName
{
border-color: #D15C92;
}
</style>