Shades of Hopbush #D1668D
Tints of Hopbush #D1668D
RGB
CMYK
RGB Variations
Color information
#D1668D (or 0xD1668D) is known color: Hopbush. HEX triplet: D1, 66 and 8D. RGB value is (209,102,141). Sum of RGB (Red+Green+Blue) = 209+102+141=452 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.24% from 452); Green value is 102 (40.23% from 255 or 22.57% from 452); Blue value is 141 (55.47% from 255 or 31.19% from 452); Max value from RGB is 209 - color contains mainly: red. Hex color #D1668D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D1668D is #2E9972. Grayscale: #8A8A8A. Windows color (decimal): -3053939 or 9266897. OLE color: 9266897.
HSL color Cylindrical-coordinate representation of color #D1668D: hue angle of 338.13º 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 #D1668D is Cyan = 0, Magento = 0.51, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 102 | 141 | - |
| CMYK | 0 | 0.51 | 0.33 | 0.18 |
| HSL | 338.13º | 0.54% | 0.61% | - |
| HSV(B) | 338.13º | 0.51% | 0.82% | - |
| XYZ | 35.85 | 24.98 | 28.13 | - |
| YUV | 138.44 | 129.45 | 178.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 102 | 141 | 0 | 0.51 | 0.33 | 0.18 | 338.13 | 0.54 | 0.61 |
| Hex | D1 | 66 | 8D | 0 | 33 | 21 | 12 | 152 | 36 | 3D |
| Octal | 321 | 146 | 215 | 0 | 63 | 41 | 22 | 522 | 66 | 75 |
| Binary | 11010001 | 1100110 | 10001101 | 0 | 110011 | 100001 | 10010 | 101010010 | 110110 | 111101 |
Color Harmonies of #D1668D
Complementary color
Monochromatic Colors of #D1668D
Black with #D1668D
Text Example
Text Example
White with #D1668D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1668D; }
p { color: rgb(209,102,141); }
H1.HeaderClassName
{
color: #D1668D;
}
.AnyTagClassName
{
color: #D1668D;
}
</style>
background-color css
<style>
a { background-color: #D1668D; }
a { background-color: rgb(209,102,141); }
div.DivClassName
{
background-color: #D1668D;
}
.BgClassName
{
background-color: #D1668D;
}
</style>
border-color css
<style>
span { border-color: #D1668D; }
span { border-color: rgb(209,102,141); }
td.TdClassName
{
border-color: #D1668D;
}
.TagClassName
{
border-color: #D1668D;
}
</style>