Shades of Hopbush #D0628A
Tints of Hopbush #D0628A
RGB
CMYK
RGB Variations
Color information
#D0628A (or 0xD0628A) is known color: Hopbush. HEX triplet: D0, 62 and 8A. RGB value is (208,98,138). Sum of RGB (Red+Green+Blue) = 208+98+138=444 (58% of max value = 765). Red value is 208 (81.64% from 255 or 46.85% from 444); Green value is 98 (38.67% from 255 or 22.07% from 444); Blue value is 138 (54.30% from 255 or 31.08% from 444); Max value from RGB is 208 - color contains mainly: red. Hex color #D0628A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D0628A is #2F9D75. Grayscale: #878787. Windows color (decimal): -3120502 or 9069264. OLE color: 9069264.
HSL color Cylindrical-coordinate representation of color #D0628A: hue angle of 338.18º 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 #D0628A is Cyan = 0, Magento = 0.53, Yellow = 0.34 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 98 | 138 | - |
| CMYK | 0 | 0.53 | 0.34 | 0.18 |
| HSL | 338.18º | 0.54% | 0.6% | - |
| HSV(B) | 338.18º | 0.53% | 0.82% | - |
| XYZ | 34.97 | 23.98 | 26.83 | - |
| YUV | 135.45 | 129.44 | 179.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 98 | 138 | 0 | 0.53 | 0.34 | 0.18 | 338.18 | 0.54 | 0.6 |
| Hex | D0 | 62 | 8A | 0 | 35 | 22 | 12 | 152 | 36 | 3C |
| Octal | 320 | 142 | 212 | 0 | 65 | 42 | 22 | 522 | 66 | 74 |
| Binary | 11010000 | 1100010 | 10001010 | 0 | 110101 | 100010 | 10010 | 101010010 | 110110 | 111100 |
Color Harmonies of #D0628A
Complementary color
Monochromatic Colors of #D0628A
Black with #D0628A
Text Example
Text Example
White with #D0628A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0628A; }
p { color: rgb(208,98,138); }
H1.HeaderClassName
{
color: #D0628A;
}
.AnyTagClassName
{
color: #D0628A;
}
</style>
background-color css
<style>
a { background-color: #D0628A; }
a { background-color: rgb(208,98,138); }
div.DivClassName
{
background-color: #D0628A;
}
.BgClassName
{
background-color: #D0628A;
}
</style>
border-color css
<style>
span { border-color: #D0628A; }
span { border-color: rgb(208,98,138); }
td.TdClassName
{
border-color: #D0628A;
}
.TagClassName
{
border-color: #D0628A;
}
</style>