#D66EAC

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

Shades of Hopbush #D66EAC

Tints of Hopbush #D66EAC

Color information

#D66EAC (or 0xD66EAC) is unknown color: approx Hopbush. HEX triplet: D6, 6E and AC. RGB value is (214,110,172). Sum of RGB (Red+Green+Blue) = 214+110+172=496 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.15% from 496); Green value is 110 (43.36% from 255 or 22.18% from 496); Blue value is 172 (67.58% from 255 or 34.68% from 496); Max value from RGB is 214 - color contains mainly: red. Hex color #D66EAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D66EAC is #299153. Grayscale: #949494. Windows color (decimal): -2724180 or 11300566. OLE color: 11300566.

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

Color convert

RGB214110172-
CMYK00.490.200.16
HSL324.23º55.91%63.53%-
HSV(B)324.23º48.6%83.92%-
XYZ40.7528.4342.37-
YUV148.16141.46174.96-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 43.15%
GREEN value IS 110 (43.36% from 255) = 22.18%
BLUE value IS 172 (67.58% from 255) = 34.68%
R=43.15%
G=22.18%
B=34.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.20
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21411017200.490.200.16324.2355.9163.53
HexD66EAC03114101443840
Octal326156254061242050470100
Binary11010110110111010101100011000110100100001010001001110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D66EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D66EAC; }

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

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

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

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

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

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

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

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