Shades of Hopbush #D85AAA
Tints of Hopbush #D85AAA
RGB
CMYK
RGB Variations
Color information
#D85AAA (or 0xD85AAA) is known color: Hopbush. HEX triplet: D8, 5A and AA. RGB value is (216,90,170). Sum of RGB (Red+Green+Blue) = 216+90+170=476 (63% of max value = 765). Red value is 216 (84.77% from 255 or 45.38% from 476); Green value is 90 (35.55% from 255 or 18.91% from 476); Blue value is 170 (66.80% from 255 or 35.71% from 476); Max value from RGB is 216 - color contains mainly: red. Hex color #D85AAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D85AAA is #27A555. Grayscale: #888888. Windows color (decimal): -2598230 or 11164376. OLE color: 11164376.
HSL color Cylindrical-coordinate representation of color #D85AAA: hue angle of 321.9º 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 #D85AAA is Cyan = 0, Magento = 0.58, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 90 | 170 | - |
| CMYK | 0 | 0.58 | 0.21 | 0.15 |
| HSL | 321.9º | 0.62% | 0.6% | - |
| HSV(B) | 321.9º | 0.58% | 0.85% | - |
| XYZ | 39.23 | 24.81 | 40.75 | - |
| YUV | 136.79 | 146.74 | 184.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 90 | 170 | 0 | 0.58 | 0.21 | 0.15 | 321.9 | 0.62 | 0.6 |
| Hex | D8 | 5A | AA | 0 | 3A | 15 | F | 142 | 3E | 3C |
| Octal | 330 | 132 | 252 | 0 | 72 | 25 | 17 | 502 | 76 | 74 |
| Binary | 11011000 | 1011010 | 10101010 | 0 | 111010 | 10101 | 1111 | 101000010 | 111110 | 111100 |
Color Harmonies of #D85AAA
Complementary color
Monochromatic Colors of #D85AAA
Black with #D85AAA
Text Example
Text Example
White with #D85AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85AAA; }
p { color: rgb(216,90,170); }
H1.HeaderClassName
{
color: #D85AAA;
}
.AnyTagClassName
{
color: #D85AAA;
}
</style>
background-color css
<style>
a { background-color: #D85AAA; }
a { background-color: rgb(216,90,170); }
div.DivClassName
{
background-color: #D85AAA;
}
.BgClassName
{
background-color: #D85AAA;
}
</style>
border-color css
<style>
span { border-color: #D85AAA; }
span { border-color: rgb(216,90,170); }
td.TdClassName
{
border-color: #D85AAA;
}
.TagClassName
{
border-color: #D85AAA;
}
</style>