#D66E9D

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

Shades of Hopbush #D66E9D

Tints of Hopbush #D66E9D

Color information

#D66E9D (or 0xD66E9D) is unknown color: approx Hopbush. HEX triplet: D6, 6E and 9D. RGB value is (214,110,157). Sum of RGB (Red+Green+Blue) = 214+110+157=481 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.49% from 481); Green value is 110 (43.36% from 255 or 22.87% from 481); Blue value is 157 (61.72% from 255 or 32.64% from 481); Max value from RGB is 214 - color contains mainly: red. Hex color #D66E9D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D66E9D is #299162. Grayscale: #929292. Windows color (decimal): -2724195 or 10317526. OLE color: 10317526.

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

Color convert

RGB214110157-
CMYK00.490.270.16
HSL332.88º55.91%63.53%-
HSV(B)332.88º48.6%83.92%-
XYZ39.3927.8835.2-
YUV146.45133.96176.18-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 44.49%
GREEN value IS 110 (43.36% from 255) = 22.87%
BLUE value IS 157 (61.72% from 255) = 32.64%
R=44.49%
G=22.87%
B=32.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.27
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21411015700.490.270.16332.8855.9163.53
HexD66E9D0311B1014d3840
Octal326156235061332051570100
Binary11010110110111010011101011000111011100001010011011110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D66E9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D66E9D; }

 p { color: rgb(214,110,157); }

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

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

 a { background-color: rgb(214,110,157); }

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

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

 span { border-color: rgb(214,110,157); }

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