Shades of Hopbush #D162A5
Tints of Hopbush #D162A5
RGB
CMYK
RGB Variations
Color information
#D162A5 (or 0xD162A5) is known color: Hopbush. HEX triplet: D1, 62 and A5. RGB value is (209,98,165). Sum of RGB (Red+Green+Blue) = 209+98+165=472 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.28% from 472); Green value is 98 (38.67% from 255 or 20.76% from 472); Blue value is 165 (64.84% from 255 or 34.96% from 472); Max value from RGB is 209 - color contains mainly: red. Hex color #D162A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D162A5 is #2E9D5A. Grayscale: #8A8A8A. Windows color (decimal): -3054939 or 10838737. OLE color: 10838737.
HSL color Cylindrical-coordinate representation of color #D162A5: hue angle of 323.78º 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 #D162A5 is Cyan = 0, Magento = 0.53, Yellow = 0.21 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 98 | 165 | - |
| CMYK | 0 | 0.53 | 0.21 | 0.18 |
| HSL | 323.78º | 0.55% | 0.6% | - |
| HSV(B) | 323.78º | 0.53% | 0.82% | - |
| XYZ | 37.45 | 25.01 | 38.45 | - |
| YUV | 138.83 | 142.77 | 178.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 98 | 165 | 0 | 0.53 | 0.21 | 0.18 | 323.78 | 0.55 | 0.6 |
| Hex | D1 | 62 | A5 | 0 | 35 | 15 | 12 | 144 | 37 | 3C |
| Octal | 321 | 142 | 245 | 0 | 65 | 25 | 22 | 504 | 67 | 74 |
| Binary | 11010001 | 1100010 | 10100101 | 0 | 110101 | 10101 | 10010 | 101000100 | 110111 | 111100 |
Color Harmonies of #D162A5
Complementary color
Monochromatic Colors of #D162A5
Black with #D162A5
Text Example
Text Example
White with #D162A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D162A5; }
p { color: rgb(209,98,165); }
H1.HeaderClassName
{
color: #D162A5;
}
.AnyTagClassName
{
color: #D162A5;
}
</style>
background-color css
<style>
a { background-color: #D162A5; }
a { background-color: rgb(209,98,165); }
div.DivClassName
{
background-color: #D162A5;
}
.BgClassName
{
background-color: #D162A5;
}
</style>
border-color css
<style>
span { border-color: #D162A5; }
span { border-color: rgb(209,98,165); }
td.TdClassName
{
border-color: #D162A5;
}
.TagClassName
{
border-color: #D162A5;
}
</style>