Shades of Hopbush #D6629B
Tints of Hopbush #D6629B
RGB
CMYK
RGB Variations
Color information
#D6629B (or 0xD6629B) is known color: Hopbush. HEX triplet: D6, 62 and 9B. RGB value is (214,98,155). Sum of RGB (Red+Green+Blue) = 214+98+155=467 (61% of max value = 765). Red value is 214 (83.98% from 255 or 45.82% from 467); Green value is 98 (38.67% from 255 or 20.99% from 467); Blue value is 155 (60.94% from 255 or 33.19% from 467); Max value from RGB is 214 - color contains mainly: red. Hex color #D6629B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D6629B is #299D64. Grayscale: #8B8B8B. Windows color (decimal): -2727269 or 10183382. OLE color: 10183382.
HSL color Cylindrical-coordinate representation of color #D6629B: hue angle of 330.52º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D6629B is Cyan = 0, Magento = 0.54, Yellow = 0.28 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 98 | 155 | - |
| CMYK | 0 | 0.54 | 0.28 | 0.16 |
| HSL | 330.52º | 0.59% | 0.61% | - |
| HSV(B) | 330.52º | 0.54% | 0.84% | - |
| XYZ | 38.02 | 25.4 | 33.91 | - |
| YUV | 139.18 | 136.93 | 181.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 98 | 155 | 0 | 0.54 | 0.28 | 0.16 | 330.52 | 0.59 | 0.61 |
| Hex | D6 | 62 | 9B | 0 | 36 | 1C | 10 | 14B | 3B | 3D |
| Octal | 326 | 142 | 233 | 0 | 66 | 34 | 20 | 513 | 73 | 75 |
| Binary | 11010110 | 1100010 | 10011011 | 0 | 110110 | 11100 | 10000 | 101001011 | 111011 | 111101 |
Color Harmonies of #D6629B
Complementary color
Monochromatic Colors of #D6629B
Black with #D6629B
Text Example
Text Example
White with #D6629B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6629B; }
p { color: rgb(214,98,155); }
H1.HeaderClassName
{
color: #D6629B;
}
.AnyTagClassName
{
color: #D6629B;
}
</style>
background-color css
<style>
a { background-color: #D6629B; }
a { background-color: rgb(214,98,155); }
div.DivClassName
{
background-color: #D6629B;
}
.BgClassName
{
background-color: #D6629B;
}
</style>
border-color css
<style>
span { border-color: #D6629B; }
span { border-color: rgb(214,98,155); }
td.TdClassName
{
border-color: #D6629B;
}
.TagClassName
{
border-color: #D6629B;
}
</style>