Shades of Hopbush #D077AC
Tints of Hopbush #D077AC
RGB
CMYK
RGB Variations
Color information
#D077AC (or 0xD077AC) is known color: Hopbush. HEX triplet: D0, 77 and AC. RGB value is (208,119,172). Sum of RGB (Red+Green+Blue) = 208+119+172=499 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.68% from 499); Green value is 119 (46.88% from 255 or 23.85% from 499); Blue value is 172 (67.58% from 255 or 34.47% from 499); Max value from RGB is 208 - color contains mainly: red. Hex color #D077AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D077AC is #2F8853. Grayscale: #979797. Windows color (decimal): -3115092 or 11302864. OLE color: 11302864.
HSL color Cylindrical-coordinate representation of color #D077AC: hue angle of 324.27º 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 #D077AC is Cyan = 0, Magento = 0.43, Yellow = 0.17 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 119 | 172 | - |
| CMYK | 0 | 0.43 | 0.17 | 0.18 |
| HSL | 324.27º | 0.49% | 0.64% | - |
| HSV(B) | 324.27º | 0.43% | 0.82% | - |
| XYZ | 40.06 | 29.58 | 42.63 | - |
| YUV | 151.65 | 139.49 | 168.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 119 | 172 | 0 | 0.43 | 0.17 | 0.18 | 324.27 | 0.49 | 0.64 |
| Hex | D0 | 77 | AC | 0 | 2B | 11 | 12 | 144 | 31 | 40 |
| Octal | 320 | 167 | 254 | 0 | 53 | 21 | 22 | 504 | 61 | 100 |
| Binary | 11010000 | 1110111 | 10101100 | 0 | 101011 | 10001 | 10010 | 101000100 | 110001 | 1000000 |
Color Harmonies of #D077AC
Complementary color
Monochromatic Colors of #D077AC
Black with #D077AC
Text Example
Text Example
White with #D077AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D077AC; }
p { color: rgb(208,119,172); }
H1.HeaderClassName
{
color: #D077AC;
}
.AnyTagClassName
{
color: #D077AC;
}
</style>
background-color css
<style>
a { background-color: #D077AC; }
a { background-color: rgb(208,119,172); }
div.DivClassName
{
background-color: #D077AC;
}
.BgClassName
{
background-color: #D077AC;
}
</style>
border-color css
<style>
span { border-color: #D077AC; }
span { border-color: rgb(208,119,172); }
td.TdClassName
{
border-color: #D077AC;
}
.TagClassName
{
border-color: #D077AC;
}
</style>