#D064A7

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

Shades of Hopbush #D064A7

Tints of Hopbush #D064A7

Color information

#D064A7 (or 0xD064A7) is unknown color: approx Hopbush. HEX triplet: D0, 64 and A7. RGB value is (208,100,167). Sum of RGB (Red+Green+Blue) = 208+100+167=475 (62% of max value = 765). Red value is 208 (81.64% from 255 or 43.79% from 475); Green value is 100 (39.45% from 255 or 21.05% from 475); Blue value is 167 (65.62% from 255 or 35.16% from 475); Max value from RGB is 208 - color contains mainly: red. Hex color #D064A7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D064A7 is #2F9B58. Grayscale: #8B8B8B. Windows color (decimal): -3119961 or 10970320. OLE color: 10970320.

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

Color convert

RGB208100167-
CMYK00.520.200.18
HSL322.78º53.47%60.39%-
HSV(B)322.78º51.92%81.57%-
XYZ37.5425.3139.47-
YUV139.93143.28176.55-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 43.79%
GREEN value IS 100 (39.45% from 255) = 21.05%
BLUE value IS 167 (65.62% from 255) = 35.16%
R=43.79%
G=21.05%
B=35.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.20
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20810016700.520.200.18322.7853.4760.39
HexD064A70341412143353c
Octal32014424706424225036574
Binary1101000011001001010011101101001010010010101000011110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D064A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D064A7; }

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

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

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

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

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

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

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

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