Shades of Hopbush #D166AF
Tints of Hopbush #D166AF
RGB
CMYK
RGB Variations
Color information
#D166AF (or 0xD166AF) is known color: Hopbush. HEX triplet: D1, 66 and AF. RGB value is (209,102,175). Sum of RGB (Red+Green+Blue) = 209+102+175=486 (64% of max value = 765). Red value is 209 (82.03% from 255 or 43.00% from 486); Green value is 102 (40.23% from 255 or 20.99% from 486); Blue value is 175 (68.75% from 255 or 36.01% from 486); Max value from RGB is 209 - color contains mainly: red. Hex color #D166AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D166AF is #2E9950. Grayscale: #8E8E8E. Windows color (decimal): -3053905 or 11495121. OLE color: 11495121.
HSL color Cylindrical-coordinate representation of color #D166AF: hue angle of 319.07º 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 #D166AF is Cyan = 0, Magento = 0.51, Yellow = 0.16 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 102 | 175 | - |
| CMYK | 0 | 0.51 | 0.16 | 0.18 |
| HSL | 319.07º | 0.54% | 0.61% | - |
| HSV(B) | 319.07º | 0.51% | 0.82% | - |
| XYZ | 38.78 | 26.15 | 43.56 | - |
| YUV | 142.32 | 146.45 | 175.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 102 | 175 | 0 | 0.51 | 0.16 | 0.18 | 319.07 | 0.54 | 0.61 |
| Hex | D1 | 66 | AF | 0 | 33 | 10 | 12 | 13F | 36 | 3D |
| Octal | 321 | 146 | 257 | 0 | 63 | 20 | 22 | 477 | 66 | 75 |
| Binary | 11010001 | 1100110 | 10101111 | 0 | 110011 | 10000 | 10010 | 100111111 | 110110 | 111101 |
Color Harmonies of #D166AF
Complementary color
Monochromatic Colors of #D166AF
Black with #D166AF
Text Example
Text Example
White with #D166AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D166AF; }
p { color: rgb(209,102,175); }
H1.HeaderClassName
{
color: #D166AF;
}
.AnyTagClassName
{
color: #D166AF;
}
</style>
background-color css
<style>
a { background-color: #D166AF; }
a { background-color: rgb(209,102,175); }
div.DivClassName
{
background-color: #D166AF;
}
.BgClassName
{
background-color: #D166AF;
}
</style>
border-color css
<style>
span { border-color: #D166AF; }
span { border-color: rgb(209,102,175); }
td.TdClassName
{
border-color: #D166AF;
}
.TagClassName
{
border-color: #D166AF;
}
</style>