Shades of Hopbush #D960AB
Tints of Hopbush #D960AB
RGB
CMYK
RGB Variations
Color information
#D960AB (or 0xD960AB) is known color: Hopbush. HEX triplet: D9, 60 and AB. RGB value is (217,96,171). Sum of RGB (Red+Green+Blue) = 217+96+171=484 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.83% from 484); Green value is 96 (37.89% from 255 or 19.83% from 484); Blue value is 171 (67.19% from 255 or 35.33% from 484); Max value from RGB is 217 - color contains mainly: red. Hex color #D960AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D960AB is #269F54. Grayscale: #8C8C8C. Windows color (decimal): -2531157 or 11231449. OLE color: 11231449.
HSL color Cylindrical-coordinate representation of color #D960AB: hue angle of 322.81º 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 #D960AB is Cyan = 0, Magento = 0.56, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 96 | 171 | - |
| CMYK | 0 | 0.56 | 0.21 | 0.15 |
| HSL | 322.81º | 0.61% | 0.61% | - |
| HSV(B) | 322.81º | 0.56% | 0.85% | - |
| XYZ | 40.15 | 26.06 | 41.44 | - |
| YUV | 140.73 | 145.09 | 182.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 96 | 171 | 0 | 0.56 | 0.21 | 0.15 | 322.81 | 0.61 | 0.61 |
| Hex | D9 | 60 | AB | 0 | 38 | 15 | F | 143 | 3D | 3D |
| Octal | 331 | 140 | 253 | 0 | 70 | 25 | 17 | 503 | 75 | 75 |
| Binary | 11011001 | 1100000 | 10101011 | 0 | 111000 | 10101 | 1111 | 101000011 | 111101 | 111101 |
Color Harmonies of #D960AB
Complementary color
Monochromatic Colors of #D960AB
Black with #D960AB
Text Example
Text Example
White with #D960AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D960AB; }
p { color: rgb(217,96,171); }
H1.HeaderClassName
{
color: #D960AB;
}
.AnyTagClassName
{
color: #D960AB;
}
</style>
background-color css
<style>
a { background-color: #D960AB; }
a { background-color: rgb(217,96,171); }
div.DivClassName
{
background-color: #D960AB;
}
.BgClassName
{
background-color: #D960AB;
}
</style>
border-color css
<style>
span { border-color: #D960AB; }
span { border-color: rgb(217,96,171); }
td.TdClassName
{
border-color: #D960AB;
}
.TagClassName
{
border-color: #D960AB;
}
</style>