Shades of Hopbush #D076A2
Tints of Hopbush #D076A2
RGB
CMYK
RGB Variations
Color information
#D076A2 (or 0xD076A2) is known color: Hopbush. HEX triplet: D0, 76 and A2. RGB value is (208,118,162). Sum of RGB (Red+Green+Blue) = 208+118+162=488 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.62% from 488); Green value is 118 (46.48% from 255 or 24.18% from 488); Blue value is 162 (63.67% from 255 or 33.20% from 488); Max value from RGB is 208 - color contains mainly: red. Hex color #D076A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D076A2 is #2F895D. Grayscale: #959595. Windows color (decimal): -3115358 or 10647248. OLE color: 10647248.
HSL color Cylindrical-coordinate representation of color #D076A2: hue angle of 330.67º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D076A2 is Cyan = 0, Magento = 0.43, Yellow = 0.22 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 118 | 162 | - |
| CMYK | 0 | 0.43 | 0.22 | 0.18 |
| HSL | 330.67º | 0.49% | 0.64% | - |
| HSV(B) | 330.67º | 0.43% | 0.82% | - |
| XYZ | 39.01 | 28.98 | 37.72 | - |
| YUV | 149.93 | 134.82 | 169.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 118 | 162 | 0 | 0.43 | 0.22 | 0.18 | 330.67 | 0.49 | 0.64 |
| Hex | D0 | 76 | A2 | 0 | 2B | 16 | 12 | 14B | 31 | 40 |
| Octal | 320 | 166 | 242 | 0 | 53 | 26 | 22 | 513 | 61 | 100 |
| Binary | 11010000 | 1110110 | 10100010 | 0 | 101011 | 10110 | 10010 | 101001011 | 110001 | 1000000 |
Color Harmonies of #D076A2
Complementary color
Monochromatic Colors of #D076A2
Black with #D076A2
Text Example
Text Example
White with #D076A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D076A2; }
p { color: rgb(208,118,162); }
H1.HeaderClassName
{
color: #D076A2;
}
.AnyTagClassName
{
color: #D076A2;
}
</style>
background-color css
<style>
a { background-color: #D076A2; }
a { background-color: rgb(208,118,162); }
div.DivClassName
{
background-color: #D076A2;
}
.BgClassName
{
background-color: #D076A2;
}
</style>
border-color css
<style>
span { border-color: #D076A2; }
span { border-color: rgb(208,118,162); }
td.TdClassName
{
border-color: #D076A2;
}
.TagClassName
{
border-color: #D076A2;
}
</style>