Shades of Hopbush #D076B1
Tints of Hopbush #D076B1
RGB
CMYK
RGB Variations
Color information
#D076B1 (or 0xD076B1) is known color: Hopbush. HEX triplet: D0, 76 and B1. RGB value is (208,118,177). Sum of RGB (Red+Green+Blue) = 208+118+177=503 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.35% from 503); Green value is 118 (46.48% from 255 or 23.46% from 503); Blue value is 177 (69.53% from 255 or 35.19% from 503); Max value from RGB is 208 - color contains mainly: red. Hex color #D076B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D076B1 is #2F894E. Grayscale: #979797. Windows color (decimal): -3115343 or 11630288. OLE color: 11630288.
HSL color Cylindrical-coordinate representation of color #D076B1: hue angle of 320.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 #D076B1 is Cyan = 0, Magento = 0.43, Yellow = 0.15 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 118 | 177 | - |
| CMYK | 0 | 0.43 | 0.15 | 0.18 |
| HSL | 320.67º | 0.49% | 0.64% | - |
| HSV(B) | 320.67º | 0.43% | 0.82% | - |
| XYZ | 40.43 | 29.54 | 45.17 | - |
| YUV | 151.64 | 142.32 | 168.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 118 | 177 | 0 | 0.43 | 0.15 | 0.18 | 320.67 | 0.49 | 0.64 |
| Hex | D0 | 76 | B1 | 0 | 2B | F | 12 | 141 | 31 | 40 |
| Octal | 320 | 166 | 261 | 0 | 53 | 17 | 22 | 501 | 61 | 100 |
| Binary | 11010000 | 1110110 | 10110001 | 0 | 101011 | 1111 | 10010 | 101000001 | 110001 | 1000000 |
Color Harmonies of #D076B1
Complementary color
Monochromatic Colors of #D076B1
Black with #D076B1
Text Example
Text Example
White with #D076B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D076B1; }
p { color: rgb(208,118,177); }
H1.HeaderClassName
{
color: #D076B1;
}
.AnyTagClassName
{
color: #D076B1;
}
</style>
background-color css
<style>
a { background-color: #D076B1; }
a { background-color: rgb(208,118,177); }
div.DivClassName
{
background-color: #D076B1;
}
.BgClassName
{
background-color: #D076B1;
}
</style>
border-color css
<style>
span { border-color: #D076B1; }
span { border-color: rgb(208,118,177); }
td.TdClassName
{
border-color: #D076B1;
}
.TagClassName
{
border-color: #D076B1;
}
</style>