Shades of Hopbush #D76CA1
Tints of Hopbush #D76CA1
RGB
CMYK
RGB Variations
Color information
#D76CA1 (or 0xD76CA1) is known color: Hopbush. HEX triplet: D7, 6C and A1. RGB value is (215,108,161). Sum of RGB (Red+Green+Blue) = 215+108+161=484 (64% of max value = 765). Red value is 215 (84.38% from 255 or 44.42% from 484); Green value is 108 (42.58% from 255 or 22.31% from 484); Blue value is 161 (63.28% from 255 or 33.26% from 484); Max value from RGB is 215 - color contains mainly: red. Hex color #D76CA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D76CA1 is #28935E. Grayscale: #919191. Windows color (decimal): -2659167 or 10579159. OLE color: 10579159.
HSL color Cylindrical-coordinate representation of color #D76CA1: hue angle of 330.28º 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 #D76CA1 is Cyan = 0, Magento = 0.50, Yellow = 0.25 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 108 | 161 | - |
| CMYK | 0 | 0.50 | 0.25 | 0.16 |
| HSL | 330.28º | 0.57% | 0.63% | - |
| HSV(B) | 330.28º | 0.5% | 0.84% | - |
| XYZ | 39.82 | 27.75 | 36.97 | - |
| YUV | 146.04 | 136.45 | 177.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 108 | 161 | 0 | 0.50 | 0.25 | 0.16 | 330.28 | 0.57 | 0.63 |
| Hex | D7 | 6C | A1 | 0 | 32 | 19 | 10 | 14A | 39 | 3F |
| Octal | 327 | 154 | 241 | 0 | 62 | 31 | 20 | 512 | 71 | 77 |
| Binary | 11010111 | 1101100 | 10100001 | 0 | 110010 | 11001 | 10000 | 101001010 | 111001 | 111111 |
Color Harmonies of #D76CA1
Complementary color
Monochromatic Colors of #D76CA1
Black with #D76CA1
Text Example
Text Example
White with #D76CA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76CA1; }
p { color: rgb(215,108,161); }
H1.HeaderClassName
{
color: #D76CA1;
}
.AnyTagClassName
{
color: #D76CA1;
}
</style>
background-color css
<style>
a { background-color: #D76CA1; }
a { background-color: rgb(215,108,161); }
div.DivClassName
{
background-color: #D76CA1;
}
.BgClassName
{
background-color: #D76CA1;
}
</style>
border-color css
<style>
span { border-color: #D76CA1; }
span { border-color: rgb(215,108,161); }
td.TdClassName
{
border-color: #D76CA1;
}
.TagClassName
{
border-color: #D76CA1;
}
</style>