Shades of Hopbush #D85AAB
Tints of Hopbush #D85AAB
RGB
CMYK
RGB Variations
Color information
#D85AAB (or 0xD85AAB) is known color: Hopbush. HEX triplet: D8, 5A and AB. RGB value is (216,90,171). Sum of RGB (Red+Green+Blue) = 216+90+171=477 (63% of max value = 765). Red value is 216 (84.77% from 255 or 45.28% from 477); Green value is 90 (35.55% from 255 or 18.87% from 477); Blue value is 171 (67.19% from 255 or 35.85% from 477); Max value from RGB is 216 - color contains mainly: red. Hex color #D85AAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D85AAB is #27A554. Grayscale: #888888. Windows color (decimal): -2598229 or 11229912. OLE color: 11229912.
HSL color Cylindrical-coordinate representation of color #D85AAB: hue angle of 321.43º 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 #D85AAB is Cyan = 0, Magento = 0.58, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 90 | 171 | - |
| CMYK | 0 | 0.58 | 0.21 | 0.15 |
| HSL | 321.43º | 0.62% | 0.6% | - |
| HSV(B) | 321.43º | 0.58% | 0.85% | - |
| XYZ | 39.33 | 24.85 | 41.25 | - |
| YUV | 136.91 | 147.24 | 184.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 90 | 171 | 0 | 0.58 | 0.21 | 0.15 | 321.43 | 0.62 | 0.6 |
| Hex | D8 | 5A | AB | 0 | 3A | 15 | F | 141 | 3E | 3C |
| Octal | 330 | 132 | 253 | 0 | 72 | 25 | 17 | 501 | 76 | 74 |
| Binary | 11011000 | 1011010 | 10101011 | 0 | 111010 | 10101 | 1111 | 101000001 | 111110 | 111100 |
Color Harmonies of #D85AAB
Complementary color
Monochromatic Colors of #D85AAB
Black with #D85AAB
Text Example
Text Example
White with #D85AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85AAB; }
p { color: rgb(216,90,171); }
H1.HeaderClassName
{
color: #D85AAB;
}
.AnyTagClassName
{
color: #D85AAB;
}
</style>
background-color css
<style>
a { background-color: #D85AAB; }
a { background-color: rgb(216,90,171); }
div.DivClassName
{
background-color: #D85AAB;
}
.BgClassName
{
background-color: #D85AAB;
}
</style>
border-color css
<style>
span { border-color: #D85AAB; }
span { border-color: rgb(216,90,171); }
td.TdClassName
{
border-color: #D85AAB;
}
.TagClassName
{
border-color: #D85AAB;
}
</style>