Shades of Hopbush #D76CA2
Tints of Hopbush #D76CA2
RGB
CMYK
RGB Variations
Color information
#D76CA2 (or 0xD76CA2) is known color: Hopbush. HEX triplet: D7, 6C and A2. RGB value is (215,108,162). Sum of RGB (Red+Green+Blue) = 215+108+162=485 (64% of max value = 765). Red value is 215 (84.38% from 255 or 44.33% from 485); Green value is 108 (42.58% from 255 or 22.27% from 485); Blue value is 162 (63.67% from 255 or 33.40% from 485); Max value from RGB is 215 - color contains mainly: red. Hex color #D76CA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D76CA2 is #28935D. Grayscale: #929292. Windows color (decimal): -2659166 or 10644695. OLE color: 10644695.
HSL color Cylindrical-coordinate representation of color #D76CA2: hue angle of 329.72º 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 #D76CA2 is Cyan = 0, Magento = 0.50, Yellow = 0.25 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 108 | 162 | - |
| CMYK | 0 | 0.50 | 0.25 | 0.16 |
| HSL | 329.72º | 0.57% | 0.63% | - |
| HSV(B) | 329.72º | 0.5% | 0.84% | - |
| XYZ | 39.91 | 27.78 | 37.44 | - |
| YUV | 146.15 | 136.95 | 177.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 108 | 162 | 0 | 0.50 | 0.25 | 0.16 | 329.72 | 0.57 | 0.63 |
| Hex | D7 | 6C | A2 | 0 | 32 | 19 | 10 | 14A | 39 | 3F |
| Octal | 327 | 154 | 242 | 0 | 62 | 31 | 20 | 512 | 71 | 77 |
| Binary | 11010111 | 1101100 | 10100010 | 0 | 110010 | 11001 | 10000 | 101001010 | 111001 | 111111 |
Color Harmonies of #D76CA2
Complementary color
Monochromatic Colors of #D76CA2
Black with #D76CA2
Text Example
Text Example
White with #D76CA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76CA2; }
p { color: rgb(215,108,162); }
H1.HeaderClassName
{
color: #D76CA2;
}
.AnyTagClassName
{
color: #D76CA2;
}
</style>
background-color css
<style>
a { background-color: #D76CA2; }
a { background-color: rgb(215,108,162); }
div.DivClassName
{
background-color: #D76CA2;
}
.BgClassName
{
background-color: #D76CA2;
}
</style>
border-color css
<style>
span { border-color: #D76CA2; }
span { border-color: rgb(215,108,162); }
td.TdClassName
{
border-color: #D76CA2;
}
.TagClassName
{
border-color: #D76CA2;
}
</style>