Shades of Hopbush #D1619E
Tints of Hopbush #D1619E
RGB
CMYK
RGB Variations
Color information
#D1619E (or 0xD1619E) is known color: Hopbush. HEX triplet: D1, 61 and 9E. RGB value is (209,97,158). Sum of RGB (Red+Green+Blue) = 209+97+158=464 (61% of max value = 765). Red value is 209 (82.03% from 255 or 45.04% from 464); Green value is 97 (38.28% from 255 or 20.91% from 464); Blue value is 158 (62.11% from 255 or 34.05% from 464); Max value from RGB is 209 - color contains mainly: red. Hex color #D1619E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D1619E is #2E9E61. Grayscale: #898989. Windows color (decimal): -3055202 or 10379729. OLE color: 10379729.
HSL color Cylindrical-coordinate representation of color #D1619E: hue angle of 327.32º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D1619E is Cyan = 0, Magento = 0.54, Yellow = 0.24 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 97 | 158 | - |
| CMYK | 0 | 0.54 | 0.24 | 0.18 |
| HSL | 327.32º | 0.55% | 0.6% | - |
| HSV(B) | 327.32º | 0.54% | 0.82% | - |
| XYZ | 36.74 | 24.57 | 35.15 | - |
| YUV | 137.44 | 139.61 | 179.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 97 | 158 | 0 | 0.54 | 0.24 | 0.18 | 327.32 | 0.55 | 0.6 |
| Hex | D1 | 61 | 9E | 0 | 36 | 18 | 12 | 147 | 37 | 3C |
| Octal | 321 | 141 | 236 | 0 | 66 | 30 | 22 | 507 | 67 | 74 |
| Binary | 11010001 | 1100001 | 10011110 | 0 | 110110 | 11000 | 10010 | 101000111 | 110111 | 111100 |
Color Harmonies of #D1619E
Complementary color
Monochromatic Colors of #D1619E
Black with #D1619E
Text Example
Text Example
White with #D1619E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1619E; }
p { color: rgb(209,97,158); }
H1.HeaderClassName
{
color: #D1619E;
}
.AnyTagClassName
{
color: #D1619E;
}
</style>
background-color css
<style>
a { background-color: #D1619E; }
a { background-color: rgb(209,97,158); }
div.DivClassName
{
background-color: #D1619E;
}
.BgClassName
{
background-color: #D1619E;
}
</style>
border-color css
<style>
span { border-color: #D1619E; }
span { border-color: rgb(209,97,158); }
td.TdClassName
{
border-color: #D1619E;
}
.TagClassName
{
border-color: #D1619E;
}
</style>