Shades of Hopbush #D16CA9
Tints of Hopbush #D16CA9
RGB
CMYK
RGB Variations
Color information
#D16CA9 (or 0xD16CA9) is known color: Hopbush. HEX triplet: D1, 6C and A9. RGB value is (209,108,169). Sum of RGB (Red+Green+Blue) = 209+108+169=486 (64% of max value = 765). Red value is 209 (82.03% from 255 or 43.00% from 486); Green value is 108 (42.58% from 255 or 22.22% from 486); Blue value is 169 (66.41% from 255 or 34.77% from 486); Max value from RGB is 209 - color contains mainly: red. Hex color #D16CA9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D16CA9 is #2E9356. Grayscale: #919191. Windows color (decimal): -3052375 or 11103441. OLE color: 11103441.
HSL color Cylindrical-coordinate representation of color #D16CA9: hue angle of 323.76º 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 #D16CA9 is Cyan = 0, Magento = 0.48, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 108 | 169 | - |
| CMYK | 0 | 0.48 | 0.19 | 0.18 |
| HSL | 323.76º | 0.52% | 0.62% | - |
| HSV(B) | 323.76º | 0.48% | 0.82% | - |
| XYZ | 38.82 | 27.15 | 40.73 | - |
| YUV | 145.15 | 141.46 | 173.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 108 | 169 | 0 | 0.48 | 0.19 | 0.18 | 323.76 | 0.52 | 0.62 |
| Hex | D1 | 6C | A9 | 0 | 30 | 13 | 12 | 144 | 34 | 3E |
| Octal | 321 | 154 | 251 | 0 | 60 | 23 | 22 | 504 | 64 | 76 |
| Binary | 11010001 | 1101100 | 10101001 | 0 | 110000 | 10011 | 10010 | 101000100 | 110100 | 111110 |
Color Harmonies of #D16CA9
Complementary color
Monochromatic Colors of #D16CA9
Black with #D16CA9
Text Example
Text Example
White with #D16CA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16CA9; }
p { color: rgb(209,108,169); }
H1.HeaderClassName
{
color: #D16CA9;
}
.AnyTagClassName
{
color: #D16CA9;
}
</style>
background-color css
<style>
a { background-color: #D16CA9; }
a { background-color: rgb(209,108,169); }
div.DivClassName
{
background-color: #D16CA9;
}
.BgClassName
{
background-color: #D16CA9;
}
</style>
border-color css
<style>
span { border-color: #D16CA9; }
span { border-color: rgb(209,108,169); }
td.TdClassName
{
border-color: #D16CA9;
}
.TagClassName
{
border-color: #D16CA9;
}
</style>