Shades of Hopbush #D773A8
Tints of Hopbush #D773A8
RGB
CMYK
RGB Variations
Color information
#D773A8 (or 0xD773A8) is known color: Hopbush. HEX triplet: D7, 73 and A8. RGB value is (215,115,168). Sum of RGB (Red+Green+Blue) = 215+115+168=498 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.17% from 498); Green value is 115 (45.31% from 255 or 23.09% from 498); Blue value is 168 (66.02% from 255 or 33.73% from 498); Max value from RGB is 215 - color contains mainly: red. Hex color #D773A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D773A8 is #288C57. Grayscale: #969696. Windows color (decimal): -2657368 or 11039703. OLE color: 11039703.
HSL color Cylindrical-coordinate representation of color #D773A8: hue angle of 328.2º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D773A8 is Cyan = 0, Magento = 0.47, Yellow = 0.22 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 115 | 168 | - |
| CMYK | 0 | 0.47 | 0.22 | 0.16 |
| HSL | 328.2º | 0.56% | 0.65% | - |
| HSV(B) | 328.2º | 0.47% | 0.84% | - |
| XYZ | 41.22 | 29.54 | 40.57 | - |
| YUV | 150.94 | 137.63 | 173.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 115 | 168 | 0 | 0.47 | 0.22 | 0.16 | 328.2 | 0.56 | 0.65 |
| Hex | D7 | 73 | A8 | 0 | 2F | 16 | 10 | 148 | 38 | 41 |
| Octal | 327 | 163 | 250 | 0 | 57 | 26 | 20 | 510 | 70 | 101 |
| Binary | 11010111 | 1110011 | 10101000 | 0 | 101111 | 10110 | 10000 | 101001000 | 111000 | 1000001 |
Color Harmonies of #D773A8
Complementary color
Monochromatic Colors of #D773A8
Black with #D773A8
Text Example
Text Example
White with #D773A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D773A8; }
p { color: rgb(215,115,168); }
H1.HeaderClassName
{
color: #D773A8;
}
.AnyTagClassName
{
color: #D773A8;
}
</style>
background-color css
<style>
a { background-color: #D773A8; }
a { background-color: rgb(215,115,168); }
div.DivClassName
{
background-color: #D773A8;
}
.BgClassName
{
background-color: #D773A8;
}
</style>
border-color css
<style>
span { border-color: #D773A8; }
span { border-color: rgb(215,115,168); }
td.TdClassName
{
border-color: #D773A8;
}
.TagClassName
{
border-color: #D773A8;
}
</style>