Shades of Hopbush #D2629C
Tints of Hopbush #D2629C
RGB
CMYK
RGB Variations
Color information
#D2629C (or 0xD2629C) is known color: Hopbush. HEX triplet: D2, 62 and 9C. RGB value is (210,98,156). Sum of RGB (Red+Green+Blue) = 210+98+156=464 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.26% from 464); Green value is 98 (38.67% from 255 or 21.12% from 464); Blue value is 156 (61.33% from 255 or 33.62% from 464); Max value from RGB is 210 - color contains mainly: red. Hex color #D2629C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D2629C is #2D9D63. Grayscale: #898989. Windows color (decimal): -2989412 or 10248914. OLE color: 10248914.
HSL color Cylindrical-coordinate representation of color #D2629C: hue angle of 328.93º 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 #D2629C is Cyan = 0, Magento = 0.53, Yellow = 0.26 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 98 | 156 | - |
| CMYK | 0 | 0.53 | 0.26 | 0.18 |
| HSL | 328.93º | 0.55% | 0.6% | - |
| HSV(B) | 328.93º | 0.53% | 0.82% | - |
| XYZ | 36.95 | 24.84 | 34.3 | - |
| YUV | 138.1 | 138.11 | 179.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 98 | 156 | 0 | 0.53 | 0.26 | 0.18 | 328.93 | 0.55 | 0.6 |
| Hex | D2 | 62 | 9C | 0 | 35 | 1A | 12 | 149 | 37 | 3C |
| Octal | 322 | 142 | 234 | 0 | 65 | 32 | 22 | 511 | 67 | 74 |
| Binary | 11010010 | 1100010 | 10011100 | 0 | 110101 | 11010 | 10010 | 101001001 | 110111 | 111100 |
Color Harmonies of #D2629C
Complementary color
Monochromatic Colors of #D2629C
Black with #D2629C
Text Example
Text Example
White with #D2629C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2629C; }
p { color: rgb(210,98,156); }
H1.HeaderClassName
{
color: #D2629C;
}
.AnyTagClassName
{
color: #D2629C;
}
</style>
background-color css
<style>
a { background-color: #D2629C; }
a { background-color: rgb(210,98,156); }
div.DivClassName
{
background-color: #D2629C;
}
.BgClassName
{
background-color: #D2629C;
}
</style>
border-color css
<style>
span { border-color: #D2629C; }
span { border-color: rgb(210,98,156); }
td.TdClassName
{
border-color: #D2629C;
}
.TagClassName
{
border-color: #D2629C;
}
</style>