Shades of Hopbush #D85D8D
Tints of Hopbush #D85D8D
RGB
CMYK
RGB Variations
Color information
#D85D8D (or 0xD85D8D) is known color: Hopbush. HEX triplet: D8, 5D and 8D. RGB value is (216,93,141). Sum of RGB (Red+Green+Blue) = 216+93+141=450 (59% of max value = 765). Red value is 216 (84.77% from 255 or 48% from 450); Green value is 93 (36.72% from 255 or 20.67% from 450); Blue value is 141 (55.47% from 255 or 31.33% from 450); Max value from RGB is 216 - color contains mainly: red. Hex color #D85D8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D85D8D is #27A272. Grayscale: #878787. Windows color (decimal): -2597491 or 9264600. OLE color: 9264600.
HSL color Cylindrical-coordinate representation of color #D85D8D: hue angle of 336.59º degrees, saturation: 0.61, 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 #D85D8D is Cyan = 0, Magento = 0.57, Yellow = 0.35 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 93 | 141 | - |
| CMYK | 0 | 0.57 | 0.35 | 0.15 |
| HSL | 336.59º | 0.61% | 0.61% | - |
| HSV(B) | 336.59º | 0.57% | 0.85% | - |
| XYZ | 37.04 | 24.35 | 27.95 | - |
| YUV | 135.25 | 131.25 | 185.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 93 | 141 | 0 | 0.57 | 0.35 | 0.15 | 336.59 | 0.61 | 0.61 |
| Hex | D8 | 5D | 8D | 0 | 39 | 23 | F | 151 | 3D | 3D |
| Octal | 330 | 135 | 215 | 0 | 71 | 43 | 17 | 521 | 75 | 75 |
| Binary | 11011000 | 1011101 | 10001101 | 0 | 111001 | 100011 | 1111 | 101010001 | 111101 | 111101 |
Color Harmonies of #D85D8D
Complementary color
Monochromatic Colors of #D85D8D
Black with #D85D8D
Text Example
Text Example
White with #D85D8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85D8D; }
p { color: rgb(216,93,141); }
H1.HeaderClassName
{
color: #D85D8D;
}
.AnyTagClassName
{
color: #D85D8D;
}
</style>
background-color css
<style>
a { background-color: #D85D8D; }
a { background-color: rgb(216,93,141); }
div.DivClassName
{
background-color: #D85D8D;
}
.BgClassName
{
background-color: #D85D8D;
}
</style>
border-color css
<style>
span { border-color: #D85D8D; }
span { border-color: rgb(216,93,141); }
td.TdClassName
{
border-color: #D85D8D;
}
.TagClassName
{
border-color: #D85D8D;
}
</style>