Shades of Hopbush #D764AF
Tints of Hopbush #D764AF
RGB
CMYK
RGB Variations
Color information
#D764AF (or 0xD764AF) is known color: Hopbush. HEX triplet: D7, 64 and AF. RGB value is (215,100,175). Sum of RGB (Red+Green+Blue) = 215+100+175=490 (64% of max value = 765). Red value is 215 (84.38% from 255 or 43.88% from 490); Green value is 100 (39.45% from 255 or 20.41% from 490); Blue value is 175 (68.75% from 255 or 35.71% from 490); Max value from RGB is 215 - color contains mainly: red. Hex color #D764AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D764AF is #289B50. Grayscale: #8E8E8E. Windows color (decimal): -2661201 or 11494615. OLE color: 11494615.
HSL color Cylindrical-coordinate representation of color #D764AF: hue angle of 320.87º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D764AF is Cyan = 0, Magento = 0.53, Yellow = 0.19 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 100 | 175 | - |
| CMYK | 0 | 0.53 | 0.19 | 0.16 |
| HSL | 320.87º | 0.59% | 0.62% | - |
| HSV(B) | 320.87º | 0.53% | 0.84% | - |
| XYZ | 40.32 | 26.66 | 43.58 | - |
| YUV | 142.94 | 146.1 | 179.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 100 | 175 | 0 | 0.53 | 0.19 | 0.16 | 320.87 | 0.59 | 0.62 |
| Hex | D7 | 64 | AF | 0 | 35 | 13 | 10 | 141 | 3B | 3E |
| Octal | 327 | 144 | 257 | 0 | 65 | 23 | 20 | 501 | 73 | 76 |
| Binary | 11010111 | 1100100 | 10101111 | 0 | 110101 | 10011 | 10000 | 101000001 | 111011 | 111110 |
Color Harmonies of #D764AF
Complementary color
Monochromatic Colors of #D764AF
Black with #D764AF
Text Example
Text Example
White with #D764AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D764AF; }
p { color: rgb(215,100,175); }
H1.HeaderClassName
{
color: #D764AF;
}
.AnyTagClassName
{
color: #D764AF;
}
</style>
background-color css
<style>
a { background-color: #D764AF; }
a { background-color: rgb(215,100,175); }
div.DivClassName
{
background-color: #D764AF;
}
.BgClassName
{
background-color: #D764AF;
}
</style>
border-color css
<style>
span { border-color: #D764AF; }
span { border-color: rgb(215,100,175); }
td.TdClassName
{
border-color: #D764AF;
}
.TagClassName
{
border-color: #D764AF;
}
</style>