Shades of Hopbush #D3619B
Tints of Hopbush #D3619B
RGB
CMYK
RGB Variations
Color information
#D3619B (or 0xD3619B) is known color: Hopbush. HEX triplet: D3, 61 and 9B. RGB value is (211,97,155). Sum of RGB (Red+Green+Blue) = 211+97+155=463 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.57% from 463); Green value is 97 (38.28% from 255 or 20.95% from 463); Blue value is 155 (60.94% from 255 or 33.48% from 463); Max value from RGB is 211 - color contains mainly: red. Hex color #D3619B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D3619B is #2C9E64. Grayscale: #898989. Windows color (decimal): -2924133 or 10183123. OLE color: 10183123.
HSL color Cylindrical-coordinate representation of color #D3619B: hue angle of 329.47º degrees, saturation: 0.56, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D3619B is Cyan = 0, Magento = 0.54, Yellow = 0.27 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 97 | 155 | - |
| CMYK | 0 | 0.54 | 0.27 | 0.17 |
| HSL | 329.47º | 0.56% | 0.6% | - |
| HSV(B) | 329.47º | 0.54% | 0.83% | - |
| XYZ | 37.06 | 24.76 | 33.84 | - |
| YUV | 137.7 | 137.77 | 180.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 97 | 155 | 0 | 0.54 | 0.27 | 0.17 | 329.47 | 0.56 | 0.6 |
| Hex | D3 | 61 | 9B | 0 | 36 | 1B | 11 | 149 | 38 | 3C |
| Octal | 323 | 141 | 233 | 0 | 66 | 33 | 21 | 511 | 70 | 74 |
| Binary | 11010011 | 1100001 | 10011011 | 0 | 110110 | 11011 | 10001 | 101001001 | 111000 | 111100 |
Color Harmonies of #D3619B
Complementary color
Monochromatic Colors of #D3619B
Black with #D3619B
Text Example
Text Example
White with #D3619B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3619B; }
p { color: rgb(211,97,155); }
H1.HeaderClassName
{
color: #D3619B;
}
.AnyTagClassName
{
color: #D3619B;
}
</style>
background-color css
<style>
a { background-color: #D3619B; }
a { background-color: rgb(211,97,155); }
div.DivClassName
{
background-color: #D3619B;
}
.BgClassName
{
background-color: #D3619B;
}
</style>
border-color css
<style>
span { border-color: #D3619B; }
span { border-color: rgb(211,97,155); }
td.TdClassName
{
border-color: #D3619B;
}
.TagClassName
{
border-color: #D3619B;
}
</style>