Shades of Hopbush #D078B4
Tints of Hopbush #D078B4
RGB
CMYK
RGB Variations
Color information
#D078B4 (or 0xD078B4) is known color: Hopbush. HEX triplet: D0, 78 and B4. RGB value is (208,120,180). Sum of RGB (Red+Green+Blue) = 208+120+180=508 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.94% from 508); Green value is 120 (47.27% from 255 or 23.62% from 508); Blue value is 180 (70.70% from 255 or 35.43% from 508); Max value from RGB is 208 - color contains mainly: red. Hex color #D078B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D078B4 is #2F874B. Grayscale: #999999. Windows color (decimal): -3114828 or 11827408. OLE color: 11827408.
HSL color Cylindrical-coordinate representation of color #D078B4: hue angle of 319.09º 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 #D078B4 is Cyan = 0, Magento = 0.42, Yellow = 0.13 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 120 | 180 | - |
| CMYK | 0 | 0.42 | 0.13 | 0.18 |
| HSL | 319.09º | 0.48% | 0.64% | - |
| HSV(B) | 319.09º | 0.42% | 0.82% | - |
| XYZ | 40.97 | 30.14 | 46.84 | - |
| YUV | 153.15 | 143.15 | 167.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 120 | 180 | 0 | 0.42 | 0.13 | 0.18 | 319.09 | 0.48 | 0.64 |
| Hex | D0 | 78 | B4 | 0 | 2A | D | 12 | 13F | 30 | 40 |
| Octal | 320 | 170 | 264 | 0 | 52 | 15 | 22 | 477 | 60 | 100 |
| Binary | 11010000 | 1111000 | 10110100 | 0 | 101010 | 1101 | 10010 | 100111111 | 110000 | 1000000 |
Color Harmonies of #D078B4
Complementary color
Monochromatic Colors of #D078B4
Black with #D078B4
Text Example
Text Example
White with #D078B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D078B4; }
p { color: rgb(208,120,180); }
H1.HeaderClassName
{
color: #D078B4;
}
.AnyTagClassName
{
color: #D078B4;
}
</style>
background-color css
<style>
a { background-color: #D078B4; }
a { background-color: rgb(208,120,180); }
div.DivClassName
{
background-color: #D078B4;
}
.BgClassName
{
background-color: #D078B4;
}
</style>
border-color css
<style>
span { border-color: #D078B4; }
span { border-color: rgb(208,120,180); }
td.TdClassName
{
border-color: #D078B4;
}
.TagClassName
{
border-color: #D078B4;
}
</style>