Shades of Hopbush #D773AD
Tints of Hopbush #D773AD
RGB
CMYK
RGB Variations
Color information
#D773AD (or 0xD773AD) is known color: Hopbush. HEX triplet: D7, 73 and AD. RGB value is (215,115,173). Sum of RGB (Red+Green+Blue) = 215+115+173=503 (66% of max value = 765). Red value is 215 (84.38% from 255 or 42.74% from 503); Green value is 115 (45.31% from 255 or 22.86% from 503); Blue value is 173 (67.97% from 255 or 34.39% from 503); Max value from RGB is 215 - color contains mainly: red. Hex color #D773AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D773AD is #288C52. Grayscale: #979797. Windows color (decimal): -2657363 or 11367383. OLE color: 11367383.
HSL color Cylindrical-coordinate representation of color #D773AD: hue angle of 325.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 #D773AD is Cyan = 0, Magento = 0.47, Yellow = 0.20 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 115 | 173 | - |
| CMYK | 0 | 0.47 | 0.20 | 0.16 |
| HSL | 325.2º | 0.56% | 0.65% | - |
| HSV(B) | 325.2º | 0.47% | 0.84% | - |
| XYZ | 41.7 | 29.73 | 43.08 | - |
| YUV | 151.51 | 140.13 | 173.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 115 | 173 | 0 | 0.47 | 0.20 | 0.16 | 325.2 | 0.56 | 0.65 |
| Hex | D7 | 73 | AD | 0 | 2F | 14 | 10 | 145 | 38 | 41 |
| Octal | 327 | 163 | 255 | 0 | 57 | 24 | 20 | 505 | 70 | 101 |
| Binary | 11010111 | 1110011 | 10101101 | 0 | 101111 | 10100 | 10000 | 101000101 | 111000 | 1000001 |
Color Harmonies of #D773AD
Complementary color
Monochromatic Colors of #D773AD
Black with #D773AD
Text Example
Text Example
White with #D773AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D773AD; }
p { color: rgb(215,115,173); }
H1.HeaderClassName
{
color: #D773AD;
}
.AnyTagClassName
{
color: #D773AD;
}
</style>
background-color css
<style>
a { background-color: #D773AD; }
a { background-color: rgb(215,115,173); }
div.DivClassName
{
background-color: #D773AD;
}
.BgClassName
{
background-color: #D773AD;
}
</style>
border-color css
<style>
span { border-color: #D773AD; }
span { border-color: rgb(215,115,173); }
td.TdClassName
{
border-color: #D773AD;
}
.TagClassName
{
border-color: #D773AD;
}
</style>