Shades of Hopbush #D162AA
Tints of Hopbush #D162AA
RGB
CMYK
RGB Variations
Color information
#D162AA (or 0xD162AA) is known color: Hopbush. HEX triplet: D1, 62 and AA. RGB value is (209,98,170). Sum of RGB (Red+Green+Blue) = 209+98+170=477 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.82% from 477); Green value is 98 (38.67% from 255 or 20.55% from 477); Blue value is 170 (66.80% from 255 or 35.64% from 477); Max value from RGB is 209 - color contains mainly: red. Hex color #D162AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D162AA is #2E9D55. Grayscale: #8B8B8B. Windows color (decimal): -3054934 or 11166417. OLE color: 11166417.
HSL color Cylindrical-coordinate representation of color #D162AA: hue angle of 321.08º 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 #D162AA is Cyan = 0, Magento = 0.53, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 98 | 170 | - |
| CMYK | 0 | 0.53 | 0.19 | 0.18 |
| HSL | 321.08º | 0.55% | 0.6% | - |
| HSV(B) | 321.08º | 0.53% | 0.82% | - |
| XYZ | 37.92 | 25.19 | 40.89 | - |
| YUV | 139.4 | 145.27 | 177.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 98 | 170 | 0 | 0.53 | 0.19 | 0.18 | 321.08 | 0.55 | 0.6 |
| Hex | D1 | 62 | AA | 0 | 35 | 13 | 12 | 141 | 37 | 3C |
| Octal | 321 | 142 | 252 | 0 | 65 | 23 | 22 | 501 | 67 | 74 |
| Binary | 11010001 | 1100010 | 10101010 | 0 | 110101 | 10011 | 10010 | 101000001 | 110111 | 111100 |
Color Harmonies of #D162AA
Complementary color
Monochromatic Colors of #D162AA
Black with #D162AA
Text Example
Text Example
White with #D162AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D162AA; }
p { color: rgb(209,98,170); }
H1.HeaderClassName
{
color: #D162AA;
}
.AnyTagClassName
{
color: #D162AA;
}
</style>
background-color css
<style>
a { background-color: #D162AA; }
a { background-color: rgb(209,98,170); }
div.DivClassName
{
background-color: #D162AA;
}
.BgClassName
{
background-color: #D162AA;
}
</style>
border-color css
<style>
span { border-color: #D162AA; }
span { border-color: rgb(209,98,170); }
td.TdClassName
{
border-color: #D162AA;
}
.TagClassName
{
border-color: #D162AA;
}
</style>