Shades of Hopbush #D078AD
Tints of Hopbush #D078AD
RGB
CMYK
RGB Variations
Color information
#D078AD (or 0xD078AD) is known color: Hopbush. HEX triplet: D0, 78 and AD. RGB value is (208,120,173). Sum of RGB (Red+Green+Blue) = 208+120+173=501 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.52% from 501); Green value is 120 (47.27% from 255 or 23.95% from 501); Blue value is 173 (67.97% from 255 or 34.53% from 501); Max value from RGB is 208 - color contains mainly: red. Hex color #D078AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D078AD is #2F8752. Grayscale: #989898. Windows color (decimal): -3114835 or 11368656. OLE color: 11368656.
HSL color Cylindrical-coordinate representation of color #D078AD: hue angle of 323.86º 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 #D078AD is Cyan = 0, Magento = 0.42, Yellow = 0.17 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 120 | 173 | - |
| CMYK | 0 | 0.42 | 0.17 | 0.18 |
| HSL | 323.86º | 0.48% | 0.64% | - |
| HSV(B) | 323.86º | 0.42% | 0.82% | - |
| XYZ | 40.27 | 29.86 | 43.18 | - |
| YUV | 152.35 | 139.65 | 167.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 120 | 173 | 0 | 0.42 | 0.17 | 0.18 | 323.86 | 0.48 | 0.64 |
| Hex | D0 | 78 | AD | 0 | 2A | 11 | 12 | 144 | 30 | 40 |
| Octal | 320 | 170 | 255 | 0 | 52 | 21 | 22 | 504 | 60 | 100 |
| Binary | 11010000 | 1111000 | 10101101 | 0 | 101010 | 10001 | 10010 | 101000100 | 110000 | 1000000 |
Color Harmonies of #D078AD
Complementary color
Monochromatic Colors of #D078AD
Black with #D078AD
Text Example
Text Example
White with #D078AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D078AD; }
p { color: rgb(208,120,173); }
H1.HeaderClassName
{
color: #D078AD;
}
.AnyTagClassName
{
color: #D078AD;
}
</style>
background-color css
<style>
a { background-color: #D078AD; }
a { background-color: rgb(208,120,173); }
div.DivClassName
{
background-color: #D078AD;
}
.BgClassName
{
background-color: #D078AD;
}
</style>
border-color css
<style>
span { border-color: #D078AD; }
span { border-color: rgb(208,120,173); }
td.TdClassName
{
border-color: #D078AD;
}
.TagClassName
{
border-color: #D078AD;
}
</style>