Shades of Hopbush #D15E9E
Tints of Hopbush #D15E9E
RGB
CMYK
RGB Variations
Color information
#D15E9E (or 0xD15E9E) is known color: Hopbush. HEX triplet: D1, 5E and 9E. RGB value is (209,94,158). Sum of RGB (Red+Green+Blue) = 209+94+158=461 (61% of max value = 765). Red value is 209 (82.03% from 255 or 45.34% from 461); Green value is 94 (37.11% from 255 or 20.39% from 461); Blue value is 158 (62.11% from 255 or 34.27% from 461); Max value from RGB is 209 - color contains mainly: red. Hex color #D15E9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D15E9E is #2EA161. Grayscale: #878787. Windows color (decimal): -3055970 or 10378961. OLE color: 10378961.
HSL color Cylindrical-coordinate representation of color #D15E9E: hue angle of 326.61º degrees, saturation: 0.56, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D15E9E is Cyan = 0, Magento = 0.55, Yellow = 0.24 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 94 | 158 | - |
| CMYK | 0 | 0.55 | 0.24 | 0.18 |
| HSL | 326.61º | 0.56% | 0.59% | - |
| HSV(B) | 326.61º | 0.55% | 0.82% | - |
| XYZ | 36.47 | 24.03 | 35.06 | - |
| YUV | 135.68 | 140.6 | 180.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 94 | 158 | 0 | 0.55 | 0.24 | 0.18 | 326.61 | 0.56 | 0.59 |
| Hex | D1 | 5E | 9E | 0 | 37 | 18 | 12 | 147 | 38 | 3B |
| Octal | 321 | 136 | 236 | 0 | 67 | 30 | 22 | 507 | 70 | 73 |
| Binary | 11010001 | 1011110 | 10011110 | 0 | 110111 | 11000 | 10010 | 101000111 | 111000 | 111011 |
Color Harmonies of #D15E9E
Complementary color
Monochromatic Colors of #D15E9E
Black with #D15E9E
Text Example
Text Example
White with #D15E9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D15E9E; }
p { color: rgb(209,94,158); }
H1.HeaderClassName
{
color: #D15E9E;
}
.AnyTagClassName
{
color: #D15E9E;
}
</style>
background-color css
<style>
a { background-color: #D15E9E; }
a { background-color: rgb(209,94,158); }
div.DivClassName
{
background-color: #D15E9E;
}
.BgClassName
{
background-color: #D15E9E;
}
</style>
border-color css
<style>
span { border-color: #D15E9E; }
span { border-color: rgb(209,94,158); }
td.TdClassName
{
border-color: #D15E9E;
}
.TagClassName
{
border-color: #D15E9E;
}
</style>