Shades of Hopbush #D077B3
Tints of Hopbush #D077B3
RGB
CMYK
RGB Variations
Color information
#D077B3 (or 0xD077B3) is known color: Hopbush. HEX triplet: D0, 77 and B3. RGB value is (208,119,179). Sum of RGB (Red+Green+Blue) = 208+119+179=506 (67% of max value = 765). Red value is 208 (81.64% from 255 or 41.11% from 506); Green value is 119 (46.88% from 255 or 23.52% from 506); Blue value is 179 (70.31% from 255 or 35.38% from 506); Max value from RGB is 208 - color contains mainly: red. Hex color #D077B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D077B3 is #2F884C. Grayscale: #989898. Windows color (decimal): -3115085 or 11761616. OLE color: 11761616.
HSL color Cylindrical-coordinate representation of color #D077B3: hue angle of 319.55º 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 #D077B3 is Cyan = 0, Magento = 0.43, Yellow = 0.14 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 119 | 179 | - |
| CMYK | 0 | 0.43 | 0.14 | 0.18 |
| HSL | 319.55º | 0.49% | 0.64% | - |
| HSV(B) | 319.55º | 0.43% | 0.82% | - |
| XYZ | 40.75 | 29.86 | 46.26 | - |
| YUV | 152.45 | 142.99 | 167.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 119 | 179 | 0 | 0.43 | 0.14 | 0.18 | 319.55 | 0.49 | 0.64 |
| Hex | D0 | 77 | B3 | 0 | 2B | E | 12 | 140 | 31 | 40 |
| Octal | 320 | 167 | 263 | 0 | 53 | 16 | 22 | 500 | 61 | 100 |
| Binary | 11010000 | 1110111 | 10110011 | 0 | 101011 | 1110 | 10010 | 101000000 | 110001 | 1000000 |
Color Harmonies of #D077B3
Complementary color
Monochromatic Colors of #D077B3
Black with #D077B3
Text Example
Text Example
White with #D077B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D077B3; }
p { color: rgb(208,119,179); }
H1.HeaderClassName
{
color: #D077B3;
}
.AnyTagClassName
{
color: #D077B3;
}
</style>
background-color css
<style>
a { background-color: #D077B3; }
a { background-color: rgb(208,119,179); }
div.DivClassName
{
background-color: #D077B3;
}
.BgClassName
{
background-color: #D077B3;
}
</style>
border-color css
<style>
span { border-color: #D077B3; }
span { border-color: rgb(208,119,179); }
td.TdClassName
{
border-color: #D077B3;
}
.TagClassName
{
border-color: #D077B3;
}
</style>