Shades of Hopbush #D165AB
Tints of Hopbush #D165AB
RGB
CMYK
RGB Variations
Color information
#D165AB (or 0xD165AB) is known color: Hopbush. HEX triplet: D1, 65 and AB. RGB value is (209,101,171). Sum of RGB (Red+Green+Blue) = 209+101+171=481 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.45% from 481); Green value is 101 (39.84% from 255 or 21.00% from 481); Blue value is 171 (67.19% from 255 or 35.55% from 481); Max value from RGB is 209 - color contains mainly: red. Hex color #D165AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D165AB is #2E9A54. Grayscale: #8D8D8D. Windows color (decimal): -3054165 or 11232721. OLE color: 11232721.
HSL color Cylindrical-coordinate representation of color #D165AB: hue angle of 321.11º degrees, saturation: 0.54, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D165AB is Cyan = 0, Magento = 0.52, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 101 | 171 | - |
| CMYK | 0 | 0.52 | 0.18 | 0.18 |
| HSL | 321.11º | 0.54% | 0.61% | - |
| HSV(B) | 321.11º | 0.52% | 0.82% | - |
| XYZ | 38.3 | 25.8 | 41.49 | - |
| YUV | 141.27 | 144.78 | 176.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 101 | 171 | 0 | 0.52 | 0.18 | 0.18 | 321.11 | 0.54 | 0.61 |
| Hex | D1 | 65 | AB | 0 | 34 | 12 | 12 | 141 | 36 | 3D |
| Octal | 321 | 145 | 253 | 0 | 64 | 22 | 22 | 501 | 66 | 75 |
| Binary | 11010001 | 1100101 | 10101011 | 0 | 110100 | 10010 | 10010 | 101000001 | 110110 | 111101 |
Color Harmonies of #D165AB
Complementary color
Monochromatic Colors of #D165AB
Black with #D165AB
Text Example
Text Example
White with #D165AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D165AB; }
p { color: rgb(209,101,171); }
H1.HeaderClassName
{
color: #D165AB;
}
.AnyTagClassName
{
color: #D165AB;
}
</style>
background-color css
<style>
a { background-color: #D165AB; }
a { background-color: rgb(209,101,171); }
div.DivClassName
{
background-color: #D165AB;
}
.BgClassName
{
background-color: #D165AB;
}
</style>
border-color css
<style>
span { border-color: #D165AB; }
span { border-color: rgb(209,101,171); }
td.TdClassName
{
border-color: #D165AB;
}
.TagClassName
{
border-color: #D165AB;
}
</style>