Shades of Hopbush #D77AAB
Tints of Hopbush #D77AAB
RGB
CMYK
RGB Variations
Color information
#D77AAB (or 0xD77AAB) is known color: Hopbush. HEX triplet: D7, 7A and AB. RGB value is (215,122,171). Sum of RGB (Red+Green+Blue) = 215+122+171=508 (67% of max value = 765). Red value is 215 (84.38% from 255 or 42.32% from 508); Green value is 122 (48.05% from 255 or 24.02% from 508); Blue value is 171 (67.19% from 255 or 33.66% from 508); Max value from RGB is 215 - color contains mainly: red. Hex color #D77AAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D77AAB is #288554. Grayscale: #9B9B9B. Windows color (decimal): -2655573 or 11238103. OLE color: 11238103.
HSL color Cylindrical-coordinate representation of color #D77AAB: hue angle of 328.39º 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 #D77AAB is Cyan = 0, Magento = 0.43, Yellow = 0.20 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 122 | 171 | - |
| CMYK | 0 | 0.43 | 0.20 | 0.16 |
| HSL | 328.39º | 0.54% | 0.66% | - |
| HSV(B) | 328.39º | 0.43% | 0.84% | - |
| XYZ | 42.33 | 31.31 | 42.34 | - |
| YUV | 155.39 | 136.81 | 170.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 122 | 171 | 0 | 0.43 | 0.20 | 0.16 | 328.39 | 0.54 | 0.66 |
| Hex | D7 | 7A | AB | 0 | 2B | 14 | 10 | 148 | 36 | 42 |
| Octal | 327 | 172 | 253 | 0 | 53 | 24 | 20 | 510 | 66 | 102 |
| Binary | 11010111 | 1111010 | 10101011 | 0 | 101011 | 10100 | 10000 | 101001000 | 110110 | 1000010 |
Color Harmonies of #D77AAB
Complementary color
Monochromatic Colors of #D77AAB
Black with #D77AAB
Text Example
Text Example
White with #D77AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77AAB; }
p { color: rgb(215,122,171); }
H1.HeaderClassName
{
color: #D77AAB;
}
.AnyTagClassName
{
color: #D77AAB;
}
</style>
background-color css
<style>
a { background-color: #D77AAB; }
a { background-color: rgb(215,122,171); }
div.DivClassName
{
background-color: #D77AAB;
}
.BgClassName
{
background-color: #D77AAB;
}
</style>
border-color css
<style>
span { border-color: #D77AAB; }
span { border-color: rgb(215,122,171); }
td.TdClassName
{
border-color: #D77AAB;
}
.TagClassName
{
border-color: #D77AAB;
}
</style>