Shades of Hopbush #D77AAC
Tints of Hopbush #D77AAC
RGB
CMYK
RGB Variations
Color information
#D77AAC (or 0xD77AAC) is known color: Hopbush. HEX triplet: D7, 7A and AC. RGB value is (215,122,172). Sum of RGB (Red+Green+Blue) = 215+122+172=509 (67% of max value = 765). Red value is 215 (84.38% from 255 or 42.24% from 509); Green value is 122 (48.05% from 255 or 23.97% from 509); Blue value is 172 (67.58% from 255 or 33.79% from 509); Max value from RGB is 215 - color contains mainly: red. Hex color #D77AAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D77AAC is #288553. Grayscale: #9B9B9B. Windows color (decimal): -2655572 or 11303639. OLE color: 11303639.
HSL color Cylindrical-coordinate representation of color #D77AAC: hue angle of 327.74º degrees, saturation: 0.54, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D77AAC is Cyan = 0, Magento = 0.43, Yellow = 0.2 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 122 | 172 | - |
| CMYK | 0 | 0.43 | 0.2 | 0.16 |
| HSL | 327.74º | 0.54% | 0.66% | - |
| HSV(B) | 327.74º | 0.43% | 0.84% | - |
| XYZ | 42.43 | 31.34 | 42.84 | - |
| YUV | 155.51 | 137.31 | 170.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 122 | 172 | 0 | 0.43 | 0.2 | 0.16 | 327.74 | 0.54 | 0.66 |
| Hex | D7 | 7A | AC | 0 | 2B | 14 | 10 | 148 | 36 | 42 |
| Octal | 327 | 172 | 254 | 0 | 53 | 24 | 20 | 510 | 66 | 102 |
| Binary | 11010111 | 1111010 | 10101100 | 0 | 101011 | 10100 | 10000 | 101001000 | 110110 | 1000010 |
Color Harmonies of #D77AAC
Complementary color
Monochromatic Colors of #D77AAC
Black with #D77AAC
Text Example
Text Example
White with #D77AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77AAC; }
p { color: rgb(215,122,172); }
H1.HeaderClassName
{
color: #D77AAC;
}
.AnyTagClassName
{
color: #D77AAC;
}
</style>
background-color css
<style>
a { background-color: #D77AAC; }
a { background-color: rgb(215,122,172); }
div.DivClassName
{
background-color: #D77AAC;
}
.BgClassName
{
background-color: #D77AAC;
}
</style>
border-color css
<style>
span { border-color: #D77AAC; }
span { border-color: rgb(215,122,172); }
td.TdClassName
{
border-color: #D77AAC;
}
.TagClassName
{
border-color: #D77AAC;
}
</style>