Shades of Hopbush #D15C8A
Tints of Hopbush #D15C8A
RGB
CMYK
RGB Variations
Color information
#D15C8A (or 0xD15C8A) is known color: Hopbush. HEX triplet: D1, 5C and 8A. RGB value is (209,92,138). Sum of RGB (Red+Green+Blue) = 209+92+138=439 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.61% from 439); Green value is 92 (36.33% from 255 or 20.96% from 439); Blue value is 138 (54.30% from 255 or 31.44% from 439); Max value from RGB is 209 - color contains mainly: red. Hex color #D15C8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D15C8A is #2EA375. Grayscale: #848484. Windows color (decimal): -3056502 or 9067729. OLE color: 9067729.
HSL color Cylindrical-coordinate representation of color #D15C8A: hue angle of 336.41º 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 #D15C8A is Cyan = 0, Magento = 0.56, Yellow = 0.34 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 92 | 138 | - |
| CMYK | 0 | 0.56 | 0.34 | 0.18 |
| HSL | 336.41º | 0.56% | 0.59% | - |
| HSV(B) | 336.41º | 0.56% | 0.82% | - |
| XYZ | 34.71 | 23.04 | 26.66 | - |
| YUV | 132.23 | 131.26 | 182.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 92 | 138 | 0 | 0.56 | 0.34 | 0.18 | 336.41 | 0.56 | 0.59 |
| Hex | D1 | 5C | 8A | 0 | 38 | 22 | 12 | 150 | 38 | 3B |
| Octal | 321 | 134 | 212 | 0 | 70 | 42 | 22 | 520 | 70 | 73 |
| Binary | 11010001 | 1011100 | 10001010 | 0 | 111000 | 100010 | 10010 | 101010000 | 111000 | 111011 |
Color Harmonies of #D15C8A
Complementary color
Monochromatic Colors of #D15C8A
Black with #D15C8A
Text Example
Text Example
White with #D15C8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D15C8A; }
p { color: rgb(209,92,138); }
H1.HeaderClassName
{
color: #D15C8A;
}
.AnyTagClassName
{
color: #D15C8A;
}
</style>
background-color css
<style>
a { background-color: #D15C8A; }
a { background-color: rgb(209,92,138); }
div.DivClassName
{
background-color: #D15C8A;
}
.BgClassName
{
background-color: #D15C8A;
}
</style>
border-color css
<style>
span { border-color: #D15C8A; }
span { border-color: rgb(209,92,138); }
td.TdClassName
{
border-color: #D15C8A;
}
.TagClassName
{
border-color: #D15C8A;
}
</style>