Shades of Hopbush #D166AC
Tints of Hopbush #D166AC
RGB
CMYK
RGB Variations
Color information
#D166AC (or 0xD166AC) is known color: Hopbush. HEX triplet: D1, 66 and AC. RGB value is (209,102,172). Sum of RGB (Red+Green+Blue) = 209+102+172=483 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.27% from 483); Green value is 102 (40.23% from 255 or 21.12% from 483); Blue value is 172 (67.58% from 255 or 35.61% from 483); Max value from RGB is 209 - color contains mainly: red. Hex color #D166AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D166AC is #2E9953. Grayscale: #8D8D8D. Windows color (decimal): -3053908 or 11298513. OLE color: 11298513.
HSL color Cylindrical-coordinate representation of color #D166AC: hue angle of 320.75º degrees, saturation: 0.54, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D166AC is Cyan = 0, Magento = 0.51, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 102 | 172 | - |
| CMYK | 0 | 0.51 | 0.18 | 0.18 |
| HSL | 320.75º | 0.54% | 0.61% | - |
| HSV(B) | 320.75º | 0.51% | 0.82% | - |
| XYZ | 38.49 | 26.04 | 42.03 | - |
| YUV | 141.97 | 144.95 | 175.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 102 | 172 | 0 | 0.51 | 0.18 | 0.18 | 320.75 | 0.54 | 0.61 |
| Hex | D1 | 66 | AC | 0 | 33 | 12 | 12 | 141 | 36 | 3D |
| Octal | 321 | 146 | 254 | 0 | 63 | 22 | 22 | 501 | 66 | 75 |
| Binary | 11010001 | 1100110 | 10101100 | 0 | 110011 | 10010 | 10010 | 101000001 | 110110 | 111101 |
Color Harmonies of #D166AC
Complementary color
Monochromatic Colors of #D166AC
Black with #D166AC
Text Example
Text Example
White with #D166AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D166AC; }
p { color: rgb(209,102,172); }
H1.HeaderClassName
{
color: #D166AC;
}
.AnyTagClassName
{
color: #D166AC;
}
</style>
background-color css
<style>
a { background-color: #D166AC; }
a { background-color: rgb(209,102,172); }
div.DivClassName
{
background-color: #D166AC;
}
.BgClassName
{
background-color: #D166AC;
}
</style>
border-color css
<style>
span { border-color: #D166AC; }
span { border-color: rgb(209,102,172); }
td.TdClassName
{
border-color: #D166AC;
}
.TagClassName
{
border-color: #D166AC;
}
</style>