Shades of Hopbush #D0628C
Tints of Hopbush #D0628C
RGB
CMYK
RGB Variations
Color information
#D0628C (or 0xD0628C) is known color: Hopbush. HEX triplet: D0, 62 and 8C. RGB value is (208,98,140). Sum of RGB (Red+Green+Blue) = 208+98+140=446 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.64% from 446); Green value is 98 (38.67% from 255 or 21.97% from 446); Blue value is 140 (55.08% from 255 or 31.39% from 446); Max value from RGB is 208 - color contains mainly: red. Hex color #D0628C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D0628C is #2F9D73. Grayscale: #878787. Windows color (decimal): -3120500 or 9200336. OLE color: 9200336.
HSL color Cylindrical-coordinate representation of color #D0628C: hue angle of 337.09º 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 #D0628C is Cyan = 0, Magento = 0.53, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 98 | 140 | - |
| CMYK | 0 | 0.53 | 0.33 | 0.18 |
| HSL | 337.09º | 0.54% | 0.6% | - |
| HSV(B) | 337.09º | 0.53% | 0.82% | - |
| XYZ | 35.11 | 24.04 | 27.6 | - |
| YUV | 135.68 | 130.44 | 179.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 98 | 140 | 0 | 0.53 | 0.33 | 0.18 | 337.09 | 0.54 | 0.6 |
| Hex | D0 | 62 | 8C | 0 | 35 | 21 | 12 | 151 | 36 | 3C |
| Octal | 320 | 142 | 214 | 0 | 65 | 41 | 22 | 521 | 66 | 74 |
| Binary | 11010000 | 1100010 | 10001100 | 0 | 110101 | 100001 | 10010 | 101010001 | 110110 | 111100 |
Color Harmonies of #D0628C
Complementary color
Monochromatic Colors of #D0628C
Black with #D0628C
Text Example
Text Example
White with #D0628C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0628C; }
p { color: rgb(208,98,140); }
H1.HeaderClassName
{
color: #D0628C;
}
.AnyTagClassName
{
color: #D0628C;
}
</style>
background-color css
<style>
a { background-color: #D0628C; }
a { background-color: rgb(208,98,140); }
div.DivClassName
{
background-color: #D0628C;
}
.BgClassName
{
background-color: #D0628C;
}
</style>
border-color css
<style>
span { border-color: #D0628C; }
span { border-color: rgb(208,98,140); }
td.TdClassName
{
border-color: #D0628C;
}
.TagClassName
{
border-color: #D0628C;
}
</style>