Shades of Hopbush #D1799C
Tints of Hopbush #D1799C
RGB
CMYK
RGB Variations
Color information
#D1799C (or 0xD1799C) is known color: Hopbush. HEX triplet: D1, 79 and 9C. RGB value is (209,121,156). Sum of RGB (Red+Green+Blue) = 209+121+156=486 (64% of max value = 765). Red value is 209 (82.03% from 255 or 43.00% from 486); Green value is 121 (47.66% from 255 or 24.90% from 486); Blue value is 156 (61.33% from 255 or 32.10% from 486); Max value from RGB is 209 - color contains mainly: red. Hex color #D1799C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D1799C is #2E8663. Grayscale: #979797. Windows color (decimal): -3049060 or 10254801. OLE color: 10254801.
HSL color Cylindrical-coordinate representation of color #D1799C: hue angle of 336.14º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D1799C is Cyan = 0, Magento = 0.42, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 121 | 156 | - |
| CMYK | 0 | 0.42 | 0.25 | 0.18 |
| HSL | 336.14º | 0.49% | 0.65% | - |
| HSV(B) | 336.14º | 0.42% | 0.82% | - |
| XYZ | 39.13 | 29.63 | 35.11 | - |
| YUV | 151.3 | 130.65 | 169.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 121 | 156 | 0 | 0.42 | 0.25 | 0.18 | 336.14 | 0.49 | 0.65 |
| Hex | D1 | 79 | 9C | 0 | 2A | 19 | 12 | 150 | 31 | 41 |
| Octal | 321 | 171 | 234 | 0 | 52 | 31 | 22 | 520 | 61 | 101 |
| Binary | 11010001 | 1111001 | 10011100 | 0 | 101010 | 11001 | 10010 | 101010000 | 110001 | 1000001 |
Color Harmonies of #D1799C
Complementary color
Monochromatic Colors of #D1799C
Black with #D1799C
Text Example
Text Example
White with #D1799C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1799C; }
p { color: rgb(209,121,156); }
H1.HeaderClassName
{
color: #D1799C;
}
.AnyTagClassName
{
color: #D1799C;
}
</style>
background-color css
<style>
a { background-color: #D1799C; }
a { background-color: rgb(209,121,156); }
div.DivClassName
{
background-color: #D1799C;
}
.BgClassName
{
background-color: #D1799C;
}
</style>
border-color css
<style>
span { border-color: #D1799C; }
span { border-color: rgb(209,121,156); }
td.TdClassName
{
border-color: #D1799C;
}
.TagClassName
{
border-color: #D1799C;
}
</style>