Shades of Hopbush #D163A2
Tints of Hopbush #D163A2
RGB
CMYK
RGB Variations
Color information
#D163A2 (or 0xD163A2) is known color: Hopbush. HEX triplet: D1, 63 and A2. RGB value is (209,99,162). Sum of RGB (Red+Green+Blue) = 209+99+162=470 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.47% from 470); Green value is 99 (39.06% from 255 or 21.06% from 470); Blue value is 162 (63.67% from 255 or 34.47% from 470); Max value from RGB is 209 - color contains mainly: red. Hex color #D163A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D163A2 is #2E9C5D. Grayscale: #8A8A8A. Windows color (decimal): -3054686 or 10642385. OLE color: 10642385.
HSL color Cylindrical-coordinate representation of color #D163A2: hue angle of 325.64º 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 #D163A2 is Cyan = 0, Magento = 0.53, Yellow = 0.22 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 99 | 162 | - |
| CMYK | 0 | 0.53 | 0.22 | 0.18 |
| HSL | 325.64º | 0.54% | 0.6% | - |
| HSV(B) | 325.64º | 0.53% | 0.82% | - |
| XYZ | 37.28 | 25.09 | 37.06 | - |
| YUV | 139.07 | 140.94 | 177.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 99 | 162 | 0 | 0.53 | 0.22 | 0.18 | 325.64 | 0.54 | 0.6 |
| Hex | D1 | 63 | A2 | 0 | 35 | 16 | 12 | 146 | 36 | 3C |
| Octal | 321 | 143 | 242 | 0 | 65 | 26 | 22 | 506 | 66 | 74 |
| Binary | 11010001 | 1100011 | 10100010 | 0 | 110101 | 10110 | 10010 | 101000110 | 110110 | 111100 |
Color Harmonies of #D163A2
Complementary color
Monochromatic Colors of #D163A2
Black with #D163A2
Text Example
Text Example
White with #D163A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D163A2; }
p { color: rgb(209,99,162); }
H1.HeaderClassName
{
color: #D163A2;
}
.AnyTagClassName
{
color: #D163A2;
}
</style>
background-color css
<style>
a { background-color: #D163A2; }
a { background-color: rgb(209,99,162); }
div.DivClassName
{
background-color: #D163A2;
}
.BgClassName
{
background-color: #D163A2;
}
</style>
border-color css
<style>
span { border-color: #D163A2; }
span { border-color: rgb(209,99,162); }
td.TdClassName
{
border-color: #D163A2;
}
.TagClassName
{
border-color: #D163A2;
}
</style>