Shades of Hopbush #D3629C
Tints of Hopbush #D3629C
RGB
CMYK
RGB Variations
Color information
#D3629C (or 0xD3629C) is known color: Hopbush. HEX triplet: D3, 62 and 9C. RGB value is (211,98,156). Sum of RGB (Red+Green+Blue) = 211+98+156=465 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.38% from 465); Green value is 98 (38.67% from 255 or 21.08% from 465); Blue value is 156 (61.33% from 255 or 33.55% from 465); Max value from RGB is 211 - color contains mainly: red. Hex color #D3629C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D3629C is #2C9D63. Grayscale: #8A8A8A. Windows color (decimal): -2923876 or 10248915. OLE color: 10248915.
HSL color Cylindrical-coordinate representation of color #D3629C: hue angle of 329.2º degrees, saturation: 0.56, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D3629C is Cyan = 0, Magento = 0.54, Yellow = 0.26 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 98 | 156 | - |
| CMYK | 0 | 0.54 | 0.26 | 0.17 |
| HSL | 329.2º | 0.56% | 0.61% | - |
| HSV(B) | 329.2º | 0.54% | 0.83% | - |
| XYZ | 37.23 | 24.98 | 34.31 | - |
| YUV | 138.4 | 137.94 | 179.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 98 | 156 | 0 | 0.54 | 0.26 | 0.17 | 329.2 | 0.56 | 0.61 |
| Hex | D3 | 62 | 9C | 0 | 36 | 1A | 11 | 149 | 38 | 3D |
| Octal | 323 | 142 | 234 | 0 | 66 | 32 | 21 | 511 | 70 | 75 |
| Binary | 11010011 | 1100010 | 10011100 | 0 | 110110 | 11010 | 10001 | 101001001 | 111000 | 111101 |
Color Harmonies of #D3629C
Complementary color
Monochromatic Colors of #D3629C
Black with #D3629C
Text Example
Text Example
White with #D3629C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3629C; }
p { color: rgb(211,98,156); }
H1.HeaderClassName
{
color: #D3629C;
}
.AnyTagClassName
{
color: #D3629C;
}
</style>
background-color css
<style>
a { background-color: #D3629C; }
a { background-color: rgb(211,98,156); }
div.DivClassName
{
background-color: #D3629C;
}
.BgClassName
{
background-color: #D3629C;
}
</style>
border-color css
<style>
span { border-color: #D3629C; }
span { border-color: rgb(211,98,156); }
td.TdClassName
{
border-color: #D3629C;
}
.TagClassName
{
border-color: #D3629C;
}
</style>