Shades of Hopbush #D077AD
Tints of Hopbush #D077AD
RGB
CMYK
RGB Variations
Color information
#D077AD (or 0xD077AD) is known color: Hopbush. HEX triplet: D0, 77 and AD. RGB value is (208,119,173). Sum of RGB (Red+Green+Blue) = 208+119+173=500 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.6% from 500); Green value is 119 (46.88% from 255 or 23.8% from 500); Blue value is 173 (67.97% from 255 or 34.6% from 500); Max value from RGB is 208 - color contains mainly: red. Hex color #D077AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D077AD is #2F8852. Grayscale: #979797. Windows color (decimal): -3115091 or 11368400. OLE color: 11368400.
HSL color Cylindrical-coordinate representation of color #D077AD: hue angle of 323.6º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D077AD is Cyan = 0, Magento = 0.43, Yellow = 0.17 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 119 | 173 | - |
| CMYK | 0 | 0.43 | 0.17 | 0.18 |
| HSL | 323.6º | 0.49% | 0.64% | - |
| HSV(B) | 323.6º | 0.43% | 0.82% | - |
| XYZ | 40.15 | 29.62 | 43.14 | - |
| YUV | 151.77 | 139.99 | 168.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 119 | 173 | 0 | 0.43 | 0.17 | 0.18 | 323.6 | 0.49 | 0.64 |
| Hex | D0 | 77 | AD | 0 | 2B | 11 | 12 | 144 | 31 | 40 |
| Octal | 320 | 167 | 255 | 0 | 53 | 21 | 22 | 504 | 61 | 100 |
| Binary | 11010000 | 1110111 | 10101101 | 0 | 101011 | 10001 | 10010 | 101000100 | 110001 | 1000000 |
Color Harmonies of #D077AD
Complementary color
Monochromatic Colors of #D077AD
Black with #D077AD
Text Example
Text Example
White with #D077AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D077AD; }
p { color: rgb(208,119,173); }
H1.HeaderClassName
{
color: #D077AD;
}
.AnyTagClassName
{
color: #D077AD;
}
</style>
background-color css
<style>
a { background-color: #D077AD; }
a { background-color: rgb(208,119,173); }
div.DivClassName
{
background-color: #D077AD;
}
.BgClassName
{
background-color: #D077AD;
}
</style>
border-color css
<style>
span { border-color: #D077AD; }
span { border-color: rgb(208,119,173); }
td.TdClassName
{
border-color: #D077AD;
}
.TagClassName
{
border-color: #D077AD;
}
</style>