Shades of Hopbush #D1668C
Tints of Hopbush #D1668C
RGB
CMYK
RGB Variations
Color information
#D1668C (or 0xD1668C) is known color: Hopbush. HEX triplet: D1, 66 and 8C. RGB value is (209,102,140). Sum of RGB (Red+Green+Blue) = 209+102+140=451 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.34% from 451); Green value is 102 (40.23% from 255 or 22.62% from 451); Blue value is 140 (55.08% from 255 or 31.04% from 451); Max value from RGB is 209 - color contains mainly: red. Hex color #D1668C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D1668C is #2E9973. Grayscale: #8A8A8A. Windows color (decimal): -3053940 or 9201361. OLE color: 9201361.
HSL color Cylindrical-coordinate representation of color #D1668C: hue angle of 338.69º 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 #D1668C is Cyan = 0, Magento = 0.51, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 102 | 140 | - |
| CMYK | 0 | 0.51 | 0.33 | 0.18 |
| HSL | 338.69º | 0.54% | 0.61% | - |
| HSV(B) | 338.69º | 0.51% | 0.82% | - |
| XYZ | 35.78 | 24.95 | 27.74 | - |
| YUV | 138.33 | 128.95 | 178.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 102 | 140 | 0 | 0.51 | 0.33 | 0.18 | 338.69 | 0.54 | 0.61 |
| Hex | D1 | 66 | 8C | 0 | 33 | 21 | 12 | 153 | 36 | 3D |
| Octal | 321 | 146 | 214 | 0 | 63 | 41 | 22 | 523 | 66 | 75 |
| Binary | 11010001 | 1100110 | 10001100 | 0 | 110011 | 100001 | 10010 | 101010011 | 110110 | 111101 |
Color Harmonies of #D1668C
Complementary color
Monochromatic Colors of #D1668C
Black with #D1668C
Text Example
Text Example
White with #D1668C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1668C; }
p { color: rgb(209,102,140); }
H1.HeaderClassName
{
color: #D1668C;
}
.AnyTagClassName
{
color: #D1668C;
}
</style>
background-color css
<style>
a { background-color: #D1668C; }
a { background-color: rgb(209,102,140); }
div.DivClassName
{
background-color: #D1668C;
}
.BgClassName
{
background-color: #D1668C;
}
</style>
border-color css
<style>
span { border-color: #D1668C; }
span { border-color: rgb(209,102,140); }
td.TdClassName
{
border-color: #D1668C;
}
.TagClassName
{
border-color: #D1668C;
}
</style>