Shades of Hopbush #D2629F
Tints of Hopbush #D2629F
RGB
CMYK
RGB Variations
Color information
#D2629F (or 0xD2629F) is known color: Hopbush. HEX triplet: D2, 62 and 9F. RGB value is (210,98,159). Sum of RGB (Red+Green+Blue) = 210+98+159=467 (61% of max value = 765). Red value is 210 (82.42% from 255 or 44.97% from 467); Green value is 98 (38.67% from 255 or 20.99% from 467); Blue value is 159 (62.5% from 255 or 34.05% from 467); Max value from RGB is 210 - color contains mainly: red. Hex color #D2629F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D2629F is #2D9D60. Grayscale: #8A8A8A. Windows color (decimal): -2989409 or 10445522. OLE color: 10445522.
HSL color Cylindrical-coordinate representation of color #D2629F: 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.53%. Process color model (Four color, CMYK) of #D2629F is Cyan = 0, Magento = 0.53, Yellow = 0.24 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 98 | 159 | - |
| CMYK | 0 | 0.53 | 0.24 | 0.18 |
| HSL | 327.32º | 0.55% | 0.6% | - |
| HSV(B) | 327.32º | 0.53% | 0.82% | - |
| XYZ | 37.2 | 24.94 | 35.65 | - |
| YUV | 138.44 | 139.61 | 179.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 98 | 159 | 0 | 0.53 | 0.24 | 0.18 | 327.32 | 0.55 | 0.6 |
| Hex | D2 | 62 | 9F | 0 | 35 | 18 | 12 | 147 | 37 | 3C |
| Octal | 322 | 142 | 237 | 0 | 65 | 30 | 22 | 507 | 67 | 74 |
| Binary | 11010010 | 1100010 | 10011111 | 0 | 110101 | 11000 | 10010 | 101000111 | 110111 | 111100 |
Color Harmonies of #D2629F
Complementary color
Monochromatic Colors of #D2629F
Black with #D2629F
Text Example
Text Example
White with #D2629F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2629F; }
p { color: rgb(210,98,159); }
H1.HeaderClassName
{
color: #D2629F;
}
.AnyTagClassName
{
color: #D2629F;
}
</style>
background-color css
<style>
a { background-color: #D2629F; }
a { background-color: rgb(210,98,159); }
div.DivClassName
{
background-color: #D2629F;
}
.BgClassName
{
background-color: #D2629F;
}
</style>
border-color css
<style>
span { border-color: #D2629F; }
span { border-color: rgb(210,98,159); }
td.TdClassName
{
border-color: #D2629F;
}
.TagClassName
{
border-color: #D2629F;
}
</style>