Shades of Hopbush #D764B0
Tints of Hopbush #D764B0
RGB
CMYK
RGB Variations
Color information
#D764B0 (or 0xD764B0) is known color: Hopbush. HEX triplet: D7, 64 and B0. RGB value is (215,100,176). Sum of RGB (Red+Green+Blue) = 215+100+176=491 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.79% from 491); Green value is 100 (39.45% from 255 or 20.37% from 491); Blue value is 176 (69.14% from 255 or 35.85% from 491); Max value from RGB is 215 - color contains mainly: red. Hex color #D764B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D764B0 is #289B4F. Grayscale: #8E8E8E. Windows color (decimal): -2661200 or 11560151. OLE color: 11560151.
HSL color Cylindrical-coordinate representation of color #D764B0: hue angle of 320.35º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D764B0 is Cyan = 0, Magento = 0.53, Yellow = 0.18 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 100 | 176 | - |
| CMYK | 0 | 0.53 | 0.18 | 0.16 |
| HSL | 320.35º | 0.59% | 0.62% | - |
| HSV(B) | 320.35º | 0.53% | 0.84% | - |
| XYZ | 40.42 | 26.7 | 44.1 | - |
| YUV | 143.05 | 146.6 | 179.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 100 | 176 | 0 | 0.53 | 0.18 | 0.16 | 320.35 | 0.59 | 0.62 |
| Hex | D7 | 64 | B0 | 0 | 35 | 12 | 10 | 140 | 3B | 3E |
| Octal | 327 | 144 | 260 | 0 | 65 | 22 | 20 | 500 | 73 | 76 |
| Binary | 11010111 | 1100100 | 10110000 | 0 | 110101 | 10010 | 10000 | 101000000 | 111011 | 111110 |
Color Harmonies of #D764B0
Complementary color
Monochromatic Colors of #D764B0
Black with #D764B0
Text Example
Text Example
White with #D764B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D764B0; }
p { color: rgb(215,100,176); }
H1.HeaderClassName
{
color: #D764B0;
}
.AnyTagClassName
{
color: #D764B0;
}
</style>
background-color css
<style>
a { background-color: #D764B0; }
a { background-color: rgb(215,100,176); }
div.DivClassName
{
background-color: #D764B0;
}
.BgClassName
{
background-color: #D764B0;
}
</style>
border-color css
<style>
span { border-color: #D764B0; }
span { border-color: rgb(215,100,176); }
td.TdClassName
{
border-color: #D764B0;
}
.TagClassName
{
border-color: #D764B0;
}
</style>