Shades of Hopbush #D064A4
Tints of Hopbush #D064A4
RGB
CMYK
RGB Variations
Color information
#D064A4 (or 0xD064A4) is known color: Hopbush. HEX triplet: D0, 64 and A4. RGB value is (208,100,164). Sum of RGB (Red+Green+Blue) = 208+100+164=472 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.07% from 472); Green value is 100 (39.45% from 255 or 21.19% from 472); Blue value is 164 (64.45% from 255 or 34.75% from 472); Max value from RGB is 208 - color contains mainly: red. Hex color #D064A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D064A4 is #2F9B5B. Grayscale: #8B8B8B. Windows color (decimal): -3119964 or 10773712. OLE color: 10773712.
HSL color Cylindrical-coordinate representation of color #D064A4: hue angle of 324.44º 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 #D064A4 is Cyan = 0, Magento = 0.52, Yellow = 0.21 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 100 | 164 | - |
| CMYK | 0 | 0.52 | 0.21 | 0.18 |
| HSL | 324.44º | 0.53% | 0.6% | - |
| HSV(B) | 324.44º | 0.52% | 0.82% | - |
| XYZ | 37.27 | 25.2 | 38.02 | - |
| YUV | 139.59 | 141.78 | 176.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 100 | 164 | 0 | 0.52 | 0.21 | 0.18 | 324.44 | 0.53 | 0.6 |
| Hex | D0 | 64 | A4 | 0 | 34 | 15 | 12 | 144 | 35 | 3C |
| Octal | 320 | 144 | 244 | 0 | 64 | 25 | 22 | 504 | 65 | 74 |
| Binary | 11010000 | 1100100 | 10100100 | 0 | 110100 | 10101 | 10010 | 101000100 | 110101 | 111100 |
Color Harmonies of #D064A4
Complementary color
Monochromatic Colors of #D064A4
Black with #D064A4
Text Example
Text Example
White with #D064A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D064A4; }
p { color: rgb(208,100,164); }
H1.HeaderClassName
{
color: #D064A4;
}
.AnyTagClassName
{
color: #D064A4;
}
</style>
background-color css
<style>
a { background-color: #D064A4; }
a { background-color: rgb(208,100,164); }
div.DivClassName
{
background-color: #D064A4;
}
.BgClassName
{
background-color: #D064A4;
}
</style>
border-color css
<style>
span { border-color: #D064A4; }
span { border-color: rgb(208,100,164); }
td.TdClassName
{
border-color: #D064A4;
}
.TagClassName
{
border-color: #D064A4;
}
</style>