Shades of Hopbush #D163A5
Tints of Hopbush #D163A5
RGB
CMYK
RGB Variations
Color information
#D163A5 (or 0xD163A5) is known color: Hopbush. HEX triplet: D1, 63 and A5. RGB value is (209,99,165). Sum of RGB (Red+Green+Blue) = 209+99+165=473 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.19% from 473); Green value is 99 (39.06% from 255 or 20.93% from 473); Blue value is 165 (64.84% from 255 or 34.88% from 473); Max value from RGB is 209 - color contains mainly: red. Hex color #D163A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D163A5 is #2E9C5A. Grayscale: #8B8B8B. Windows color (decimal): -3054683 or 10838993. OLE color: 10838993.
HSL color Cylindrical-coordinate representation of color #D163A5: hue angle of 324º 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 #D163A5 is Cyan = 0, Magento = 0.53, Yellow = 0.21 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 99 | 165 | - |
| CMYK | 0 | 0.53 | 0.21 | 0.18 |
| HSL | 324º | 0.54% | 0.6% | - |
| HSV(B) | 324º | 0.53% | 0.82% | - |
| XYZ | 37.55 | 25.2 | 38.48 | - |
| YUV | 139.41 | 142.44 | 177.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 99 | 165 | 0 | 0.53 | 0.21 | 0.18 | 324 | 0.54 | 0.6 |
| Hex | D1 | 63 | A5 | 0 | 35 | 15 | 12 | 144 | 36 | 3C |
| Octal | 321 | 143 | 245 | 0 | 65 | 25 | 22 | 504 | 66 | 74 |
| Binary | 11010001 | 1100011 | 10100101 | 0 | 110101 | 10101 | 10010 | 101000100 | 110110 | 111100 |
Color Harmonies of #D163A5
Complementary color
Monochromatic Colors of #D163A5
Black with #D163A5
Text Example
Text Example
White with #D163A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D163A5; }
p { color: rgb(209,99,165); }
H1.HeaderClassName
{
color: #D163A5;
}
.AnyTagClassName
{
color: #D163A5;
}
</style>
background-color css
<style>
a { background-color: #D163A5; }
a { background-color: rgb(209,99,165); }
div.DivClassName
{
background-color: #D163A5;
}
.BgClassName
{
background-color: #D163A5;
}
</style>
border-color css
<style>
span { border-color: #D163A5; }
span { border-color: rgb(209,99,165); }
td.TdClassName
{
border-color: #D163A5;
}
.TagClassName
{
border-color: #D163A5;
}
</style>