Shades of Hopbush #D162A0
Tints of Hopbush #D162A0
RGB
CMYK
RGB Variations
Color information
#D162A0 (or 0xD162A0) is known color: Hopbush. HEX triplet: D1, 62 and A0. RGB value is (209,98,160). Sum of RGB (Red+Green+Blue) = 209+98+160=467 (61% of max value = 765). Red value is 209 (82.03% from 255 or 44.75% from 467); Green value is 98 (38.67% from 255 or 20.99% from 467); Blue value is 160 (62.89% from 255 or 34.26% from 467); Max value from RGB is 209 - color contains mainly: red. Hex color #D162A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D162A0 is #2E9D5F. Grayscale: #8A8A8A. Windows color (decimal): -3054944 or 10511057. OLE color: 10511057.
HSL color Cylindrical-coordinate representation of color #D162A0: hue angle of 326.49º 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 #D162A0 is Cyan = 0, Magento = 0.53, Yellow = 0.23 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 98 | 160 | - |
| CMYK | 0 | 0.53 | 0.23 | 0.18 |
| HSL | 326.49º | 0.55% | 0.6% | - |
| HSV(B) | 326.49º | 0.53% | 0.82% | - |
| XYZ | 37.01 | 24.83 | 36.1 | - |
| YUV | 138.26 | 140.27 | 178.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 98 | 160 | 0 | 0.53 | 0.23 | 0.18 | 326.49 | 0.55 | 0.6 |
| Hex | D1 | 62 | A0 | 0 | 35 | 17 | 12 | 146 | 37 | 3C |
| Octal | 321 | 142 | 240 | 0 | 65 | 27 | 22 | 506 | 67 | 74 |
| Binary | 11010001 | 1100010 | 10100000 | 0 | 110101 | 10111 | 10010 | 101000110 | 110111 | 111100 |
Color Harmonies of #D162A0
Complementary color
Monochromatic Colors of #D162A0
Black with #D162A0
Text Example
Text Example
White with #D162A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D162A0; }
p { color: rgb(209,98,160); }
H1.HeaderClassName
{
color: #D162A0;
}
.AnyTagClassName
{
color: #D162A0;
}
</style>
background-color css
<style>
a { background-color: #D162A0; }
a { background-color: rgb(209,98,160); }
div.DivClassName
{
background-color: #D162A0;
}
.BgClassName
{
background-color: #D162A0;
}
</style>
border-color css
<style>
span { border-color: #D162A0; }
span { border-color: rgb(209,98,160); }
td.TdClassName
{
border-color: #D162A0;
}
.TagClassName
{
border-color: #D162A0;
}
</style>