Shades of Hopbush #D168AB
Tints of Hopbush #D168AB
RGB
CMYK
RGB Variations
Color information
#D168AB (or 0xD168AB) is known color: Hopbush. HEX triplet: D1, 68 and AB. RGB value is (209,104,171). Sum of RGB (Red+Green+Blue) = 209+104+171=484 (64% of max value = 765). Red value is 209 (82.03% from 255 or 43.18% from 484); Green value is 104 (41.02% from 255 or 21.49% from 484); Blue value is 171 (67.19% from 255 or 35.33% from 484); Max value from RGB is 209 - color contains mainly: red. Hex color #D168AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D168AB is #2E9754. Grayscale: #8E8E8E. Windows color (decimal): -3053397 or 11233489. OLE color: 11233489.
HSL color Cylindrical-coordinate representation of color #D168AB: hue angle of 321.71º 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 #D168AB is Cyan = 0, Magento = 0.50, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 104 | 171 | - |
| CMYK | 0 | 0.50 | 0.18 | 0.18 |
| HSL | 321.71º | 0.53% | 0.61% | - |
| HSV(B) | 321.71º | 0.5% | 0.82% | - |
| XYZ | 38.6 | 26.4 | 41.59 | - |
| YUV | 143.03 | 143.79 | 175.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 104 | 171 | 0 | 0.50 | 0.18 | 0.18 | 321.71 | 0.53 | 0.61 |
| Hex | D1 | 68 | AB | 0 | 32 | 12 | 12 | 142 | 35 | 3D |
| Octal | 321 | 150 | 253 | 0 | 62 | 22 | 22 | 502 | 65 | 75 |
| Binary | 11010001 | 1101000 | 10101011 | 0 | 110010 | 10010 | 10010 | 101000010 | 110101 | 111101 |
Color Harmonies of #D168AB
Complementary color
Monochromatic Colors of #D168AB
Black with #D168AB
Text Example
Text Example
White with #D168AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D168AB; }
p { color: rgb(209,104,171); }
H1.HeaderClassName
{
color: #D168AB;
}
.AnyTagClassName
{
color: #D168AB;
}
</style>
background-color css
<style>
a { background-color: #D168AB; }
a { background-color: rgb(209,104,171); }
div.DivClassName
{
background-color: #D168AB;
}
.BgClassName
{
background-color: #D168AB;
}
</style>
border-color css
<style>
span { border-color: #D168AB; }
span { border-color: rgb(209,104,171); }
td.TdClassName
{
border-color: #D168AB;
}
.TagClassName
{
border-color: #D168AB;
}
</style>