Shades of Hopbush #D960A1
Tints of Hopbush #D960A1
RGB
CMYK
RGB Variations
Color information
#D960A1 (or 0xD960A1) is known color: Hopbush. HEX triplet: D9, 60 and A1. RGB value is (217,96,161). Sum of RGB (Red+Green+Blue) = 217+96+161=474 (62% of max value = 765). Red value is 217 (85.16% from 255 or 45.78% from 474); Green value is 96 (37.89% from 255 or 20.25% from 474); Blue value is 161 (63.28% from 255 or 33.97% from 474); Max value from RGB is 217 - color contains mainly: red. Hex color #D960A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D960A1 is #269F5E. Grayscale: #8B8B8B. Windows color (decimal): -2531167 or 10576089. OLE color: 10576089.
HSL color Cylindrical-coordinate representation of color #D960A1: hue angle of 327.77º 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 #D960A1 is Cyan = 0, Magento = 0.56, Yellow = 0.26 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 96 | 161 | - |
| CMYK | 0 | 0.56 | 0.26 | 0.15 |
| HSL | 327.77º | 0.61% | 0.61% | - |
| HSV(B) | 327.77º | 0.56% | 0.85% | - |
| XYZ | 39.23 | 25.69 | 36.61 | - |
| YUV | 139.59 | 140.09 | 183.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 96 | 161 | 0 | 0.56 | 0.26 | 0.15 | 327.77 | 0.61 | 0.61 |
| Hex | D9 | 60 | A1 | 0 | 38 | 1A | F | 148 | 3D | 3D |
| Octal | 331 | 140 | 241 | 0 | 70 | 32 | 17 | 510 | 75 | 75 |
| Binary | 11011001 | 1100000 | 10100001 | 0 | 111000 | 11010 | 1111 | 101001000 | 111101 | 111101 |
Color Harmonies of #D960A1
Complementary color
Monochromatic Colors of #D960A1
Black with #D960A1
Text Example
Text Example
White with #D960A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D960A1; }
p { color: rgb(217,96,161); }
H1.HeaderClassName
{
color: #D960A1;
}
.AnyTagClassName
{
color: #D960A1;
}
</style>
background-color css
<style>
a { background-color: #D960A1; }
a { background-color: rgb(217,96,161); }
div.DivClassName
{
background-color: #D960A1;
}
.BgClassName
{
background-color: #D960A1;
}
</style>
border-color css
<style>
span { border-color: #D960A1; }
span { border-color: rgb(217,96,161); }
td.TdClassName
{
border-color: #D960A1;
}
.TagClassName
{
border-color: #D960A1;
}
</style>