Shades of Hopbush #D967A1
Tints of Hopbush #D967A1
RGB
CMYK
RGB Variations
Color information
#D967A1 (or 0xD967A1) is known color: Hopbush. HEX triplet: D9, 67 and A1. RGB value is (217,103,161). Sum of RGB (Red+Green+Blue) = 217+103+161=481 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.11% from 481); Green value is 103 (40.62% from 255 or 21.41% from 481); Blue value is 161 (63.28% from 255 or 33.47% from 481); Max value from RGB is 217 - color contains mainly: red. Hex color #D967A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D967A1 is #26985E. Grayscale: #8F8F8F. Windows color (decimal): -2529375 or 10577881. OLE color: 10577881.
HSL color Cylindrical-coordinate representation of color #D967A1: hue angle of 329.47º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D967A1 is Cyan = 0, Magento = 0.53, Yellow = 0.26 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 103 | 161 | - |
| CMYK | 0 | 0.53 | 0.26 | 0.15 |
| HSL | 329.47º | 0.6% | 0.63% | - |
| HSV(B) | 329.47º | 0.53% | 0.85% | - |
| XYZ | 39.9 | 27.03 | 36.83 | - |
| YUV | 143.7 | 137.77 | 180.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 103 | 161 | 0 | 0.53 | 0.26 | 0.15 | 329.47 | 0.6 | 0.63 |
| Hex | D9 | 67 | A1 | 0 | 35 | 1A | F | 149 | 3C | 3F |
| Octal | 331 | 147 | 241 | 0 | 65 | 32 | 17 | 511 | 74 | 77 |
| Binary | 11011001 | 1100111 | 10100001 | 0 | 110101 | 11010 | 1111 | 101001001 | 111100 | 111111 |
Color Harmonies of #D967A1
Complementary color
Monochromatic Colors of #D967A1
Black with #D967A1
Text Example
Text Example
White with #D967A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D967A1; }
p { color: rgb(217,103,161); }
H1.HeaderClassName
{
color: #D967A1;
}
.AnyTagClassName
{
color: #D967A1;
}
</style>
background-color css
<style>
a { background-color: #D967A1; }
a { background-color: rgb(217,103,161); }
div.DivClassName
{
background-color: #D967A1;
}
.BgClassName
{
background-color: #D967A1;
}
</style>
border-color css
<style>
span { border-color: #D967A1; }
span { border-color: rgb(217,103,161); }
td.TdClassName
{
border-color: #D967A1;
}
.TagClassName
{
border-color: #D967A1;
}
</style>