Shades of Hopbush #D85FAA
Tints of Hopbush #D85FAA
RGB
CMYK
RGB Variations
Color information
#D85FAA (or 0xD85FAA) is known color: Hopbush. HEX triplet: D8, 5F and AA. RGB value is (216,95,170). Sum of RGB (Red+Green+Blue) = 216+95+170=481 (63% of max value = 765). Red value is 216 (84.77% from 255 or 44.91% from 481); Green value is 95 (37.5% from 255 or 19.75% from 481); Blue value is 170 (66.80% from 255 or 35.34% from 481); Max value from RGB is 216 - color contains mainly: red. Hex color #D85FAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D85FAA is #27A055. Grayscale: #8B8B8B. Windows color (decimal): -2596950 or 11165656. OLE color: 11165656.
HSL color Cylindrical-coordinate representation of color #D85FAA: hue angle of 322.81º 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 #D85FAA is Cyan = 0, Magento = 0.56, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 95 | 170 | - |
| CMYK | 0 | 0.56 | 0.21 | 0.15 |
| HSL | 322.81º | 0.61% | 0.61% | - |
| HSV(B) | 322.81º | 0.56% | 0.85% | - |
| XYZ | 39.67 | 25.69 | 40.9 | - |
| YUV | 139.73 | 145.09 | 182.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 95 | 170 | 0 | 0.56 | 0.21 | 0.15 | 322.81 | 0.61 | 0.61 |
| Hex | D8 | 5F | AA | 0 | 38 | 15 | F | 143 | 3D | 3D |
| Octal | 330 | 137 | 252 | 0 | 70 | 25 | 17 | 503 | 75 | 75 |
| Binary | 11011000 | 1011111 | 10101010 | 0 | 111000 | 10101 | 1111 | 101000011 | 111101 | 111101 |
Color Harmonies of #D85FAA
Complementary color
Monochromatic Colors of #D85FAA
Black with #D85FAA
Text Example
Text Example
White with #D85FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85FAA; }
p { color: rgb(216,95,170); }
H1.HeaderClassName
{
color: #D85FAA;
}
.AnyTagClassName
{
color: #D85FAA;
}
</style>
background-color css
<style>
a { background-color: #D85FAA; }
a { background-color: rgb(216,95,170); }
div.DivClassName
{
background-color: #D85FAA;
}
.BgClassName
{
background-color: #D85FAA;
}
</style>
border-color css
<style>
span { border-color: #D85FAA; }
span { border-color: rgb(216,95,170); }
td.TdClassName
{
border-color: #D85FAA;
}
.TagClassName
{
border-color: #D85FAA;
}
</style>