Shades of Hopbush #D564B0
Tints of Hopbush #D564B0
RGB
CMYK
RGB Variations
Color information
#D564B0 (or 0xD564B0) is known color: Hopbush. HEX triplet: D5, 64 and B0. RGB value is (213,100,176). Sum of RGB (Red+Green+Blue) = 213+100+176=489 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.56% from 489); Green value is 100 (39.45% from 255 or 20.45% from 489); Blue value is 176 (69.14% from 255 or 35.99% from 489); Max value from RGB is 213 - color contains mainly: red. Hex color #D564B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D564B0 is #2A9B4F. Grayscale: #8E8E8E. Windows color (decimal): -2792272 or 11560149. OLE color: 11560149.
HSL color Cylindrical-coordinate representation of color #D564B0: hue angle of 319.65º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D564B0 is Cyan = 0, Magento = 0.53, Yellow = 0.17 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 100 | 176 | - |
| CMYK | 0 | 0.53 | 0.17 | 0.16 |
| HSL | 319.65º | 0.57% | 0.61% | - |
| HSV(B) | 319.65º | 0.53% | 0.84% | - |
| XYZ | 39.83 | 26.4 | 44.07 | - |
| YUV | 142.45 | 146.94 | 178.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 100 | 176 | 0 | 0.53 | 0.17 | 0.16 | 319.65 | 0.57 | 0.61 |
| Hex | D5 | 64 | B0 | 0 | 35 | 11 | 10 | 140 | 39 | 3D |
| Octal | 325 | 144 | 260 | 0 | 65 | 21 | 20 | 500 | 71 | 75 |
| Binary | 11010101 | 1100100 | 10110000 | 0 | 110101 | 10001 | 10000 | 101000000 | 111001 | 111101 |
Color Harmonies of #D564B0
Complementary color
Monochromatic Colors of #D564B0
Black with #D564B0
Text Example
Text Example
White with #D564B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D564B0; }
p { color: rgb(213,100,176); }
H1.HeaderClassName
{
color: #D564B0;
}
.AnyTagClassName
{
color: #D564B0;
}
</style>
background-color css
<style>
a { background-color: #D564B0; }
a { background-color: rgb(213,100,176); }
div.DivClassName
{
background-color: #D564B0;
}
.BgClassName
{
background-color: #D564B0;
}
</style>
border-color css
<style>
span { border-color: #D564B0; }
span { border-color: rgb(213,100,176); }
td.TdClassName
{
border-color: #D564B0;
}
.TagClassName
{
border-color: #D564B0;
}
</style>