Shades of Hopbush #D564AD
Tints of Hopbush #D564AD
RGB
CMYK
RGB Variations
Color information
#D564AD (or 0xD564AD) is known color: Hopbush. HEX triplet: D5, 64 and AD. RGB value is (213,100,173). Sum of RGB (Red+Green+Blue) = 213+100+173=486 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.83% from 486); Green value is 100 (39.45% from 255 or 20.58% from 486); Blue value is 173 (67.97% from 255 or 35.60% from 486); Max value from RGB is 213 - color contains mainly: red. Hex color #D564AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D564AD is #2A9B52. Grayscale: #8D8D8D. Windows color (decimal): -2792275 or 11363541. OLE color: 11363541.
HSL color Cylindrical-coordinate representation of color #D564AD: hue angle of 321.24º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D564AD is Cyan = 0, Magento = 0.53, Yellow = 0.19 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 100 | 173 | - |
| CMYK | 0 | 0.53 | 0.19 | 0.16 |
| HSL | 321.24º | 0.57% | 0.61% | - |
| HSV(B) | 321.24º | 0.53% | 0.84% | - |
| XYZ | 39.54 | 26.28 | 42.52 | - |
| YUV | 142.11 | 145.44 | 178.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 100 | 173 | 0 | 0.53 | 0.19 | 0.16 | 321.24 | 0.57 | 0.61 |
| Hex | D5 | 64 | AD | 0 | 35 | 13 | 10 | 141 | 39 | 3D |
| Octal | 325 | 144 | 255 | 0 | 65 | 23 | 20 | 501 | 71 | 75 |
| Binary | 11010101 | 1100100 | 10101101 | 0 | 110101 | 10011 | 10000 | 101000001 | 111001 | 111101 |
Color Harmonies of #D564AD
Complementary color
Monochromatic Colors of #D564AD
Black with #D564AD
Text Example
Text Example
White with #D564AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D564AD; }
p { color: rgb(213,100,173); }
H1.HeaderClassName
{
color: #D564AD;
}
.AnyTagClassName
{
color: #D564AD;
}
</style>
background-color css
<style>
a { background-color: #D564AD; }
a { background-color: rgb(213,100,173); }
div.DivClassName
{
background-color: #D564AD;
}
.BgClassName
{
background-color: #D564AD;
}
</style>
border-color css
<style>
span { border-color: #D564AD; }
span { border-color: rgb(213,100,173); }
td.TdClassName
{
border-color: #D564AD;
}
.TagClassName
{
border-color: #D564AD;
}
</style>