Shades of Hopbush #D2628C
Tints of Hopbush #D2628C
RGB
CMYK
RGB Variations
Color information
#D2628C (or 0xD2628C) is known color: Hopbush. HEX triplet: D2, 62 and 8C. RGB value is (210,98,140). Sum of RGB (Red+Green+Blue) = 210+98+140=448 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.88% from 448); Green value is 98 (38.67% from 255 or 21.88% from 448); Blue value is 140 (55.08% from 255 or 31.25% from 448); Max value from RGB is 210 - color contains mainly: red. Hex color #D2628C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D2628C is #2D9D73. Grayscale: #888888. Windows color (decimal): -2989428 or 9200338. OLE color: 9200338.
HSL color Cylindrical-coordinate representation of color #D2628C: hue angle of 337.5º 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 #D2628C is Cyan = 0, Magento = 0.53, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 98 | 140 | - |
| CMYK | 0 | 0.53 | 0.33 | 0.18 |
| HSL | 337.5º | 0.55% | 0.6% | - |
| HSV(B) | 337.5º | 0.53% | 0.82% | - |
| XYZ | 35.68 | 24.33 | 27.63 | - |
| YUV | 136.28 | 130.11 | 180.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 98 | 140 | 0 | 0.53 | 0.33 | 0.18 | 337.5 | 0.55 | 0.6 |
| Hex | D2 | 62 | 8C | 0 | 35 | 21 | 12 | 152 | 37 | 3C |
| Octal | 322 | 142 | 214 | 0 | 65 | 41 | 22 | 522 | 67 | 74 |
| Binary | 11010010 | 1100010 | 10001100 | 0 | 110101 | 100001 | 10010 | 101010010 | 110111 | 111100 |
Color Harmonies of #D2628C
Complementary color
Monochromatic Colors of #D2628C
Black with #D2628C
Text Example
Text Example
White with #D2628C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2628C; }
p { color: rgb(210,98,140); }
H1.HeaderClassName
{
color: #D2628C;
}
.AnyTagClassName
{
color: #D2628C;
}
</style>
background-color css
<style>
a { background-color: #D2628C; }
a { background-color: rgb(210,98,140); }
div.DivClassName
{
background-color: #D2628C;
}
.BgClassName
{
background-color: #D2628C;
}
</style>
border-color css
<style>
span { border-color: #D2628C; }
span { border-color: rgb(210,98,140); }
td.TdClassName
{
border-color: #D2628C;
}
.TagClassName
{
border-color: #D2628C;
}
</style>