Shades of Hopbush #D563B0
Tints of Hopbush #D563B0
RGB
CMYK
RGB Variations
Color information
#D563B0 (or 0xD563B0) is known color: Hopbush. HEX triplet: D5, 63 and B0. RGB value is (213,99,176). Sum of RGB (Red+Green+Blue) = 213+99+176=488 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.65% from 488); Green value is 99 (39.06% from 255 or 20.29% from 488); Blue value is 176 (69.14% from 255 or 36.07% from 488); Max value from RGB is 213 - color contains mainly: red. Hex color #D563B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D563B0 is #2A9C4F. Grayscale: #8D8D8D. Windows color (decimal): -2792528 or 11559893. OLE color: 11559893.
HSL color Cylindrical-coordinate representation of color #D563B0: hue angle of 319.47º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D563B0 is Cyan = 0, Magento = 0.54, Yellow = 0.17 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 99 | 176 | - |
| CMYK | 0 | 0.54 | 0.17 | 0.16 |
| HSL | 319.47º | 0.58% | 0.61% | - |
| HSV(B) | 319.47º | 0.54% | 0.84% | - |
| XYZ | 39.74 | 26.2 | 44.04 | - |
| YUV | 141.86 | 147.27 | 178.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 99 | 176 | 0 | 0.54 | 0.17 | 0.16 | 319.47 | 0.58 | 0.61 |
| Hex | D5 | 63 | B0 | 0 | 36 | 11 | 10 | 13F | 3A | 3D |
| Octal | 325 | 143 | 260 | 0 | 66 | 21 | 20 | 477 | 72 | 75 |
| Binary | 11010101 | 1100011 | 10110000 | 0 | 110110 | 10001 | 10000 | 100111111 | 111010 | 111101 |
Color Harmonies of #D563B0
Complementary color
Monochromatic Colors of #D563B0
Black with #D563B0
Text Example
Text Example
White with #D563B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D563B0; }
p { color: rgb(213,99,176); }
H1.HeaderClassName
{
color: #D563B0;
}
.AnyTagClassName
{
color: #D563B0;
}
</style>
background-color css
<style>
a { background-color: #D563B0; }
a { background-color: rgb(213,99,176); }
div.DivClassName
{
background-color: #D563B0;
}
.BgClassName
{
background-color: #D563B0;
}
</style>
border-color css
<style>
span { border-color: #D563B0; }
span { border-color: rgb(213,99,176); }
td.TdClassName
{
border-color: #D563B0;
}
.TagClassName
{
border-color: #D563B0;
}
</style>