Shades of Hopbush #D864AF
Tints of Hopbush #D864AF
RGB
CMYK
RGB Variations
Color information
#D864AF (or 0xD864AF) is known color: Hopbush. HEX triplet: D8, 64 and AF. RGB value is (216,100,175). Sum of RGB (Red+Green+Blue) = 216+100+175=491 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.99% from 491); Green value is 100 (39.45% from 255 or 20.37% from 491); Blue value is 175 (68.75% from 255 or 35.64% from 491); Max value from RGB is 216 - color contains mainly: red. Hex color #D864AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D864AF is #279B50. Grayscale: #8F8F8F. Windows color (decimal): -2595665 or 11494616. OLE color: 11494616.
HSL color Cylindrical-coordinate representation of color #D864AF: hue angle of 321.21º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D864AF is Cyan = 0, Magento = 0.54, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 100 | 175 | - |
| CMYK | 0 | 0.54 | 0.19 | 0.15 |
| HSL | 321.21º | 0.6% | 0.62% | - |
| HSV(B) | 321.21º | 0.54% | 0.85% | - |
| XYZ | 40.61 | 26.81 | 43.59 | - |
| YUV | 143.23 | 145.93 | 179.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 100 | 175 | 0 | 0.54 | 0.19 | 0.15 | 321.21 | 0.6 | 0.62 |
| Hex | D8 | 64 | AF | 0 | 36 | 13 | F | 141 | 3C | 3E |
| Octal | 330 | 144 | 257 | 0 | 66 | 23 | 17 | 501 | 74 | 76 |
| Binary | 11011000 | 1100100 | 10101111 | 0 | 110110 | 10011 | 1111 | 101000001 | 111100 | 111110 |
Color Harmonies of #D864AF
Complementary color
Monochromatic Colors of #D864AF
Black with #D864AF
Text Example
Text Example
White with #D864AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D864AF; }
p { color: rgb(216,100,175); }
H1.HeaderClassName
{
color: #D864AF;
}
.AnyTagClassName
{
color: #D864AF;
}
</style>
background-color css
<style>
a { background-color: #D864AF; }
a { background-color: rgb(216,100,175); }
div.DivClassName
{
background-color: #D864AF;
}
.BgClassName
{
background-color: #D864AF;
}
</style>
border-color css
<style>
span { border-color: #D864AF; }
span { border-color: rgb(216,100,175); }
td.TdClassName
{
border-color: #D864AF;
}
.TagClassName
{
border-color: #D864AF;
}
</style>