Shades of Hopbush #D963B0
Tints of Hopbush #D963B0
RGB
CMYK
RGB Variations
Color information
#D963B0 (or 0xD963B0) is known color: Hopbush. HEX triplet: D9, 63 and B0. RGB value is (217,99,176). Sum of RGB (Red+Green+Blue) = 217+99+176=492 (65% of max value = 765). Red value is 217 (85.16% from 255 or 44.11% from 492); Green value is 99 (39.06% from 255 or 20.12% from 492); Blue value is 176 (69.14% from 255 or 35.77% from 492); Max value from RGB is 217 - color contains mainly: red. Hex color #D963B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D963B0 is #269C4F. Grayscale: #8E8E8E. Windows color (decimal): -2530384 or 11559897. OLE color: 11559897.
HSL color Cylindrical-coordinate representation of color #D963B0: hue angle of 320.85º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D963B0 is Cyan = 0, Magento = 0.54, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 99 | 176 | - |
| CMYK | 0 | 0.54 | 0.19 | 0.15 |
| HSL | 320.85º | 0.61% | 0.62% | - |
| HSV(B) | 320.85º | 0.54% | 0.85% | - |
| XYZ | 40.91 | 26.81 | 44.09 | - |
| YUV | 143.06 | 146.59 | 180.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 99 | 176 | 0 | 0.54 | 0.19 | 0.15 | 320.85 | 0.61 | 0.62 |
| Hex | D9 | 63 | B0 | 0 | 36 | 13 | F | 141 | 3D | 3E |
| Octal | 331 | 143 | 260 | 0 | 66 | 23 | 17 | 501 | 75 | 76 |
| Binary | 11011001 | 1100011 | 10110000 | 0 | 110110 | 10011 | 1111 | 101000001 | 111101 | 111110 |
Color Harmonies of #D963B0
Complementary color
Monochromatic Colors of #D963B0
Black with #D963B0
Text Example
Text Example
White with #D963B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D963B0; }
p { color: rgb(217,99,176); }
H1.HeaderClassName
{
color: #D963B0;
}
.AnyTagClassName
{
color: #D963B0;
}
</style>
background-color css
<style>
a { background-color: #D963B0; }
a { background-color: rgb(217,99,176); }
div.DivClassName
{
background-color: #D963B0;
}
.BgClassName
{
background-color: #D963B0;
}
</style>
border-color css
<style>
span { border-color: #D963B0; }
span { border-color: rgb(217,99,176); }
td.TdClassName
{
border-color: #D963B0;
}
.TagClassName
{
border-color: #D963B0;
}
</style>