Shades of Hopbush #D0628F
Tints of Hopbush #D0628F
RGB
CMYK
RGB Variations
Color information
#D0628F (or 0xD0628F) is known color: Hopbush. HEX triplet: D0, 62 and 8F. RGB value is (208,98,143). Sum of RGB (Red+Green+Blue) = 208+98+143=449 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.33% from 449); Green value is 98 (38.67% from 255 or 21.83% from 449); Blue value is 143 (56.25% from 255 or 31.85% from 449); Max value from RGB is 208 - color contains mainly: red. Hex color #D0628F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D0628F is #2F9D70. Grayscale: #878787. Windows color (decimal): -3120497 or 9396944. OLE color: 9396944.
HSL color Cylindrical-coordinate representation of color #D0628F: hue angle of 335.45º 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 #D0628F is Cyan = 0, Magento = 0.53, Yellow = 0.31 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 98 | 143 | - |
| CMYK | 0 | 0.53 | 0.31 | 0.18 |
| HSL | 335.45º | 0.54% | 0.6% | - |
| HSV(B) | 335.45º | 0.53% | 0.82% | - |
| XYZ | 35.34 | 24.13 | 28.78 | - |
| YUV | 136.02 | 131.94 | 179.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 98 | 143 | 0 | 0.53 | 0.31 | 0.18 | 335.45 | 0.54 | 0.6 |
| Hex | D0 | 62 | 8F | 0 | 35 | 1F | 12 | 14F | 36 | 3C |
| Octal | 320 | 142 | 217 | 0 | 65 | 37 | 22 | 517 | 66 | 74 |
| Binary | 11010000 | 1100010 | 10001111 | 0 | 110101 | 11111 | 10010 | 101001111 | 110110 | 111100 |
Color Harmonies of #D0628F
Complementary color
Monochromatic Colors of #D0628F
Black with #D0628F
Text Example
Text Example
White with #D0628F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0628F; }
p { color: rgb(208,98,143); }
H1.HeaderClassName
{
color: #D0628F;
}
.AnyTagClassName
{
color: #D0628F;
}
</style>
background-color css
<style>
a { background-color: #D0628F; }
a { background-color: rgb(208,98,143); }
div.DivClassName
{
background-color: #D0628F;
}
.BgClassName
{
background-color: #D0628F;
}
</style>
border-color css
<style>
span { border-color: #D0628F; }
span { border-color: rgb(208,98,143); }
td.TdClassName
{
border-color: #D0628F;
}
.TagClassName
{
border-color: #D0628F;
}
</style>