Shades of Hopbush #D078B2
Tints of Hopbush #D078B2
RGB
CMYK
RGB Variations
Color information
#D078B2 (or 0xD078B2) is known color: Hopbush. HEX triplet: D0, 78 and B2. RGB value is (208,120,178). Sum of RGB (Red+Green+Blue) = 208+120+178=506 (67% of max value = 765). Red value is 208 (81.64% from 255 or 41.11% from 506); Green value is 120 (47.27% from 255 or 23.72% from 506); Blue value is 178 (69.92% from 255 or 35.18% from 506); Max value from RGB is 208 - color contains mainly: red. Hex color #D078B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D078B2 is #2F874D. Grayscale: #989898. Windows color (decimal): -3114830 or 11696336. OLE color: 11696336.
HSL color Cylindrical-coordinate representation of color #D078B2: hue angle of 320.45º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D078B2 is Cyan = 0, Magento = 0.42, Yellow = 0.14 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 120 | 178 | - |
| CMYK | 0 | 0.42 | 0.14 | 0.18 |
| HSL | 320.45º | 0.48% | 0.64% | - |
| HSV(B) | 320.45º | 0.42% | 0.82% | - |
| XYZ | 40.76 | 30.06 | 45.77 | - |
| YUV | 152.92 | 142.15 | 167.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 120 | 178 | 0 | 0.42 | 0.14 | 0.18 | 320.45 | 0.48 | 0.64 |
| Hex | D0 | 78 | B2 | 0 | 2A | E | 12 | 140 | 30 | 40 |
| Octal | 320 | 170 | 262 | 0 | 52 | 16 | 22 | 500 | 60 | 100 |
| Binary | 11010000 | 1111000 | 10110010 | 0 | 101010 | 1110 | 10010 | 101000000 | 110000 | 1000000 |
Color Harmonies of #D078B2
Complementary color
Monochromatic Colors of #D078B2
Black with #D078B2
Text Example
Text Example
White with #D078B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D078B2; }
p { color: rgb(208,120,178); }
H1.HeaderClassName
{
color: #D078B2;
}
.AnyTagClassName
{
color: #D078B2;
}
</style>
background-color css
<style>
a { background-color: #D078B2; }
a { background-color: rgb(208,120,178); }
div.DivClassName
{
background-color: #D078B2;
}
.BgClassName
{
background-color: #D078B2;
}
</style>
border-color css
<style>
span { border-color: #D078B2; }
span { border-color: rgb(208,120,178); }
td.TdClassName
{
border-color: #D078B2;
}
.TagClassName
{
border-color: #D078B2;
}
</style>