Shades of Hopbush #D064A0
Tints of Hopbush #D064A0
RGB
CMYK
RGB Variations
Color information
#D064A0 (or 0xD064A0) is known color: Hopbush. HEX triplet: D0, 64 and A0. RGB value is (208,100,160). Sum of RGB (Red+Green+Blue) = 208+100+160=468 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.44% from 468); Green value is 100 (39.45% from 255 or 21.37% from 468); Blue value is 160 (62.89% from 255 or 34.19% from 468); Max value from RGB is 208 - color contains mainly: red. Hex color #D064A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D064A0 is #2F9B5F. Grayscale: #8B8B8B. Windows color (decimal): -3119968 or 10511568. OLE color: 10511568.
HSL color Cylindrical-coordinate representation of color #D064A0: hue angle of 326.67º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D064A0 is Cyan = 0, Magento = 0.52, Yellow = 0.23 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 100 | 160 | - |
| CMYK | 0 | 0.52 | 0.23 | 0.18 |
| HSL | 326.67º | 0.53% | 0.6% | - |
| HSV(B) | 326.67º | 0.52% | 0.82% | - |
| XYZ | 36.91 | 25.06 | 36.15 | - |
| YUV | 139.13 | 139.78 | 177.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 100 | 160 | 0 | 0.52 | 0.23 | 0.18 | 326.67 | 0.53 | 0.6 |
| Hex | D0 | 64 | A0 | 0 | 34 | 17 | 12 | 147 | 35 | 3C |
| Octal | 320 | 144 | 240 | 0 | 64 | 27 | 22 | 507 | 65 | 74 |
| Binary | 11010000 | 1100100 | 10100000 | 0 | 110100 | 10111 | 10010 | 101000111 | 110101 | 111100 |
Color Harmonies of #D064A0
Complementary color
Monochromatic Colors of #D064A0
Black with #D064A0
Text Example
Text Example
White with #D064A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D064A0; }
p { color: rgb(208,100,160); }
H1.HeaderClassName
{
color: #D064A0;
}
.AnyTagClassName
{
color: #D064A0;
}
</style>
background-color css
<style>
a { background-color: #D064A0; }
a { background-color: rgb(208,100,160); }
div.DivClassName
{
background-color: #D064A0;
}
.BgClassName
{
background-color: #D064A0;
}
</style>
border-color css
<style>
span { border-color: #D064A0; }
span { border-color: rgb(208,100,160); }
td.TdClassName
{
border-color: #D064A0;
}
.TagClassName
{
border-color: #D064A0;
}
</style>