Shades of Hopbush #D15C8C
Tints of Hopbush #D15C8C
RGB
CMYK
RGB Variations
Color information
#D15C8C (or 0xD15C8C) is known color: Hopbush. HEX triplet: D1, 5C and 8C. RGB value is (209,92,140). Sum of RGB (Red+Green+Blue) = 209+92+140=441 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.39% from 441); Green value is 92 (36.33% from 255 or 20.86% from 441); Blue value is 140 (55.08% from 255 or 31.75% from 441); Max value from RGB is 209 - color contains mainly: red. Hex color #D15C8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D15C8C is #2EA373. Grayscale: #848484. Windows color (decimal): -3056500 or 9198801. OLE color: 9198801.
HSL color Cylindrical-coordinate representation of color #D15C8C: hue angle of 335.38º 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 #D15C8C is Cyan = 0, Magento = 0.56, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 92 | 140 | - |
| CMYK | 0 | 0.56 | 0.33 | 0.18 |
| HSL | 335.38º | 0.56% | 0.59% | - |
| HSV(B) | 335.38º | 0.56% | 0.82% | - |
| XYZ | 34.86 | 23.1 | 27.43 | - |
| YUV | 132.46 | 132.26 | 182.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 92 | 140 | 0 | 0.56 | 0.33 | 0.18 | 335.38 | 0.56 | 0.59 |
| Hex | D1 | 5C | 8C | 0 | 38 | 21 | 12 | 14F | 38 | 3B |
| Octal | 321 | 134 | 214 | 0 | 70 | 41 | 22 | 517 | 70 | 73 |
| Binary | 11010001 | 1011100 | 10001100 | 0 | 111000 | 100001 | 10010 | 101001111 | 111000 | 111011 |
Color Harmonies of #D15C8C
Complementary color
Monochromatic Colors of #D15C8C
Black with #D15C8C
Text Example
Text Example
White with #D15C8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D15C8C; }
p { color: rgb(209,92,140); }
H1.HeaderClassName
{
color: #D15C8C;
}
.AnyTagClassName
{
color: #D15C8C;
}
</style>
background-color css
<style>
a { background-color: #D15C8C; }
a { background-color: rgb(209,92,140); }
div.DivClassName
{
background-color: #D15C8C;
}
.BgClassName
{
background-color: #D15C8C;
}
</style>
border-color css
<style>
span { border-color: #D15C8C; }
span { border-color: rgb(209,92,140); }
td.TdClassName
{
border-color: #D15C8C;
}
.TagClassName
{
border-color: #D15C8C;
}
</style>