Shades of Hopbush #D85F93
Tints of Hopbush #D85F93
RGB
CMYK
RGB Variations
Color information
#D85F93 (or 0xD85F93) is known color: Hopbush. HEX triplet: D8, 5F and 93. RGB value is (216,95,147). Sum of RGB (Red+Green+Blue) = 216+95+147=458 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.16% from 458); Green value is 95 (37.5% from 255 or 20.74% from 458); Blue value is 147 (57.81% from 255 or 32.10% from 458); Max value from RGB is 216 - color contains mainly: red. Hex color #D85F93 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D85F93 is #27A06C. Grayscale: #898989. Windows color (decimal): -2596973 or 9658328. OLE color: 9658328.
HSL color Cylindrical-coordinate representation of color #D85F93: hue angle of 334.21º 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 #D85F93 is Cyan = 0, Magento = 0.56, Yellow = 0.32 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 95 | 147 | - |
| CMYK | 0 | 0.56 | 0.32 | 0.15 |
| HSL | 334.21º | 0.61% | 0.61% | - |
| HSV(B) | 334.21º | 0.56% | 0.85% | - |
| XYZ | 37.68 | 24.89 | 30.42 | - |
| YUV | 137.11 | 133.59 | 184.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 95 | 147 | 0 | 0.56 | 0.32 | 0.15 | 334.21 | 0.61 | 0.61 |
| Hex | D8 | 5F | 93 | 0 | 38 | 20 | F | 14E | 3D | 3D |
| Octal | 330 | 137 | 223 | 0 | 70 | 40 | 17 | 516 | 75 | 75 |
| Binary | 11011000 | 1011111 | 10010011 | 0 | 111000 | 100000 | 1111 | 101001110 | 111101 | 111101 |
Color Harmonies of #D85F93
Complementary color
Monochromatic Colors of #D85F93
Black with #D85F93
Text Example
Text Example
White with #D85F93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85F93; }
p { color: rgb(216,95,147); }
H1.HeaderClassName
{
color: #D85F93;
}
.AnyTagClassName
{
color: #D85F93;
}
</style>
background-color css
<style>
a { background-color: #D85F93; }
a { background-color: rgb(216,95,147); }
div.DivClassName
{
background-color: #D85F93;
}
.BgClassName
{
background-color: #D85F93;
}
</style>
border-color css
<style>
span { border-color: #D85F93; }
span { border-color: rgb(216,95,147); }
td.TdClassName
{
border-color: #D85F93;
}
.TagClassName
{
border-color: #D85F93;
}
</style>