Shades of Hopbush #D2628D
Tints of Hopbush #D2628D
RGB
CMYK
RGB Variations
Color information
#D2628D (or 0xD2628D) is known color: Hopbush. HEX triplet: D2, 62 and 8D. RGB value is (210,98,141). Sum of RGB (Red+Green+Blue) = 210+98+141=449 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.77% from 449); Green value is 98 (38.67% from 255 or 21.83% from 449); Blue value is 141 (55.47% from 255 or 31.40% from 449); Max value from RGB is 210 - color contains mainly: red. Hex color #D2628D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D2628D is #2D9D72. Grayscale: #888888. Windows color (decimal): -2989427 or 9265874. OLE color: 9265874.
HSL color Cylindrical-coordinate representation of color #D2628D: hue angle of 336.96º 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 #D2628D is Cyan = 0, Magento = 0.53, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 98 | 141 | - |
| CMYK | 0 | 0.53 | 0.33 | 0.18 |
| HSL | 336.96º | 0.55% | 0.6% | - |
| HSV(B) | 336.96º | 0.53% | 0.82% | - |
| XYZ | 35.75 | 24.36 | 28.02 | - |
| YUV | 136.39 | 130.61 | 180.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 98 | 141 | 0 | 0.53 | 0.33 | 0.18 | 336.96 | 0.55 | 0.6 |
| Hex | D2 | 62 | 8D | 0 | 35 | 21 | 12 | 151 | 37 | 3C |
| Octal | 322 | 142 | 215 | 0 | 65 | 41 | 22 | 521 | 67 | 74 |
| Binary | 11010010 | 1100010 | 10001101 | 0 | 110101 | 100001 | 10010 | 101010001 | 110111 | 111100 |
Color Harmonies of #D2628D
Complementary color
Monochromatic Colors of #D2628D
Black with #D2628D
Text Example
Text Example
White with #D2628D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2628D; }
p { color: rgb(210,98,141); }
H1.HeaderClassName
{
color: #D2628D;
}
.AnyTagClassName
{
color: #D2628D;
}
</style>
background-color css
<style>
a { background-color: #D2628D; }
a { background-color: rgb(210,98,141); }
div.DivClassName
{
background-color: #D2628D;
}
.BgClassName
{
background-color: #D2628D;
}
</style>
border-color css
<style>
span { border-color: #D2628D; }
span { border-color: rgb(210,98,141); }
td.TdClassName
{
border-color: #D2628D;
}
.TagClassName
{
border-color: #D2628D;
}
</style>