Shades of Hopbush #D963A4
Tints of Hopbush #D963A4
RGB
CMYK
RGB Variations
Color information
#D963A4 (or 0xD963A4) is known color: Hopbush. HEX triplet: D9, 63 and A4. RGB value is (217,99,164). Sum of RGB (Red+Green+Blue) = 217+99+164=480 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.21% from 480); Green value is 99 (39.06% from 255 or 20.62% from 480); Blue value is 164 (64.45% from 255 or 34.17% from 480); Max value from RGB is 217 - color contains mainly: red. Hex color #D963A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D963A4 is #269C5B. Grayscale: #8D8D8D. Windows color (decimal): -2530396 or 10773465. OLE color: 10773465.
HSL color Cylindrical-coordinate representation of color #D963A4: hue angle of 326.95º 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 #D963A4 is Cyan = 0, Magento = 0.54, Yellow = 0.24 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 99 | 164 | - |
| CMYK | 0 | 0.54 | 0.24 | 0.15 |
| HSL | 326.95º | 0.61% | 0.62% | - |
| HSV(B) | 326.95º | 0.54% | 0.85% | - |
| XYZ | 39.78 | 26.36 | 38.11 | - |
| YUV | 141.69 | 140.59 | 181.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 99 | 164 | 0 | 0.54 | 0.24 | 0.15 | 326.95 | 0.61 | 0.62 |
| Hex | D9 | 63 | A4 | 0 | 36 | 18 | F | 147 | 3D | 3E |
| Octal | 331 | 143 | 244 | 0 | 66 | 30 | 17 | 507 | 75 | 76 |
| Binary | 11011001 | 1100011 | 10100100 | 0 | 110110 | 11000 | 1111 | 101000111 | 111101 | 111110 |
Color Harmonies of #D963A4
Complementary color
Monochromatic Colors of #D963A4
Black with #D963A4
Text Example
Text Example
White with #D963A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D963A4; }
p { color: rgb(217,99,164); }
H1.HeaderClassName
{
color: #D963A4;
}
.AnyTagClassName
{
color: #D963A4;
}
</style>
background-color css
<style>
a { background-color: #D963A4; }
a { background-color: rgb(217,99,164); }
div.DivClassName
{
background-color: #D963A4;
}
.BgClassName
{
background-color: #D963A4;
}
</style>
border-color css
<style>
span { border-color: #D963A4; }
span { border-color: rgb(217,99,164); }
td.TdClassName
{
border-color: #D963A4;
}
.TagClassName
{
border-color: #D963A4;
}
</style>