Shades of Hopbush #D95E96
Tints of Hopbush #D95E96
RGB
CMYK
RGB Variations
Color information
#D95E96 (or 0xD95E96) is known color: Hopbush. HEX triplet: D9, 5E and 96. RGB value is (217,94,150). Sum of RGB (Red+Green+Blue) = 217+94+150=461 (61% of max value = 765). Red value is 217 (85.16% from 255 or 47.07% from 461); Green value is 94 (37.11% from 255 or 20.39% from 461); Blue value is 150 (58.98% from 255 or 32.54% from 461); Max value from RGB is 217 - color contains mainly: red. Hex color #D95E96 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D95E96 is #26A169. Grayscale: #898989. Windows color (decimal): -2531690 or 9854681. OLE color: 9854681.
HSL color Cylindrical-coordinate representation of color #D95E96: hue angle of 332.68º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D95E96 is Cyan = 0, Magento = 0.57, Yellow = 0.31 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 94 | 150 | - |
| CMYK | 0 | 0.57 | 0.31 | 0.15 |
| HSL | 332.68º | 0.62% | 0.61% | - |
| HSV(B) | 332.68º | 0.57% | 0.85% | - |
| XYZ | 38.12 | 24.96 | 31.66 | - |
| YUV | 137.16 | 135.25 | 184.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 94 | 150 | 0 | 0.57 | 0.31 | 0.15 | 332.68 | 0.62 | 0.61 |
| Hex | D9 | 5E | 96 | 0 | 39 | 1F | F | 14D | 3E | 3D |
| Octal | 331 | 136 | 226 | 0 | 71 | 37 | 17 | 515 | 76 | 75 |
| Binary | 11011001 | 1011110 | 10010110 | 0 | 111001 | 11111 | 1111 | 101001101 | 111110 | 111101 |
Color Harmonies of #D95E96
Complementary color
Monochromatic Colors of #D95E96
Black with #D95E96
Text Example
Text Example
White with #D95E96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D95E96; }
p { color: rgb(217,94,150); }
H1.HeaderClassName
{
color: #D95E96;
}
.AnyTagClassName
{
color: #D95E96;
}
</style>
background-color css
<style>
a { background-color: #D95E96; }
a { background-color: rgb(217,94,150); }
div.DivClassName
{
background-color: #D95E96;
}
.BgClassName
{
background-color: #D95E96;
}
</style>
border-color css
<style>
span { border-color: #D95E96; }
span { border-color: rgb(217,94,150); }
td.TdClassName
{
border-color: #D95E96;
}
.TagClassName
{
border-color: #D95E96;
}
</style>