#D064AB

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

Shades of Hopbush #D064AB

Tints of Hopbush #D064AB

Color information

#D064AB (or 0xD064AB) is unknown color: approx Hopbush. HEX triplet: D0, 64 and AB. RGB value is (208,100,171). Sum of RGB (Red+Green+Blue) = 208+100+171=479 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.42% from 479); Green value is 100 (39.45% from 255 or 20.88% from 479); Blue value is 171 (67.19% from 255 or 35.70% from 479); Max value from RGB is 208 - color contains mainly: red. Hex color #D064AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D064AB is #2F9B54. Grayscale: #8C8C8C. Windows color (decimal): -3119957 or 11232464. OLE color: 11232464.

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

Color convert

RGB208100171-
CMYK00.520.180.18
HSL320.56º53.47%60.39%-
HSV(B)320.56º51.92%81.57%-
XYZ37.9225.4641.44-
YUV140.39145.28176.23-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 43.42%
GREEN value IS 100 (39.45% from 255) = 20.88%
BLUE value IS 171 (67.19% from 255) = 35.70%
R=43.42%
G=20.88%
B=35.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.18
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20810017100.520.180.18320.5653.4760.39
HexD064AB0341212141353c
Octal32014425306422225016574
Binary1101000011001001010101101101001001010010101000001110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D064AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D064AB; }

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

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

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

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

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

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

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

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