Shades of Hopbush #D95990
Tints of Hopbush #D95990
RGB
CMYK
RGB Variations
Color information
#D95990 (or 0xD95990) is known color: Hopbush. HEX triplet: D9, 59 and 90. RGB value is (217,89,144). Sum of RGB (Red+Green+Blue) = 217+89+144=450 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.22% from 450); Green value is 89 (35.16% from 255 or 19.78% from 450); Blue value is 144 (56.64% from 255 or 32% from 450); Max value from RGB is 217 - color contains mainly: red. Hex color #D95990 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D95990 is #26A66F. Grayscale: #858585. Windows color (decimal): -2532976 or 9460185. OLE color: 9460185.
HSL color Cylindrical-coordinate representation of color #D95990: hue angle of 334.22º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D95990 is Cyan = 0, Magento = 0.59, Yellow = 0.34 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 89 | 144 | - |
| CMYK | 0 | 0.59 | 0.34 | 0.15 |
| HSL | 334.22º | 0.63% | 0.6% | - |
| HSV(B) | 334.22º | 0.59% | 0.85% | - |
| XYZ | 37.22 | 23.91 | 29.04 | - |
| YUV | 133.54 | 133.91 | 187.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 89 | 144 | 0 | 0.59 | 0.34 | 0.15 | 334.22 | 0.63 | 0.6 |
| Hex | D9 | 59 | 90 | 0 | 3B | 22 | F | 14E | 3F | 3C |
| Octal | 331 | 131 | 220 | 0 | 73 | 42 | 17 | 516 | 77 | 74 |
| Binary | 11011001 | 1011001 | 10010000 | 0 | 111011 | 100010 | 1111 | 101001110 | 111111 | 111100 |
Color Harmonies of #D95990
Complementary color
Monochromatic Colors of #D95990
Black with #D95990
Text Example
Text Example
White with #D95990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D95990; }
p { color: rgb(217,89,144); }
H1.HeaderClassName
{
color: #D95990;
}
.AnyTagClassName
{
color: #D95990;
}
</style>
background-color css
<style>
a { background-color: #D95990; }
a { background-color: rgb(217,89,144); }
div.DivClassName
{
background-color: #D95990;
}
.BgClassName
{
background-color: #D95990;
}
</style>
border-color css
<style>
span { border-color: #D95990; }
span { border-color: rgb(217,89,144); }
td.TdClassName
{
border-color: #D95990;
}
.TagClassName
{
border-color: #D95990;
}
</style>