Shades of Hopbush #D85AAC
Tints of Hopbush #D85AAC
RGB
CMYK
RGB Variations
Color information
#D85AAC (or 0xD85AAC) is known color: Hopbush. HEX triplet: D8, 5A and AC. RGB value is (216,90,172). Sum of RGB (Red+Green+Blue) = 216+90+172=478 (63% of max value = 765). Red value is 216 (84.77% from 255 or 45.19% from 478); Green value is 90 (35.55% from 255 or 18.83% from 478); Blue value is 172 (67.58% from 255 or 35.98% from 478); Max value from RGB is 216 - color contains mainly: red. Hex color #D85AAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D85AAC is #27A553. Grayscale: #888888. Windows color (decimal): -2598228 or 11295448. OLE color: 11295448.
HSL color Cylindrical-coordinate representation of color #D85AAC: hue angle of 320.95º 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 #D85AAC is Cyan = 0, Magento = 0.58, Yellow = 0.20 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 90 | 172 | - |
| CMYK | 0 | 0.58 | 0.20 | 0.15 |
| HSL | 320.95º | 0.62% | 0.6% | - |
| HSV(B) | 320.95º | 0.58% | 0.85% | - |
| XYZ | 39.42 | 24.89 | 41.76 | - |
| YUV | 137.02 | 147.74 | 184.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 90 | 172 | 0 | 0.58 | 0.20 | 0.15 | 320.95 | 0.62 | 0.6 |
| Hex | D8 | 5A | AC | 0 | 3A | 14 | F | 141 | 3E | 3C |
| Octal | 330 | 132 | 254 | 0 | 72 | 24 | 17 | 501 | 76 | 74 |
| Binary | 11011000 | 1011010 | 10101100 | 0 | 111010 | 10100 | 1111 | 101000001 | 111110 | 111100 |
Color Harmonies of #D85AAC
Complementary color
Monochromatic Colors of #D85AAC
Black with #D85AAC
Text Example
Text Example
White with #D85AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85AAC; }
p { color: rgb(216,90,172); }
H1.HeaderClassName
{
color: #D85AAC;
}
.AnyTagClassName
{
color: #D85AAC;
}
</style>
background-color css
<style>
a { background-color: #D85AAC; }
a { background-color: rgb(216,90,172); }
div.DivClassName
{
background-color: #D85AAC;
}
.BgClassName
{
background-color: #D85AAC;
}
</style>
border-color css
<style>
span { border-color: #D85AAC; }
span { border-color: rgb(216,90,172); }
td.TdClassName
{
border-color: #D85AAC;
}
.TagClassName
{
border-color: #D85AAC;
}
</style>