Shades of Hopbush #D776AF
Tints of Hopbush #D776AF
RGB
CMYK
RGB Variations
Color information
#D776AF (or 0xD776AF) is known color: Hopbush. HEX triplet: D7, 76 and AF. RGB value is (215,118,175). Sum of RGB (Red+Green+Blue) = 215+118+175=508 (67% of max value = 765). Red value is 215 (84.38% from 255 or 42.32% from 508); Green value is 118 (46.48% from 255 or 23.23% from 508); Blue value is 175 (68.75% from 255 or 34.45% from 508); Max value from RGB is 215 - color contains mainly: red. Hex color #D776AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D776AF is #288950. Grayscale: #999999. Windows color (decimal): -2656593 or 11499223. OLE color: 11499223.
HSL color Cylindrical-coordinate representation of color #D776AF: hue angle of 324.74º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D776AF is Cyan = 0, Magento = 0.45, Yellow = 0.19 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 118 | 175 | - |
| CMYK | 0 | 0.45 | 0.19 | 0.16 |
| HSL | 324.74º | 0.55% | 0.65% | - |
| HSV(B) | 324.74º | 0.45% | 0.84% | - |
| XYZ | 42.24 | 30.5 | 44.22 | - |
| YUV | 153.5 | 140.14 | 171.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 118 | 175 | 0 | 0.45 | 0.19 | 0.16 | 324.74 | 0.55 | 0.65 |
| Hex | D7 | 76 | AF | 0 | 2D | 13 | 10 | 145 | 37 | 41 |
| Octal | 327 | 166 | 257 | 0 | 55 | 23 | 20 | 505 | 67 | 101 |
| Binary | 11010111 | 1110110 | 10101111 | 0 | 101101 | 10011 | 10000 | 101000101 | 110111 | 1000001 |
Color Harmonies of #D776AF
Complementary color
Monochromatic Colors of #D776AF
Black with #D776AF
Text Example
Text Example
White with #D776AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D776AF; }
p { color: rgb(215,118,175); }
H1.HeaderClassName
{
color: #D776AF;
}
.AnyTagClassName
{
color: #D776AF;
}
</style>
background-color css
<style>
a { background-color: #D776AF; }
a { background-color: rgb(215,118,175); }
div.DivClassName
{
background-color: #D776AF;
}
.BgClassName
{
background-color: #D776AF;
}
</style>
border-color css
<style>
span { border-color: #D776AF; }
span { border-color: rgb(215,118,175); }
td.TdClassName
{
border-color: #D776AF;
}
.TagClassName
{
border-color: #D776AF;
}
</style>