Shades of Hopbush #D16DA4
Tints of Hopbush #D16DA4
RGB
CMYK
RGB Variations
Color information
#D16DA4 (or 0xD16DA4) is known color: Hopbush. HEX triplet: D1, 6D and A4. RGB value is (209,109,164). Sum of RGB (Red+Green+Blue) = 209+109+164=482 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.36% from 482); Green value is 109 (42.97% from 255 or 22.61% from 482); Blue value is 164 (64.45% from 255 or 34.02% from 482); Max value from RGB is 209 - color contains mainly: red. Hex color #D16DA4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D16DA4 is #2E925B. Grayscale: #919191. Windows color (decimal): -3052124 or 10776017. OLE color: 10776017.
HSL color Cylindrical-coordinate representation of color #D16DA4: hue angle of 327º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D16DA4 is Cyan = 0, Magento = 0.48, Yellow = 0.22 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 109 | 164 | - |
| CMYK | 0 | 0.48 | 0.22 | 0.18 |
| HSL | 327º | 0.52% | 0.62% | - |
| HSV(B) | 327º | 0.48% | 0.82% | - |
| XYZ | 38.46 | 27.17 | 38.34 | - |
| YUV | 145.17 | 138.63 | 173.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 109 | 164 | 0 | 0.48 | 0.22 | 0.18 | 327 | 0.52 | 0.62 |
| Hex | D1 | 6D | A4 | 0 | 30 | 16 | 12 | 147 | 34 | 3E |
| Octal | 321 | 155 | 244 | 0 | 60 | 26 | 22 | 507 | 64 | 76 |
| Binary | 11010001 | 1101101 | 10100100 | 0 | 110000 | 10110 | 10010 | 101000111 | 110100 | 111110 |
Color Harmonies of #D16DA4
Complementary color
Monochromatic Colors of #D16DA4
Black with #D16DA4
Text Example
Text Example
White with #D16DA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16DA4; }
p { color: rgb(209,109,164); }
H1.HeaderClassName
{
color: #D16DA4;
}
.AnyTagClassName
{
color: #D16DA4;
}
</style>
background-color css
<style>
a { background-color: #D16DA4; }
a { background-color: rgb(209,109,164); }
div.DivClassName
{
background-color: #D16DA4;
}
.BgClassName
{
background-color: #D16DA4;
}
</style>
border-color css
<style>
span { border-color: #D16DA4; }
span { border-color: rgb(209,109,164); }
td.TdClassName
{
border-color: #D16DA4;
}
.TagClassName
{
border-color: #D16DA4;
}
</style>