#D064A8

Color #D064A8 Hopbush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hopbush #D064A8

Tints of Hopbush #D064A8

Color information

#D064A8 (or 0xD064A8) is unknown color: approx Hopbush. HEX triplet: D0, 64 and A8. RGB value is (208,100,168). Sum of RGB (Red+Green+Blue) = 208+100+168=476 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.70% from 476); Green value is 100 (39.45% from 255 or 21.01% from 476); Blue value is 168 (66.02% from 255 or 35.29% from 476); Max value from RGB is 208 - color contains mainly: red. Hex color #D064A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D064A8 is #2F9B57. Grayscale: #8B8B8B. Windows color (decimal): -3119960 or 11035856. OLE color: 11035856.

HSL color Cylindrical-coordinate representation of color #D064A8: hue angle of 322.22º 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 #D064A8 is Cyan = 0, Magento = 0.52, Yellow = 0.19 and Black (K on CMYK) = 0.18.

Color convert

RGB208100168-
CMYK00.520.190.18
HSL322.22º53.47%60.39%-
HSV(B)322.22º51.92%81.57%-
XYZ37.6425.3539.96-
YUV140.04143.78176.47-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 208 (81.64% from 255) = 43.70%
GREEN value IS 100 (39.45% from 255) = 21.01%
BLUE value IS 168 (66.02% from 255) = 35.29%
R=43.70%
G=21.01%
B=35.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.19
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20810016800.520.190.18322.2253.4760.39
HexD064A80341312142353c
Octal32014425006423225026574
Binary1101000011001001010100001101001001110010101000010110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D064A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D064A8; }

 p { color: rgb(208,100,168); }

 H1.HeaderClassName
 {
   color: #D064A8;
 }
 .AnyTagClassName
 {
   color: #D064A8;
 }
</style>
background-color css

<style>
 a { background-color: #D064A8; }

 a { background-color: rgb(208,100,168); }

 div.DivClassName
 {
   background-color: #D064A8;
 }
 .BgClassName
 {
   background-color: #D064A8;
 }
</style>
border-color css

<style>
 span { border-color: #D064A8; }

 span { border-color: rgb(208,100,168); }

 td.TdClassName
 {
   border-color: #D064A8;
 }
 .TagClassName
 {
   border-color: #D064A8;
 }
</style>