Shades of Hopbush #D85AAD
Tints of Hopbush #D85AAD
RGB
CMYK
RGB Variations
Color information
#D85AAD (or 0xD85AAD) is known color: Hopbush. HEX triplet: D8, 5A and AD. RGB value is (216,90,173). Sum of RGB (Red+Green+Blue) = 216+90+173=479 (63% of max value = 765). Red value is 216 (84.77% from 255 or 45.09% from 479); Green value is 90 (35.55% from 255 or 18.79% from 479); Blue value is 173 (67.97% from 255 or 36.12% from 479); Max value from RGB is 216 - color contains mainly: red. Hex color #D85AAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D85AAD is #27A552. Grayscale: #888888. Windows color (decimal): -2598227 or 11360984. OLE color: 11360984.
HSL color Cylindrical-coordinate representation of color #D85AAD: hue angle of 320.48º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D85AAD is Cyan = 0, Magento = 0.58, Yellow = 0.20 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 90 | 173 | - |
| CMYK | 0 | 0.58 | 0.20 | 0.15 |
| HSL | 320.48º | 0.62% | 0.6% | - |
| HSV(B) | 320.48º | 0.58% | 0.85% | - |
| XYZ | 39.52 | 24.93 | 42.26 | - |
| YUV | 137.14 | 148.24 | 184.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 90 | 173 | 0 | 0.58 | 0.20 | 0.15 | 320.48 | 0.62 | 0.6 |
| Hex | D8 | 5A | AD | 0 | 3A | 14 | F | 140 | 3E | 3C |
| Octal | 330 | 132 | 255 | 0 | 72 | 24 | 17 | 500 | 76 | 74 |
| Binary | 11011000 | 1011010 | 10101101 | 0 | 111010 | 10100 | 1111 | 101000000 | 111110 | 111100 |
Color Harmonies of #D85AAD
Complementary color
Monochromatic Colors of #D85AAD
Black with #D85AAD
Text Example
Text Example
White with #D85AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85AAD; }
p { color: rgb(216,90,173); }
H1.HeaderClassName
{
color: #D85AAD;
}
.AnyTagClassName
{
color: #D85AAD;
}
</style>
background-color css
<style>
a { background-color: #D85AAD; }
a { background-color: rgb(216,90,173); }
div.DivClassName
{
background-color: #D85AAD;
}
.BgClassName
{
background-color: #D85AAD;
}
</style>
border-color css
<style>
span { border-color: #D85AAD; }
span { border-color: rgb(216,90,173); }
td.TdClassName
{
border-color: #D85AAD;
}
.TagClassName
{
border-color: #D85AAD;
}
</style>