Shades of Hopbush #D771AF
Tints of Hopbush #D771AF
RGB
CMYK
RGB Variations
Color information
#D771AF (or 0xD771AF) is known color: Hopbush. HEX triplet: D7, 71 and AF. RGB value is (215,113,175). Sum of RGB (Red+Green+Blue) = 215+113+175=503 (66% of max value = 765). Red value is 215 (84.38% from 255 or 42.74% from 503); Green value is 113 (44.53% from 255 or 22.47% from 503); Blue value is 175 (68.75% from 255 or 34.79% from 503); Max value from RGB is 215 - color contains mainly: red. Hex color #D771AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D771AF is #288E50. Grayscale: #969696. Windows color (decimal): -2657873 or 11497943. OLE color: 11497943.
HSL color Cylindrical-coordinate representation of color #D771AF: hue angle of 323.53º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D771AF is Cyan = 0, Magento = 0.47, Yellow = 0.19 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 113 | 175 | - |
| CMYK | 0 | 0.47 | 0.19 | 0.16 |
| HSL | 323.53º | 0.56% | 0.64% | - |
| HSV(B) | 323.53º | 0.47% | 0.84% | - |
| XYZ | 41.67 | 29.35 | 44.03 | - |
| YUV | 150.57 | 141.79 | 173.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 113 | 175 | 0 | 0.47 | 0.19 | 0.16 | 323.53 | 0.56 | 0.64 |
| Hex | D7 | 71 | AF | 0 | 2F | 13 | 10 | 144 | 38 | 40 |
| Octal | 327 | 161 | 257 | 0 | 57 | 23 | 20 | 504 | 70 | 100 |
| Binary | 11010111 | 1110001 | 10101111 | 0 | 101111 | 10011 | 10000 | 101000100 | 111000 | 1000000 |
Color Harmonies of #D771AF
Complementary color
Monochromatic Colors of #D771AF
Black with #D771AF
Text Example
Text Example
White with #D771AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D771AF; }
p { color: rgb(215,113,175); }
H1.HeaderClassName
{
color: #D771AF;
}
.AnyTagClassName
{
color: #D771AF;
}
</style>
background-color css
<style>
a { background-color: #D771AF; }
a { background-color: rgb(215,113,175); }
div.DivClassName
{
background-color: #D771AF;
}
.BgClassName
{
background-color: #D771AF;
}
</style>
border-color css
<style>
span { border-color: #D771AF; }
span { border-color: rgb(215,113,175); }
td.TdClassName
{
border-color: #D771AF;
}
.TagClassName
{
border-color: #D771AF;
}
</style>