Shades of Hopbush #D162A6
Tints of Hopbush #D162A6
RGB
CMYK
RGB Variations
Color information
#D162A6 (or 0xD162A6) is known color: Hopbush. HEX triplet: D1, 62 and A6. RGB value is (209,98,166). Sum of RGB (Red+Green+Blue) = 209+98+166=473 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.19% from 473); Green value is 98 (38.67% from 255 or 20.72% from 473); Blue value is 166 (65.23% from 255 or 35.10% from 473); Max value from RGB is 209 - color contains mainly: red. Hex color #D162A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D162A6 is #2E9D59. Grayscale: #8A8A8A. Windows color (decimal): -3054938 or 10904273. OLE color: 10904273.
HSL color Cylindrical-coordinate representation of color #D162A6: hue angle of 323.24º degrees, saturation: 0.55, 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 #D162A6 is Cyan = 0, Magento = 0.53, Yellow = 0.21 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 98 | 166 | - |
| CMYK | 0 | 0.53 | 0.21 | 0.18 |
| HSL | 323.24º | 0.55% | 0.6% | - |
| HSV(B) | 323.24º | 0.53% | 0.82% | - |
| XYZ | 37.55 | 25.04 | 38.93 | - |
| YUV | 138.94 | 143.27 | 177.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 98 | 166 | 0 | 0.53 | 0.21 | 0.18 | 323.24 | 0.55 | 0.6 |
| Hex | D1 | 62 | A6 | 0 | 35 | 15 | 12 | 143 | 37 | 3C |
| Octal | 321 | 142 | 246 | 0 | 65 | 25 | 22 | 503 | 67 | 74 |
| Binary | 11010001 | 1100010 | 10100110 | 0 | 110101 | 10101 | 10010 | 101000011 | 110111 | 111100 |
Color Harmonies of #D162A6
Complementary color
Monochromatic Colors of #D162A6
Black with #D162A6
Text Example
Text Example
White with #D162A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D162A6; }
p { color: rgb(209,98,166); }
H1.HeaderClassName
{
color: #D162A6;
}
.AnyTagClassName
{
color: #D162A6;
}
</style>
background-color css
<style>
a { background-color: #D162A6; }
a { background-color: rgb(209,98,166); }
div.DivClassName
{
background-color: #D162A6;
}
.BgClassName
{
background-color: #D162A6;
}
</style>
border-color css
<style>
span { border-color: #D162A6; }
span { border-color: rgb(209,98,166); }
td.TdClassName
{
border-color: #D162A6;
}
.TagClassName
{
border-color: #D162A6;
}
</style>