Shades of Hopbush #D876AF
Tints of Hopbush #D876AF
RGB
CMYK
RGB Variations
Color information
#D876AF (or 0xD876AF) is known color: Hopbush. HEX triplet: D8, 76 and AF. RGB value is (216,118,175). Sum of RGB (Red+Green+Blue) = 216+118+175=509 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.44% from 509); Green value is 118 (46.48% from 255 or 23.18% from 509); Blue value is 175 (68.75% from 255 or 34.38% from 509); Max value from RGB is 216 - color contains mainly: red. Hex color #D876AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D876AF is #278950. Grayscale: #999999. Windows color (decimal): -2591057 or 11499224. OLE color: 11499224.
HSL color Cylindrical-coordinate representation of color #D876AF: hue angle of 325.1º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D876AF is Cyan = 0, Magento = 0.45, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 118 | 175 | - |
| CMYK | 0 | 0.45 | 0.19 | 0.15 |
| HSL | 325.1º | 0.56% | 0.65% | - |
| HSV(B) | 325.1º | 0.45% | 0.85% | - |
| XYZ | 42.54 | 30.65 | 44.23 | - |
| YUV | 153.8 | 139.97 | 172.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 118 | 175 | 0 | 0.45 | 0.19 | 0.15 | 325.1 | 0.56 | 0.65 |
| Hex | D8 | 76 | AF | 0 | 2D | 13 | F | 145 | 38 | 41 |
| Octal | 330 | 166 | 257 | 0 | 55 | 23 | 17 | 505 | 70 | 101 |
| Binary | 11011000 | 1110110 | 10101111 | 0 | 101101 | 10011 | 1111 | 101000101 | 111000 | 1000001 |
Color Harmonies of #D876AF
Complementary color
Monochromatic Colors of #D876AF
Black with #D876AF
Text Example
Text Example
White with #D876AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D876AF; }
p { color: rgb(216,118,175); }
H1.HeaderClassName
{
color: #D876AF;
}
.AnyTagClassName
{
color: #D876AF;
}
</style>
background-color css
<style>
a { background-color: #D876AF; }
a { background-color: rgb(216,118,175); }
div.DivClassName
{
background-color: #D876AF;
}
.BgClassName
{
background-color: #D876AF;
}
</style>
border-color css
<style>
span { border-color: #D876AF; }
span { border-color: rgb(216,118,175); }
td.TdClassName
{
border-color: #D876AF;
}
.TagClassName
{
border-color: #D876AF;
}
</style>