Shades of Hopbush #D95EA8
Tints of Hopbush #D95EA8
RGB
CMYK
RGB Variations
Color information
#D95EA8 (or 0xD95EA8) is known color: Hopbush. HEX triplet: D9, 5E and A8. RGB value is (217,94,168). Sum of RGB (Red+Green+Blue) = 217+94+168=479 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.30% from 479); Green value is 94 (37.11% from 255 or 19.62% from 479); Blue value is 168 (66.02% from 255 or 35.07% from 479); Max value from RGB is 217 - color contains mainly: red. Hex color #D95EA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D95EA8 is #26A157. Grayscale: #8B8B8B. Windows color (decimal): -2531672 or 11034329. OLE color: 11034329.
HSL color Cylindrical-coordinate representation of color #D95EA8: hue angle of 323.9º 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 #D95EA8 is Cyan = 0, Magento = 0.57, Yellow = 0.23 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 94 | 168 | - |
| CMYK | 0 | 0.57 | 0.23 | 0.15 |
| HSL | 323.9º | 0.62% | 0.61% | - |
| HSV(B) | 323.9º | 0.57% | 0.85% | - |
| XYZ | 39.69 | 25.58 | 39.89 | - |
| YUV | 139.21 | 144.25 | 183.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 94 | 168 | 0 | 0.57 | 0.23 | 0.15 | 323.9 | 0.62 | 0.61 |
| Hex | D9 | 5E | A8 | 0 | 39 | 17 | F | 144 | 3E | 3D |
| Octal | 331 | 136 | 250 | 0 | 71 | 27 | 17 | 504 | 76 | 75 |
| Binary | 11011001 | 1011110 | 10101000 | 0 | 111001 | 10111 | 1111 | 101000100 | 111110 | 111101 |
Color Harmonies of #D95EA8
Complementary color
Monochromatic Colors of #D95EA8
Black with #D95EA8
Text Example
Text Example
White with #D95EA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D95EA8; }
p { color: rgb(217,94,168); }
H1.HeaderClassName
{
color: #D95EA8;
}
.AnyTagClassName
{
color: #D95EA8;
}
</style>
background-color css
<style>
a { background-color: #D95EA8; }
a { background-color: rgb(217,94,168); }
div.DivClassName
{
background-color: #D95EA8;
}
.BgClassName
{
background-color: #D95EA8;
}
</style>
border-color css
<style>
span { border-color: #D95EA8; }
span { border-color: rgb(217,94,168); }
td.TdClassName
{
border-color: #D95EA8;
}
.TagClassName
{
border-color: #D95EA8;
}
</style>