Shades of Hopbush #D578B0
Tints of Hopbush #D578B0
RGB
CMYK
RGB Variations
Color information
#D578B0 (or 0xD578B0) is known color: Hopbush. HEX triplet: D5, 78 and B0. RGB value is (213,120,176). Sum of RGB (Red+Green+Blue) = 213+120+176=509 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.85% from 509); Green value is 120 (47.27% from 255 or 23.58% from 509); Blue value is 176 (69.14% from 255 or 34.58% from 509); Max value from RGB is 213 - color contains mainly: red. Hex color #D578B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D578B0 is #2A874F. Grayscale: #9A9A9A. Windows color (decimal): -2787152 or 11565269. OLE color: 11565269.
HSL color Cylindrical-coordinate representation of color #D578B0: hue angle of 323.87º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D578B0 is Cyan = 0, Magento = 0.44, Yellow = 0.17 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 120 | 176 | - |
| CMYK | 0 | 0.44 | 0.17 | 0.16 |
| HSL | 323.87º | 0.53% | 0.65% | - |
| HSV(B) | 323.87º | 0.44% | 0.84% | - |
| XYZ | 41.99 | 30.71 | 44.79 | - |
| YUV | 154.19 | 140.31 | 169.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 120 | 176 | 0 | 0.44 | 0.17 | 0.16 | 323.87 | 0.53 | 0.65 |
| Hex | D5 | 78 | B0 | 0 | 2C | 11 | 10 | 144 | 35 | 41 |
| Octal | 325 | 170 | 260 | 0 | 54 | 21 | 20 | 504 | 65 | 101 |
| Binary | 11010101 | 1111000 | 10110000 | 0 | 101100 | 10001 | 10000 | 101000100 | 110101 | 1000001 |
Color Harmonies of #D578B0
Complementary color
Monochromatic Colors of #D578B0
Black with #D578B0
Text Example
Text Example
White with #D578B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D578B0; }
p { color: rgb(213,120,176); }
H1.HeaderClassName
{
color: #D578B0;
}
.AnyTagClassName
{
color: #D578B0;
}
</style>
background-color css
<style>
a { background-color: #D578B0; }
a { background-color: rgb(213,120,176); }
div.DivClassName
{
background-color: #D578B0;
}
.BgClassName
{
background-color: #D578B0;
}
</style>
border-color css
<style>
span { border-color: #D578B0; }
span { border-color: rgb(213,120,176); }
td.TdClassName
{
border-color: #D578B0;
}
.TagClassName
{
border-color: #D578B0;
}
</style>