Shades of Hopbush #D15A8E
Tints of Hopbush #D15A8E
RGB
CMYK
RGB Variations
Color information
#D15A8E (or 0xD15A8E) is known color: Hopbush. HEX triplet: D1, 5A and 8E. RGB value is (209,90,142). Sum of RGB (Red+Green+Blue) = 209+90+142=441 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.39% from 441); Green value is 90 (35.55% from 255 or 20.41% from 441); Blue value is 142 (55.86% from 255 or 32.20% from 441); Max value from RGB is 209 - color contains mainly: red. Hex color #D15A8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D15A8E is #2EA571. Grayscale: #838383. Windows color (decimal): -3057010 or 9329361. OLE color: 9329361.
HSL color Cylindrical-coordinate representation of color #D15A8E: hue angle of 333.78º degrees, saturation: 0.56, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D15A8E is Cyan = 0, Magento = 0.57, Yellow = 0.32 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 90 | 142 | - |
| CMYK | 0 | 0.57 | 0.32 | 0.18 |
| HSL | 333.78º | 0.56% | 0.59% | - |
| HSV(B) | 333.78º | 0.57% | 0.82% | - |
| XYZ | 34.83 | 22.82 | 28.16 | - |
| YUV | 131.51 | 133.92 | 183.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 90 | 142 | 0 | 0.57 | 0.32 | 0.18 | 333.78 | 0.56 | 0.59 |
| Hex | D1 | 5A | 8E | 0 | 39 | 20 | 12 | 14E | 38 | 3B |
| Octal | 321 | 132 | 216 | 0 | 71 | 40 | 22 | 516 | 70 | 73 |
| Binary | 11010001 | 1011010 | 10001110 | 0 | 111001 | 100000 | 10010 | 101001110 | 111000 | 111011 |
Color Harmonies of #D15A8E
Complementary color
Monochromatic Colors of #D15A8E
Black with #D15A8E
Text Example
Text Example
White with #D15A8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D15A8E; }
p { color: rgb(209,90,142); }
H1.HeaderClassName
{
color: #D15A8E;
}
.AnyTagClassName
{
color: #D15A8E;
}
</style>
background-color css
<style>
a { background-color: #D15A8E; }
a { background-color: rgb(209,90,142); }
div.DivClassName
{
background-color: #D15A8E;
}
.BgClassName
{
background-color: #D15A8E;
}
</style>
border-color css
<style>
span { border-color: #D15A8E; }
span { border-color: rgb(209,90,142); }
td.TdClassName
{
border-color: #D15A8E;
}
.TagClassName
{
border-color: #D15A8E;
}
</style>