Shades of Hopbush #D763AC
Tints of Hopbush #D763AC
RGB
CMYK
RGB Variations
Color information
#D763AC (or 0xD763AC) is known color: Hopbush. HEX triplet: D7, 63 and AC. RGB value is (215,99,172). Sum of RGB (Red+Green+Blue) = 215+99+172=486 (64% of max value = 765). Red value is 215 (84.38% from 255 or 44.24% from 486); Green value is 99 (39.06% from 255 or 20.37% from 486); Blue value is 172 (67.58% from 255 or 35.39% from 486); Max value from RGB is 215 - color contains mainly: red. Hex color #D763AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D763AC is #289C53. Grayscale: #8D8D8D. Windows color (decimal): -2661460 or 11297751. OLE color: 11297751.
HSL color Cylindrical-coordinate representation of color #D763AC: hue angle of 322.24º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D763AC is Cyan = 0, Magento = 0.54, Yellow = 0.2 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 99 | 172 | - |
| CMYK | 0 | 0.54 | 0.2 | 0.16 |
| HSL | 322.24º | 0.59% | 0.62% | - |
| HSV(B) | 322.24º | 0.54% | 0.84% | - |
| XYZ | 39.93 | 26.35 | 42.01 | - |
| YUV | 142.01 | 144.93 | 180.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 99 | 172 | 0 | 0.54 | 0.2 | 0.16 | 322.24 | 0.59 | 0.62 |
| Hex | D7 | 63 | AC | 0 | 36 | 14 | 10 | 142 | 3B | 3E |
| Octal | 327 | 143 | 254 | 0 | 66 | 24 | 20 | 502 | 73 | 76 |
| Binary | 11010111 | 1100011 | 10101100 | 0 | 110110 | 10100 | 10000 | 101000010 | 111011 | 111110 |
Color Harmonies of #D763AC
Complementary color
Monochromatic Colors of #D763AC
Black with #D763AC
Text Example
Text Example
White with #D763AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D763AC; }
p { color: rgb(215,99,172); }
H1.HeaderClassName
{
color: #D763AC;
}
.AnyTagClassName
{
color: #D763AC;
}
</style>
background-color css
<style>
a { background-color: #D763AC; }
a { background-color: rgb(215,99,172); }
div.DivClassName
{
background-color: #D763AC;
}
.BgClassName
{
background-color: #D763AC;
}
</style>
border-color css
<style>
span { border-color: #D763AC; }
span { border-color: rgb(215,99,172); }
td.TdClassName
{
border-color: #D763AC;
}
.TagClassName
{
border-color: #D763AC;
}
</style>