Shades of Hopbush #D85F9D
Tints of Hopbush #D85F9D
RGB
CMYK
RGB Variations
Color information
#D85F9D (or 0xD85F9D) is known color: Hopbush. HEX triplet: D8, 5F and 9D. RGB value is (216,95,157). Sum of RGB (Red+Green+Blue) = 216+95+157=468 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.15% from 468); Green value is 95 (37.5% from 255 or 20.30% from 468); Blue value is 157 (61.72% from 255 or 33.55% from 468); Max value from RGB is 216 - color contains mainly: red. Hex color #D85F9D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D85F9D is #27A062. Grayscale: #8A8A8A. Windows color (decimal): -2596963 or 10313688. OLE color: 10313688.
HSL color Cylindrical-coordinate representation of color #D85F9D: hue angle of 329.26º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D85F9D is Cyan = 0, Magento = 0.56, Yellow = 0.27 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 95 | 157 | - |
| CMYK | 0 | 0.56 | 0.27 | 0.15 |
| HSL | 329.26º | 0.61% | 0.61% | - |
| HSV(B) | 329.26º | 0.56% | 0.85% | - |
| XYZ | 38.5 | 25.22 | 34.74 | - |
| YUV | 138.25 | 138.59 | 183.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 95 | 157 | 0 | 0.56 | 0.27 | 0.15 | 329.26 | 0.61 | 0.61 |
| Hex | D8 | 5F | 9D | 0 | 38 | 1B | F | 149 | 3D | 3D |
| Octal | 330 | 137 | 235 | 0 | 70 | 33 | 17 | 511 | 75 | 75 |
| Binary | 11011000 | 1011111 | 10011101 | 0 | 111000 | 11011 | 1111 | 101001001 | 111101 | 111101 |
Color Harmonies of #D85F9D
Complementary color
Monochromatic Colors of #D85F9D
Black with #D85F9D
Text Example
Text Example
White with #D85F9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85F9D; }
p { color: rgb(216,95,157); }
H1.HeaderClassName
{
color: #D85F9D;
}
.AnyTagClassName
{
color: #D85F9D;
}
</style>
background-color css
<style>
a { background-color: #D85F9D; }
a { background-color: rgb(216,95,157); }
div.DivClassName
{
background-color: #D85F9D;
}
.BgClassName
{
background-color: #D85F9D;
}
</style>
border-color css
<style>
span { border-color: #D85F9D; }
span { border-color: rgb(216,95,157); }
td.TdClassName
{
border-color: #D85F9D;
}
.TagClassName
{
border-color: #D85F9D;
}
</style>