Shades of Hopbush #D276AC
Tints of Hopbush #D276AC
RGB
CMYK
RGB Variations
Color information
#D276AC (or 0xD276AC) is known color: Hopbush. HEX triplet: D2, 76 and AC. RGB value is (210,118,172). Sum of RGB (Red+Green+Blue) = 210+118+172=500 (66% of max value = 765). Red value is 210 (82.42% from 255 or 42% from 500); Green value is 118 (46.48% from 255 or 23.6% from 500); Blue value is 172 (67.58% from 255 or 34.4% from 500); Max value from RGB is 210 - color contains mainly: red. Hex color #D276AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D276AC is #2D8953. Grayscale: #979797. Windows color (decimal): -2984276 or 11302610. OLE color: 11302610.
HSL color Cylindrical-coordinate representation of color #D276AC: hue angle of 324.78º 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 #D276AC is Cyan = 0, Magento = 0.44, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 118 | 172 | - |
| CMYK | 0 | 0.44 | 0.18 | 0.18 |
| HSL | 324.78º | 0.51% | 0.64% | - |
| HSV(B) | 324.78º | 0.44% | 0.82% | - |
| XYZ | 40.5 | 29.64 | 42.62 | - |
| YUV | 151.66 | 139.48 | 169.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 118 | 172 | 0 | 0.44 | 0.18 | 0.18 | 324.78 | 0.51 | 0.64 |
| Hex | D2 | 76 | AC | 0 | 2C | 12 | 12 | 145 | 33 | 40 |
| Octal | 322 | 166 | 254 | 0 | 54 | 22 | 22 | 505 | 63 | 100 |
| Binary | 11010010 | 1110110 | 10101100 | 0 | 101100 | 10010 | 10010 | 101000101 | 110011 | 1000000 |
Color Harmonies of #D276AC
Complementary color
Monochromatic Colors of #D276AC
Black with #D276AC
Text Example
Text Example
White with #D276AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D276AC; }
p { color: rgb(210,118,172); }
H1.HeaderClassName
{
color: #D276AC;
}
.AnyTagClassName
{
color: #D276AC;
}
</style>
background-color css
<style>
a { background-color: #D276AC; }
a { background-color: rgb(210,118,172); }
div.DivClassName
{
background-color: #D276AC;
}
.BgClassName
{
background-color: #D276AC;
}
</style>
border-color css
<style>
span { border-color: #D276AC; }
span { border-color: rgb(210,118,172); }
td.TdClassName
{
border-color: #D276AC;
}
.TagClassName
{
border-color: #D276AC;
}
</style>