Shades of Hopbush #D85895
Tints of Hopbush #D85895
RGB
CMYK
RGB Variations
Color information
#D85895 (or 0xD85895) is known color: Hopbush. HEX triplet: D8, 58 and 95. RGB value is (216,88,149). Sum of RGB (Red+Green+Blue) = 216+88+149=453 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.68% from 453); Green value is 88 (34.77% from 255 or 19.43% from 453); Blue value is 149 (58.59% from 255 or 32.89% from 453); Max value from RGB is 216 - color contains mainly: red. Hex color #D85895 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D85895 is #27A76A. Grayscale: #858585. Windows color (decimal): -2598763 or 9787608. OLE color: 9787608.
HSL color Cylindrical-coordinate representation of color #D85895: hue angle of 331.41º degrees, saturation: 0.62, 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 #D85895 is Cyan = 0, Magento = 0.59, Yellow = 0.31 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 88 | 149 | - |
| CMYK | 0 | 0.59 | 0.31 | 0.15 |
| HSL | 331.41º | 0.62% | 0.6% | - |
| HSV(B) | 331.41º | 0.59% | 0.85% | - |
| XYZ | 37.23 | 23.75 | 31.06 | - |
| YUV | 133.23 | 136.91 | 187.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 88 | 149 | 0 | 0.59 | 0.31 | 0.15 | 331.41 | 0.62 | 0.6 |
| Hex | D8 | 58 | 95 | 0 | 3B | 1F | F | 14B | 3E | 3C |
| Octal | 330 | 130 | 225 | 0 | 73 | 37 | 17 | 513 | 76 | 74 |
| Binary | 11011000 | 1011000 | 10010101 | 0 | 111011 | 11111 | 1111 | 101001011 | 111110 | 111100 |
Color Harmonies of #D85895
Complementary color
Monochromatic Colors of #D85895
Black with #D85895
Text Example
Text Example
White with #D85895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85895; }
p { color: rgb(216,88,149); }
H1.HeaderClassName
{
color: #D85895;
}
.AnyTagClassName
{
color: #D85895;
}
</style>
background-color css
<style>
a { background-color: #D85895; }
a { background-color: rgb(216,88,149); }
div.DivClassName
{
background-color: #D85895;
}
.BgClassName
{
background-color: #D85895;
}
</style>
border-color css
<style>
span { border-color: #D85895; }
span { border-color: rgb(216,88,149); }
td.TdClassName
{
border-color: #D85895;
}
.TagClassName
{
border-color: #D85895;
}
</style>