Shades of Hopbush #D85E9A
Tints of Hopbush #D85E9A
RGB
CMYK
RGB Variations
Color information
#D85E9A (or 0xD85E9A) is known color: Hopbush. HEX triplet: D8, 5E and 9A. RGB value is (216,94,154). Sum of RGB (Red+Green+Blue) = 216+94+154=464 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.55% from 464); Green value is 94 (37.11% from 255 or 20.26% from 464); Blue value is 154 (60.55% from 255 or 33.19% from 464); Max value from RGB is 216 - color contains mainly: red. Hex color #D85E9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D85E9A is #27A165. Grayscale: #898989. Windows color (decimal): -2597222 or 10116824. OLE color: 10116824.
HSL color Cylindrical-coordinate representation of color #D85E9A: hue angle of 330.49º 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 #D85E9A is Cyan = 0, Magento = 0.56, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 94 | 154 | - |
| CMYK | 0 | 0.56 | 0.29 | 0.15 |
| HSL | 330.49º | 0.61% | 0.61% | - |
| HSV(B) | 330.49º | 0.56% | 0.85% | - |
| XYZ | 38.15 | 24.94 | 33.37 | - |
| YUV | 137.32 | 137.42 | 184.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 94 | 154 | 0 | 0.56 | 0.29 | 0.15 | 330.49 | 0.61 | 0.61 |
| Hex | D8 | 5E | 9A | 0 | 38 | 1D | F | 14A | 3D | 3D |
| Octal | 330 | 136 | 232 | 0 | 70 | 35 | 17 | 512 | 75 | 75 |
| Binary | 11011000 | 1011110 | 10011010 | 0 | 111000 | 11101 | 1111 | 101001010 | 111101 | 111101 |
Color Harmonies of #D85E9A
Complementary color
Monochromatic Colors of #D85E9A
Black with #D85E9A
Text Example
Text Example
White with #D85E9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85E9A; }
p { color: rgb(216,94,154); }
H1.HeaderClassName
{
color: #D85E9A;
}
.AnyTagClassName
{
color: #D85E9A;
}
</style>
background-color css
<style>
a { background-color: #D85E9A; }
a { background-color: rgb(216,94,154); }
div.DivClassName
{
background-color: #D85E9A;
}
.BgClassName
{
background-color: #D85E9A;
}
</style>
border-color css
<style>
span { border-color: #D85E9A; }
span { border-color: rgb(216,94,154); }
td.TdClassName
{
border-color: #D85E9A;
}
.TagClassName
{
border-color: #D85E9A;
}
</style>