Shades of Hopbush #D078A6
Tints of Hopbush #D078A6
RGB
CMYK
RGB Variations
Color information
#D078A6 (or 0xD078A6) is known color: Hopbush. HEX triplet: D0, 78 and A6. RGB value is (208,120,166). Sum of RGB (Red+Green+Blue) = 208+120+166=494 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.11% from 494); Green value is 120 (47.27% from 255 or 24.29% from 494); Blue value is 166 (65.23% from 255 or 33.60% from 494); Max value from RGB is 208 - color contains mainly: red. Hex color #D078A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D078A6 is #2F8759. Grayscale: #979797. Windows color (decimal): -3114842 or 10909904. OLE color: 10909904.
HSL color Cylindrical-coordinate representation of color #D078A6: hue angle of 328.64º 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 #D078A6 is Cyan = 0, Magento = 0.42, Yellow = 0.20 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 120 | 166 | - |
| CMYK | 0 | 0.42 | 0.20 | 0.18 |
| HSL | 328.64º | 0.48% | 0.64% | - |
| HSV(B) | 328.64º | 0.42% | 0.82% | - |
| XYZ | 39.61 | 29.6 | 39.7 | - |
| YUV | 151.56 | 136.15 | 168.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 120 | 166 | 0 | 0.42 | 0.20 | 0.18 | 328.64 | 0.48 | 0.64 |
| Hex | D0 | 78 | A6 | 0 | 2A | 14 | 12 | 149 | 30 | 40 |
| Octal | 320 | 170 | 246 | 0 | 52 | 24 | 22 | 511 | 60 | 100 |
| Binary | 11010000 | 1111000 | 10100110 | 0 | 101010 | 10100 | 10010 | 101001001 | 110000 | 1000000 |
Color Harmonies of #D078A6
Complementary color
Monochromatic Colors of #D078A6
Black with #D078A6
Text Example
Text Example
White with #D078A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D078A6; }
p { color: rgb(208,120,166); }
H1.HeaderClassName
{
color: #D078A6;
}
.AnyTagClassName
{
color: #D078A6;
}
</style>
background-color css
<style>
a { background-color: #D078A6; }
a { background-color: rgb(208,120,166); }
div.DivClassName
{
background-color: #D078A6;
}
.BgClassName
{
background-color: #D078A6;
}
</style>
border-color css
<style>
span { border-color: #D078A6; }
span { border-color: rgb(208,120,166); }
td.TdClassName
{
border-color: #D078A6;
}
.TagClassName
{
border-color: #D078A6;
}
</style>