Shades of Hopbush #D85DAC
Tints of Hopbush #D85DAC
RGB
CMYK
RGB Variations
Color information
#D85DAC (or 0xD85DAC) is known color: Hopbush. HEX triplet: D8, 5D and AC. RGB value is (216,93,172). Sum of RGB (Red+Green+Blue) = 216+93+172=481 (63% of max value = 765). Red value is 216 (84.77% from 255 or 44.91% from 481); Green value is 93 (36.72% from 255 or 19.33% from 481); Blue value is 172 (67.58% from 255 or 35.76% from 481); Max value from RGB is 216 - color contains mainly: red. Hex color #D85DAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D85DAC is #27A253. Grayscale: #8A8A8A. Windows color (decimal): -2597460 or 11296216. OLE color: 11296216.
HSL color Cylindrical-coordinate representation of color #D85DAC: hue angle of 321.46º 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 #D85DAC is Cyan = 0, Magento = 0.57, Yellow = 0.20 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 93 | 172 | - |
| CMYK | 0 | 0.57 | 0.20 | 0.15 |
| HSL | 321.46º | 0.61% | 0.61% | - |
| HSV(B) | 321.46º | 0.57% | 0.85% | - |
| XYZ | 39.68 | 25.41 | 41.84 | - |
| YUV | 138.78 | 146.75 | 183.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 93 | 172 | 0 | 0.57 | 0.20 | 0.15 | 321.46 | 0.61 | 0.61 |
| Hex | D8 | 5D | AC | 0 | 39 | 14 | F | 141 | 3D | 3D |
| Octal | 330 | 135 | 254 | 0 | 71 | 24 | 17 | 501 | 75 | 75 |
| Binary | 11011000 | 1011101 | 10101100 | 0 | 111001 | 10100 | 1111 | 101000001 | 111101 | 111101 |
Color Harmonies of #D85DAC
Complementary color
Monochromatic Colors of #D85DAC
Black with #D85DAC
Text Example
Text Example
White with #D85DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85DAC; }
p { color: rgb(216,93,172); }
H1.HeaderClassName
{
color: #D85DAC;
}
.AnyTagClassName
{
color: #D85DAC;
}
</style>
background-color css
<style>
a { background-color: #D85DAC; }
a { background-color: rgb(216,93,172); }
div.DivClassName
{
background-color: #D85DAC;
}
.BgClassName
{
background-color: #D85DAC;
}
</style>
border-color css
<style>
span { border-color: #D85DAC; }
span { border-color: rgb(216,93,172); }
td.TdClassName
{
border-color: #D85DAC;
}
.TagClassName
{
border-color: #D85DAC;
}
</style>