#D66EA7

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

Shades of Hopbush #D66EA7

Tints of Hopbush #D66EA7

Color information

#D66EA7 (or 0xD66EA7) is unknown color: approx Hopbush. HEX triplet: D6, 6E and A7. RGB value is (214,110,167). Sum of RGB (Red+Green+Blue) = 214+110+167=491 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.58% from 491); Green value is 110 (43.36% from 255 or 22.40% from 491); Blue value is 167 (65.62% from 255 or 34.01% from 491); Max value from RGB is 214 - color contains mainly: red. Hex color #D66EA7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D66EA7 is #299158. Grayscale: #939393. Windows color (decimal): -2724185 or 10972886. OLE color: 10972886.

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

Color convert

RGB214110167-
CMYK00.490.220.16
HSL327.12º55.91%63.53%-
HSV(B)327.12º48.6%83.92%-
XYZ40.2828.2439.89-
YUV147.59138.96175.37-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 43.58%
GREEN value IS 110 (43.36% from 255) = 22.40%
BLUE value IS 167 (65.62% from 255) = 34.01%
R=43.58%
G=22.40%
B=34.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.22
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21411016700.490.220.16327.1255.9163.53
HexD66EA703116101473840
Octal326156247061262050770100
Binary11010110110111010100111011000110110100001010001111110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D66EA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D66EA7; }

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

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

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

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

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

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

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

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