Shades of Hopbush #D163AB
Tints of Hopbush #D163AB
RGB
CMYK
RGB Variations
Color information
#D163AB (or 0xD163AB) is known color: Hopbush. HEX triplet: D1, 63 and AB. RGB value is (209,99,171). Sum of RGB (Red+Green+Blue) = 209+99+171=479 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.63% from 479); Green value is 99 (39.06% from 255 or 20.67% from 479); Blue value is 171 (67.19% from 255 or 35.70% from 479); Max value from RGB is 209 - color contains mainly: red. Hex color #D163AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D163AB is #2E9C54. Grayscale: #8B8B8B. Windows color (decimal): -3054677 or 11232209. OLE color: 11232209.
HSL color Cylindrical-coordinate representation of color #D163AB: hue angle of 320.73º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D163AB is Cyan = 0, Magento = 0.53, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 99 | 171 | - |
| CMYK | 0 | 0.53 | 0.18 | 0.18 |
| HSL | 320.73º | 0.54% | 0.6% | - |
| HSV(B) | 320.73º | 0.53% | 0.82% | - |
| XYZ | 38.11 | 25.42 | 41.43 | - |
| YUV | 140.1 | 145.44 | 177.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 99 | 171 | 0 | 0.53 | 0.18 | 0.18 | 320.73 | 0.54 | 0.6 |
| Hex | D1 | 63 | AB | 0 | 35 | 12 | 12 | 141 | 36 | 3C |
| Octal | 321 | 143 | 253 | 0 | 65 | 22 | 22 | 501 | 66 | 74 |
| Binary | 11010001 | 1100011 | 10101011 | 0 | 110101 | 10010 | 10010 | 101000001 | 110110 | 111100 |
Color Harmonies of #D163AB
Complementary color
Monochromatic Colors of #D163AB
Black with #D163AB
Text Example
Text Example
White with #D163AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D163AB; }
p { color: rgb(209,99,171); }
H1.HeaderClassName
{
color: #D163AB;
}
.AnyTagClassName
{
color: #D163AB;
}
</style>
background-color css
<style>
a { background-color: #D163AB; }
a { background-color: rgb(209,99,171); }
div.DivClassName
{
background-color: #D163AB;
}
.BgClassName
{
background-color: #D163AB;
}
</style>
border-color css
<style>
span { border-color: #D163AB; }
span { border-color: rgb(209,99,171); }
td.TdClassName
{
border-color: #D163AB;
}
.TagClassName
{
border-color: #D163AB;
}
</style>