Shades of Hopbush #D95EA3
Tints of Hopbush #D95EA3
RGB
CMYK
RGB Variations
Color information
#D95EA3 (or 0xD95EA3) is known color: Hopbush. HEX triplet: D9, 5E and A3. RGB value is (217,94,163). Sum of RGB (Red+Green+Blue) = 217+94+163=474 (62% of max value = 765). Red value is 217 (85.16% from 255 or 45.78% from 474); Green value is 94 (37.11% from 255 or 19.83% from 474); Blue value is 163 (64.06% from 255 or 34.39% from 474); Max value from RGB is 217 - color contains mainly: red. Hex color #D95EA3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D95EA3 is #26A15C. Grayscale: #8A8A8A. Windows color (decimal): -2531677 or 10706649. OLE color: 10706649.
HSL color Cylindrical-coordinate representation of color #D95EA3: hue angle of 326.34º 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 #D95EA3 is Cyan = 0, Magento = 0.57, Yellow = 0.25 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 94 | 163 | - |
| CMYK | 0 | 0.57 | 0.25 | 0.15 |
| HSL | 326.34º | 0.62% | 0.61% | - |
| HSV(B) | 326.34º | 0.57% | 0.85% | - |
| XYZ | 39.23 | 25.4 | 37.49 | - |
| YUV | 138.64 | 141.75 | 183.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 94 | 163 | 0 | 0.57 | 0.25 | 0.15 | 326.34 | 0.62 | 0.61 |
| Hex | D9 | 5E | A3 | 0 | 39 | 19 | F | 146 | 3E | 3D |
| Octal | 331 | 136 | 243 | 0 | 71 | 31 | 17 | 506 | 76 | 75 |
| Binary | 11011001 | 1011110 | 10100011 | 0 | 111001 | 11001 | 1111 | 101000110 | 111110 | 111101 |
Color Harmonies of #D95EA3
Complementary color
Monochromatic Colors of #D95EA3
Black with #D95EA3
Text Example
Text Example
White with #D95EA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D95EA3; }
p { color: rgb(217,94,163); }
H1.HeaderClassName
{
color: #D95EA3;
}
.AnyTagClassName
{
color: #D95EA3;
}
</style>
background-color css
<style>
a { background-color: #D95EA3; }
a { background-color: rgb(217,94,163); }
div.DivClassName
{
background-color: #D95EA3;
}
.BgClassName
{
background-color: #D95EA3;
}
</style>
border-color css
<style>
span { border-color: #D95EA3; }
span { border-color: rgb(217,94,163); }
td.TdClassName
{
border-color: #D95EA3;
}
.TagClassName
{
border-color: #D95EA3;
}
</style>