Shades of Hopbush #D276AB
Tints of Hopbush #D276AB
RGB
CMYK
RGB Variations
Color information
#D276AB (or 0xD276AB) is known color: Hopbush. HEX triplet: D2, 76 and AB. RGB value is (210,118,171). Sum of RGB (Red+Green+Blue) = 210+118+171=499 (66% of max value = 765). Red value is 210 (82.42% from 255 or 42.08% from 499); Green value is 118 (46.48% from 255 or 23.65% from 499); Blue value is 171 (67.19% from 255 or 34.27% from 499); Max value from RGB is 210 - color contains mainly: red. Hex color #D276AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D276AB is #2D8954. Grayscale: #979797. Windows color (decimal): -2984277 or 11237074. OLE color: 11237074.
HSL color Cylindrical-coordinate representation of color #D276AB: hue angle of 325.43º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D276AB is Cyan = 0, Magento = 0.44, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 118 | 171 | - |
| CMYK | 0 | 0.44 | 0.19 | 0.18 |
| HSL | 325.43º | 0.51% | 0.64% | - |
| HSV(B) | 325.43º | 0.44% | 0.82% | - |
| XYZ | 40.41 | 29.6 | 42.11 | - |
| YUV | 151.55 | 138.98 | 169.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 118 | 171 | 0 | 0.44 | 0.19 | 0.18 | 325.43 | 0.51 | 0.64 |
| Hex | D2 | 76 | AB | 0 | 2C | 13 | 12 | 145 | 33 | 40 |
| Octal | 322 | 166 | 253 | 0 | 54 | 23 | 22 | 505 | 63 | 100 |
| Binary | 11010010 | 1110110 | 10101011 | 0 | 101100 | 10011 | 10010 | 101000101 | 110011 | 1000000 |
Color Harmonies of #D276AB
Complementary color
Monochromatic Colors of #D276AB
Black with #D276AB
Text Example
Text Example
White with #D276AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D276AB; }
p { color: rgb(210,118,171); }
H1.HeaderClassName
{
color: #D276AB;
}
.AnyTagClassName
{
color: #D276AB;
}
</style>
background-color css
<style>
a { background-color: #D276AB; }
a { background-color: rgb(210,118,171); }
div.DivClassName
{
background-color: #D276AB;
}
.BgClassName
{
background-color: #D276AB;
}
</style>
border-color css
<style>
span { border-color: #D276AB; }
span { border-color: rgb(210,118,171); }
td.TdClassName
{
border-color: #D276AB;
}
.TagClassName
{
border-color: #D276AB;
}
</style>