Shades of Hopbush #D168A6
Tints of Hopbush #D168A6
RGB
CMYK
RGB Variations
Color information
#D168A6 (or 0xD168A6) is known color: Hopbush. HEX triplet: D1, 68 and A6. RGB value is (209,104,166). Sum of RGB (Red+Green+Blue) = 209+104+166=479 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.63% from 479); Green value is 104 (41.02% from 255 or 21.71% from 479); Blue value is 166 (65.23% from 255 or 34.66% from 479); Max value from RGB is 209 - color contains mainly: red. Hex color #D168A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D168A6 is #2E9759. Grayscale: #8E8E8E. Windows color (decimal): -3053402 or 10905809. OLE color: 10905809.
HSL color Cylindrical-coordinate representation of color #D168A6: hue angle of 324.57º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D168A6 is Cyan = 0, Magento = 0.50, Yellow = 0.21 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 104 | 166 | - |
| CMYK | 0 | 0.50 | 0.21 | 0.18 |
| HSL | 324.57º | 0.53% | 0.61% | - |
| HSV(B) | 324.57º | 0.5% | 0.82% | - |
| XYZ | 38.13 | 26.21 | 39.13 | - |
| YUV | 142.46 | 141.29 | 175.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 104 | 166 | 0 | 0.50 | 0.21 | 0.18 | 324.57 | 0.53 | 0.61 |
| Hex | D1 | 68 | A6 | 0 | 32 | 15 | 12 | 145 | 35 | 3D |
| Octal | 321 | 150 | 246 | 0 | 62 | 25 | 22 | 505 | 65 | 75 |
| Binary | 11010001 | 1101000 | 10100110 | 0 | 110010 | 10101 | 10010 | 101000101 | 110101 | 111101 |
Color Harmonies of #D168A6
Complementary color
Monochromatic Colors of #D168A6
Black with #D168A6
Text Example
Text Example
White with #D168A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D168A6; }
p { color: rgb(209,104,166); }
H1.HeaderClassName
{
color: #D168A6;
}
.AnyTagClassName
{
color: #D168A6;
}
</style>
background-color css
<style>
a { background-color: #D168A6; }
a { background-color: rgb(209,104,166); }
div.DivClassName
{
background-color: #D168A6;
}
.BgClassName
{
background-color: #D168A6;
}
</style>
border-color css
<style>
span { border-color: #D168A6; }
span { border-color: rgb(209,104,166); }
td.TdClassName
{
border-color: #D168A6;
}
.TagClassName
{
border-color: #D168A6;
}
</style>