Shades of Hopbush #D277AB
Tints of Hopbush #D277AB
RGB
CMYK
RGB Variations
Color information
#D277AB (or 0xD277AB) is known color: Hopbush. HEX triplet: D2, 77 and AB. RGB value is (210,119,171). Sum of RGB (Red+Green+Blue) = 210+119+171=500 (66% of max value = 765). Red value is 210 (82.42% from 255 or 42% from 500); Green value is 119 (46.88% from 255 or 23.8% from 500); Blue value is 171 (67.19% from 255 or 34.2% from 500); Max value from RGB is 210 - color contains mainly: red. Hex color #D277AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D277AB is #2D8854. Grayscale: #989898. Windows color (decimal): -2984021 or 11237330. OLE color: 11237330.
HSL color Cylindrical-coordinate representation of color #D277AB: hue angle of 325.71º degrees, saturation: 0.5, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D277AB is Cyan = 0, Magento = 0.43, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 119 | 171 | - |
| CMYK | 0 | 0.43 | 0.19 | 0.18 |
| HSL | 325.71º | 0.5% | 0.65% | - |
| HSV(B) | 325.71º | 0.43% | 0.82% | - |
| XYZ | 40.53 | 29.84 | 42.15 | - |
| YUV | 152.14 | 138.65 | 169.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 119 | 171 | 0 | 0.43 | 0.19 | 0.18 | 325.71 | 0.5 | 0.65 |
| Hex | D2 | 77 | AB | 0 | 2B | 13 | 12 | 146 | 32 | 41 |
| Octal | 322 | 167 | 253 | 0 | 53 | 23 | 22 | 506 | 62 | 101 |
| Binary | 11010010 | 1110111 | 10101011 | 0 | 101011 | 10011 | 10010 | 101000110 | 110010 | 1000001 |
Color Harmonies of #D277AB
Complementary color
Monochromatic Colors of #D277AB
Black with #D277AB
Text Example
Text Example
White with #D277AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D277AB; }
p { color: rgb(210,119,171); }
H1.HeaderClassName
{
color: #D277AB;
}
.AnyTagClassName
{
color: #D277AB;
}
</style>
background-color css
<style>
a { background-color: #D277AB; }
a { background-color: rgb(210,119,171); }
div.DivClassName
{
background-color: #D277AB;
}
.BgClassName
{
background-color: #D277AB;
}
</style>
border-color css
<style>
span { border-color: #D277AB; }
span { border-color: rgb(210,119,171); }
td.TdClassName
{
border-color: #D277AB;
}
.TagClassName
{
border-color: #D277AB;
}
</style>