Shades of Hopbush #D95992
Tints of Hopbush #D95992
RGB
CMYK
RGB Variations
Color information
#D95992 (or 0xD95992) is known color: Hopbush. HEX triplet: D9, 59 and 92. RGB value is (217,89,146). Sum of RGB (Red+Green+Blue) = 217+89+146=452 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.01% from 452); Green value is 89 (35.16% from 255 or 19.69% from 452); Blue value is 146 (57.42% from 255 or 32.30% from 452); Max value from RGB is 217 - color contains mainly: red. Hex color #D95992 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D95992 is #26A66D. Grayscale: #858585. Windows color (decimal): -2532974 or 9591257. OLE color: 9591257.
HSL color Cylindrical-coordinate representation of color #D95992: hue angle of 333.28º 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 #D95992 is Cyan = 0, Magento = 0.59, Yellow = 0.33 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 89 | 146 | - |
| CMYK | 0 | 0.59 | 0.33 | 0.15 |
| HSL | 333.28º | 0.63% | 0.6% | - |
| HSV(B) | 333.28º | 0.59% | 0.85% | - |
| XYZ | 37.38 | 23.97 | 29.85 | - |
| YUV | 133.77 | 134.91 | 187.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 89 | 146 | 0 | 0.59 | 0.33 | 0.15 | 333.28 | 0.63 | 0.6 |
| Hex | D9 | 59 | 92 | 0 | 3B | 21 | F | 14D | 3F | 3C |
| Octal | 331 | 131 | 222 | 0 | 73 | 41 | 17 | 515 | 77 | 74 |
| Binary | 11011001 | 1011001 | 10010010 | 0 | 111011 | 100001 | 1111 | 101001101 | 111111 | 111100 |
Color Harmonies of #D95992
Complementary color
Monochromatic Colors of #D95992
Black with #D95992
Text Example
Text Example
White with #D95992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D95992; }
p { color: rgb(217,89,146); }
H1.HeaderClassName
{
color: #D95992;
}
.AnyTagClassName
{
color: #D95992;
}
</style>
background-color css
<style>
a { background-color: #D95992; }
a { background-color: rgb(217,89,146); }
div.DivClassName
{
background-color: #D95992;
}
.BgClassName
{
background-color: #D95992;
}
</style>
border-color css
<style>
span { border-color: #D95992; }
span { border-color: rgb(217,89,146); }
td.TdClassName
{
border-color: #D95992;
}
.TagClassName
{
border-color: #D95992;
}
</style>