Shades of Hopbush #D161A8
Tints of Hopbush #D161A8
RGB
CMYK
RGB Variations
Color information
#D161A8 (or 0xD161A8) is known color: Hopbush. HEX triplet: D1, 61 and A8. RGB value is (209,97,168). Sum of RGB (Red+Green+Blue) = 209+97+168=474 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.09% from 474); Green value is 97 (38.28% from 255 or 20.46% from 474); Blue value is 168 (66.02% from 255 or 35.44% from 474); Max value from RGB is 209 - color contains mainly: red. Hex color #D161A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D161A8 is #2E9E57. Grayscale: #8A8A8A. Windows color (decimal): -3055192 or 11035089. OLE color: 11035089.
HSL color Cylindrical-coordinate representation of color #D161A8: hue angle of 321.96º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D161A8 is Cyan = 0, Magento = 0.54, Yellow = 0.20 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 97 | 168 | - |
| CMYK | 0 | 0.54 | 0.20 | 0.18 |
| HSL | 321.96º | 0.55% | 0.6% | - |
| HSV(B) | 321.96º | 0.54% | 0.82% | - |
| XYZ | 37.64 | 24.93 | 39.87 | - |
| YUV | 138.58 | 144.61 | 178.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 97 | 168 | 0 | 0.54 | 0.20 | 0.18 | 321.96 | 0.55 | 0.6 |
| Hex | D1 | 61 | A8 | 0 | 36 | 14 | 12 | 142 | 37 | 3C |
| Octal | 321 | 141 | 250 | 0 | 66 | 24 | 22 | 502 | 67 | 74 |
| Binary | 11010001 | 1100001 | 10101000 | 0 | 110110 | 10100 | 10010 | 101000010 | 110111 | 111100 |
Color Harmonies of #D161A8
Complementary color
Monochromatic Colors of #D161A8
Black with #D161A8
Text Example
Text Example
White with #D161A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D161A8; }
p { color: rgb(209,97,168); }
H1.HeaderClassName
{
color: #D161A8;
}
.AnyTagClassName
{
color: #D161A8;
}
</style>
background-color css
<style>
a { background-color: #D161A8; }
a { background-color: rgb(209,97,168); }
div.DivClassName
{
background-color: #D161A8;
}
.BgClassName
{
background-color: #D161A8;
}
</style>
border-color css
<style>
span { border-color: #D161A8; }
span { border-color: rgb(209,97,168); }
td.TdClassName
{
border-color: #D161A8;
}
.TagClassName
{
border-color: #D161A8;
}
</style>