Shades of Hopbush #D772A6
Tints of Hopbush #D772A6
RGB
CMYK
RGB Variations
Color information
#D772A6 (or 0xD772A6) is known color: Hopbush. HEX triplet: D7, 72 and A6. RGB value is (215,114,166). Sum of RGB (Red+Green+Blue) = 215+114+166=495 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.43% from 495); Green value is 114 (44.92% from 255 or 23.03% from 495); Blue value is 166 (65.23% from 255 or 33.54% from 495); Max value from RGB is 215 - color contains mainly: red. Hex color #D772A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D772A6 is #288D59. Grayscale: #969696. Windows color (decimal): -2657626 or 10908375. OLE color: 10908375.
HSL color Cylindrical-coordinate representation of color #D772A6: hue angle of 329.11º 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 #D772A6 is Cyan = 0, Magento = 0.47, Yellow = 0.23 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 114 | 166 | - |
| CMYK | 0 | 0.47 | 0.23 | 0.16 |
| HSL | 329.11º | 0.56% | 0.65% | - |
| HSV(B) | 329.11º | 0.47% | 0.84% | - |
| XYZ | 40.92 | 29.23 | 39.56 | - |
| YUV | 150.13 | 136.96 | 174.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 114 | 166 | 0 | 0.47 | 0.23 | 0.16 | 329.11 | 0.56 | 0.65 |
| Hex | D7 | 72 | A6 | 0 | 2F | 17 | 10 | 149 | 38 | 41 |
| Octal | 327 | 162 | 246 | 0 | 57 | 27 | 20 | 511 | 70 | 101 |
| Binary | 11010111 | 1110010 | 10100110 | 0 | 101111 | 10111 | 10000 | 101001001 | 111000 | 1000001 |
Color Harmonies of #D772A6
Complementary color
Monochromatic Colors of #D772A6
Black with #D772A6
Text Example
Text Example
White with #D772A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D772A6; }
p { color: rgb(215,114,166); }
H1.HeaderClassName
{
color: #D772A6;
}
.AnyTagClassName
{
color: #D772A6;
}
</style>
background-color css
<style>
a { background-color: #D772A6; }
a { background-color: rgb(215,114,166); }
div.DivClassName
{
background-color: #D772A6;
}
.BgClassName
{
background-color: #D772A6;
}
</style>
border-color css
<style>
span { border-color: #D772A6; }
span { border-color: rgb(215,114,166); }
td.TdClassName
{
border-color: #D772A6;
}
.TagClassName
{
border-color: #D772A6;
}
</style>