Shades of Hopbush #D0629B
Tints of Hopbush #D0629B
RGB
CMYK
RGB Variations
Color information
#D0629B (or 0xD0629B) is known color: Hopbush. HEX triplet: D0, 62 and 9B. RGB value is (208,98,155). Sum of RGB (Red+Green+Blue) = 208+98+155=461 (61% of max value = 765). Red value is 208 (81.64% from 255 or 45.12% from 461); Green value is 98 (38.67% from 255 or 21.26% from 461); Blue value is 155 (60.94% from 255 or 33.62% from 461); Max value from RGB is 208 - color contains mainly: red. Hex color #D0629B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D0629B is #2F9D64. Grayscale: #898989. Windows color (decimal): -3120485 or 10183376. OLE color: 10183376.
HSL color Cylindrical-coordinate representation of color #D0629B: hue angle of 328.91º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D0629B is Cyan = 0, Magento = 0.53, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 98 | 155 | - |
| CMYK | 0 | 0.53 | 0.25 | 0.18 |
| HSL | 328.91º | 0.54% | 0.6% | - |
| HSV(B) | 328.91º | 0.53% | 0.82% | - |
| XYZ | 36.3 | 24.51 | 33.83 | - |
| YUV | 137.39 | 137.94 | 178.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 98 | 155 | 0 | 0.53 | 0.25 | 0.18 | 328.91 | 0.54 | 0.6 |
| Hex | D0 | 62 | 9B | 0 | 35 | 19 | 12 | 149 | 36 | 3C |
| Octal | 320 | 142 | 233 | 0 | 65 | 31 | 22 | 511 | 66 | 74 |
| Binary | 11010000 | 1100010 | 10011011 | 0 | 110101 | 11001 | 10010 | 101001001 | 110110 | 111100 |
Color Harmonies of #D0629B
Complementary color
Monochromatic Colors of #D0629B
Black with #D0629B
Text Example
Text Example
White with #D0629B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0629B; }
p { color: rgb(208,98,155); }
H1.HeaderClassName
{
color: #D0629B;
}
.AnyTagClassName
{
color: #D0629B;
}
</style>
background-color css
<style>
a { background-color: #D0629B; }
a { background-color: rgb(208,98,155); }
div.DivClassName
{
background-color: #D0629B;
}
.BgClassName
{
background-color: #D0629B;
}
</style>
border-color css
<style>
span { border-color: #D0629B; }
span { border-color: rgb(208,98,155); }
td.TdClassName
{
border-color: #D0629B;
}
.TagClassName
{
border-color: #D0629B;
}
</style>