Shades of Hopbush #D76CB2
Tints of Hopbush #D76CB2
RGB
CMYK
RGB Variations
Color information
#D76CB2 (or 0xD76CB2) is known color: Hopbush. HEX triplet: D7, 6C and B2. RGB value is (215,108,178). Sum of RGB (Red+Green+Blue) = 215+108+178=501 (66% of max value = 765). Red value is 215 (84.38% from 255 or 42.91% from 501); Green value is 108 (42.58% from 255 or 21.56% from 501); Blue value is 178 (69.92% from 255 or 35.53% from 501); Max value from RGB is 215 - color contains mainly: red. Hex color #D76CB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D76CB2 is #28934D. Grayscale: #939393. Windows color (decimal): -2659150 or 11693271. OLE color: 11693271.
HSL color Cylindrical-coordinate representation of color #D76CB2: hue angle of 320.75º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D76CB2 is Cyan = 0, Magento = 0.50, Yellow = 0.17 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 108 | 178 | - |
| CMYK | 0 | 0.50 | 0.17 | 0.16 |
| HSL | 320.75º | 0.57% | 0.63% | - |
| HSV(B) | 320.75º | 0.5% | 0.84% | - |
| XYZ | 41.42 | 28.39 | 45.42 | - |
| YUV | 147.97 | 144.95 | 175.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 108 | 178 | 0 | 0.50 | 0.17 | 0.16 | 320.75 | 0.57 | 0.63 |
| Hex | D7 | 6C | B2 | 0 | 32 | 11 | 10 | 141 | 39 | 3F |
| Octal | 327 | 154 | 262 | 0 | 62 | 21 | 20 | 501 | 71 | 77 |
| Binary | 11010111 | 1101100 | 10110010 | 0 | 110010 | 10001 | 10000 | 101000001 | 111001 | 111111 |
Color Harmonies of #D76CB2
Complementary color
Monochromatic Colors of #D76CB2
Black with #D76CB2
Text Example
Text Example
White with #D76CB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76CB2; }
p { color: rgb(215,108,178); }
H1.HeaderClassName
{
color: #D76CB2;
}
.AnyTagClassName
{
color: #D76CB2;
}
</style>
background-color css
<style>
a { background-color: #D76CB2; }
a { background-color: rgb(215,108,178); }
div.DivClassName
{
background-color: #D76CB2;
}
.BgClassName
{
background-color: #D76CB2;
}
</style>
border-color css
<style>
span { border-color: #D76CB2; }
span { border-color: rgb(215,108,178); }
td.TdClassName
{
border-color: #D76CB2;
}
.TagClassName
{
border-color: #D76CB2;
}
</style>