Shades of Hopbush #D077B4
Tints of Hopbush #D077B4
RGB
CMYK
RGB Variations
Color information
#D077B4 (or 0xD077B4) is known color: Hopbush. HEX triplet: D0, 77 and B4. RGB value is (208,119,180). Sum of RGB (Red+Green+Blue) = 208+119+180=507 (67% of max value = 765). Red value is 208 (81.64% from 255 or 41.03% from 507); Green value is 119 (46.88% from 255 or 23.47% from 507); Blue value is 180 (70.70% from 255 or 35.50% from 507); Max value from RGB is 208 - color contains mainly: red. Hex color #D077B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D077B4 is #2F884B. Grayscale: #989898. Windows color (decimal): -3115084 or 11827152. OLE color: 11827152.
HSL color Cylindrical-coordinate representation of color #D077B4: hue angle of 318.88º 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 #D077B4 is Cyan = 0, Magento = 0.43, Yellow = 0.13 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 119 | 180 | - |
| CMYK | 0 | 0.43 | 0.13 | 0.18 |
| HSL | 318.88º | 0.49% | 0.64% | - |
| HSV(B) | 318.88º | 0.43% | 0.82% | - |
| XYZ | 40.85 | 29.9 | 46.8 | - |
| YUV | 152.57 | 143.49 | 167.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 119 | 180 | 0 | 0.43 | 0.13 | 0.18 | 318.88 | 0.49 | 0.64 |
| Hex | D0 | 77 | B4 | 0 | 2B | D | 12 | 13F | 31 | 40 |
| Octal | 320 | 167 | 264 | 0 | 53 | 15 | 22 | 477 | 61 | 100 |
| Binary | 11010000 | 1110111 | 10110100 | 0 | 101011 | 1101 | 10010 | 100111111 | 110001 | 1000000 |
Color Harmonies of #D077B4
Complementary color
Monochromatic Colors of #D077B4
Black with #D077B4
Text Example
Text Example
White with #D077B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D077B4; }
p { color: rgb(208,119,180); }
H1.HeaderClassName
{
color: #D077B4;
}
.AnyTagClassName
{
color: #D077B4;
}
</style>
background-color css
<style>
a { background-color: #D077B4; }
a { background-color: rgb(208,119,180); }
div.DivClassName
{
background-color: #D077B4;
}
.BgClassName
{
background-color: #D077B4;
}
</style>
border-color css
<style>
span { border-color: #D077B4; }
span { border-color: rgb(208,119,180); }
td.TdClassName
{
border-color: #D077B4;
}
.TagClassName
{
border-color: #D077B4;
}
</style>