Shades of Hopbush #D960A8
Tints of Hopbush #D960A8
RGB
CMYK
RGB Variations
Color information
#D960A8 (or 0xD960A8) is known color: Hopbush. HEX triplet: D9, 60 and A8. RGB value is (217,96,168). Sum of RGB (Red+Green+Blue) = 217+96+168=481 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.11% from 481); Green value is 96 (37.89% from 255 or 19.96% from 481); Blue value is 168 (66.02% from 255 or 34.93% from 481); Max value from RGB is 217 - color contains mainly: red. Hex color #D960A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D960A8 is #269F57. Grayscale: #8C8C8C. Windows color (decimal): -2531160 or 11034841. OLE color: 11034841.
HSL color Cylindrical-coordinate representation of color #D960A8: hue angle of 324.3º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D960A8 is Cyan = 0, Magento = 0.56, Yellow = 0.23 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 96 | 168 | - |
| CMYK | 0 | 0.56 | 0.23 | 0.15 |
| HSL | 324.3º | 0.61% | 0.61% | - |
| HSV(B) | 324.3º | 0.56% | 0.85% | - |
| XYZ | 39.87 | 25.94 | 39.95 | - |
| YUV | 140.39 | 143.59 | 182.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 96 | 168 | 0 | 0.56 | 0.23 | 0.15 | 324.3 | 0.61 | 0.61 |
| Hex | D9 | 60 | A8 | 0 | 38 | 17 | F | 144 | 3D | 3D |
| Octal | 331 | 140 | 250 | 0 | 70 | 27 | 17 | 504 | 75 | 75 |
| Binary | 11011001 | 1100000 | 10101000 | 0 | 111000 | 10111 | 1111 | 101000100 | 111101 | 111101 |
Color Harmonies of #D960A8
Complementary color
Monochromatic Colors of #D960A8
Black with #D960A8
Text Example
Text Example
White with #D960A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D960A8; }
p { color: rgb(217,96,168); }
H1.HeaderClassName
{
color: #D960A8;
}
.AnyTagClassName
{
color: #D960A8;
}
</style>
background-color css
<style>
a { background-color: #D960A8; }
a { background-color: rgb(217,96,168); }
div.DivClassName
{
background-color: #D960A8;
}
.BgClassName
{
background-color: #D960A8;
}
</style>
border-color css
<style>
span { border-color: #D960A8; }
span { border-color: rgb(217,96,168); }
td.TdClassName
{
border-color: #D960A8;
}
.TagClassName
{
border-color: #D960A8;
}
</style>