#D66FA4

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

Shades of Hopbush #D66FA4

Tints of Hopbush #D66FA4

Color information

#D66FA4 (or 0xD66FA4) is unknown color: approx Hopbush. HEX triplet: D6, 6F and A4. RGB value is (214,111,164). Sum of RGB (Red+Green+Blue) = 214+111+164=489 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.76% from 489); Green value is 111 (43.75% from 255 or 22.70% from 489); Blue value is 164 (64.45% from 255 or 33.54% from 489); Max value from RGB is 214 - color contains mainly: red. Hex color #D66FA4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D66FA4 is #29905B. Grayscale: #939393. Windows color (decimal): -2723932 or 10776534. OLE color: 10776534.

HSL color Cylindrical-coordinate representation of color #D66FA4: hue angle of 329.13º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D66FA4 is Cyan = 0, Magento = 0.48, Yellow = 0.23 and Black (K on CMYK) = 0.16.

Color convert

RGB214111164-
CMYK00.480.230.16
HSL329.13º55.68%63.73%-
HSV(B)329.13º48.13%83.92%-
XYZ40.1228.3538.48-
YUV147.84137.12175.19-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 43.76%
GREEN value IS 111 (43.75% from 255) = 22.70%
BLUE value IS 164 (64.45% from 255) = 33.54%
R=43.76%
G=22.70%
B=33.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.23
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21411116400.480.230.16329.1355.6863.73
HexD66FA403017101493840
Octal326157244060272051170100
Binary11010110110111110100100011000010111100001010010011110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D66FA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D66FA4; }

 p { color: rgb(214,111,164); }

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

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

 a { background-color: rgb(214,111,164); }

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

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

 span { border-color: rgb(214,111,164); }

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