Shades of Hopbush #D162AD
Tints of Hopbush #D162AD
RGB
CMYK
RGB Variations
Color information
#D162AD (or 0xD162AD) is known color: Hopbush. HEX triplet: D1, 62 and AD. RGB value is (209,98,173). Sum of RGB (Red+Green+Blue) = 209+98+173=480 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.54% from 480); Green value is 98 (38.67% from 255 or 20.42% from 480); Blue value is 173 (67.97% from 255 or 36.04% from 480); Max value from RGB is 209 - color contains mainly: red. Hex color #D162AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D162AD is #2E9D52. Grayscale: #8B8B8B. Windows color (decimal): -3054931 or 11363025. OLE color: 11363025.
HSL color Cylindrical-coordinate representation of color #D162AD: hue angle of 319.46º 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 #D162AD is Cyan = 0, Magento = 0.53, Yellow = 0.17 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 98 | 173 | - |
| CMYK | 0 | 0.53 | 0.17 | 0.18 |
| HSL | 319.46º | 0.55% | 0.6% | - |
| HSV(B) | 319.46º | 0.53% | 0.82% | - |
| XYZ | 38.21 | 25.31 | 42.41 | - |
| YUV | 139.74 | 146.77 | 177.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 98 | 173 | 0 | 0.53 | 0.17 | 0.18 | 319.46 | 0.55 | 0.6 |
| Hex | D1 | 62 | AD | 0 | 35 | 11 | 12 | 13F | 37 | 3C |
| Octal | 321 | 142 | 255 | 0 | 65 | 21 | 22 | 477 | 67 | 74 |
| Binary | 11010001 | 1100010 | 10101101 | 0 | 110101 | 10001 | 10010 | 100111111 | 110111 | 111100 |
Color Harmonies of #D162AD
Complementary color
Monochromatic Colors of #D162AD
Black with #D162AD
Text Example
Text Example
White with #D162AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D162AD; }
p { color: rgb(209,98,173); }
H1.HeaderClassName
{
color: #D162AD;
}
.AnyTagClassName
{
color: #D162AD;
}
</style>
background-color css
<style>
a { background-color: #D162AD; }
a { background-color: rgb(209,98,173); }
div.DivClassName
{
background-color: #D162AD;
}
.BgClassName
{
background-color: #D162AD;
}
</style>
border-color css
<style>
span { border-color: #D162AD; }
span { border-color: rgb(209,98,173); }
td.TdClassName
{
border-color: #D162AD;
}
.TagClassName
{
border-color: #D162AD;
}
</style>