#D66EB2

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

Shades of Hopbush #D66EB2

Tints of Hopbush #D66EB2

Color information

#D66EB2 (or 0xD66EB2) is unknown color: approx Hopbush. HEX triplet: D6, 6E and B2. RGB value is (214,110,178). Sum of RGB (Red+Green+Blue) = 214+110+178=502 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.63% from 502); Green value is 110 (43.36% from 255 or 21.91% from 502); Blue value is 178 (69.92% from 255 or 35.46% from 502); Max value from RGB is 214 - color contains mainly: red. Hex color #D66EB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D66EB2 is #29914D. Grayscale: #949494. Windows color (decimal): -2724174 or 11693782. OLE color: 11693782.

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

Color convert

RGB214110178-
CMYK00.490.170.16
HSL320.77º55.91%63.53%-
HSV(B)320.77º48.6%83.92%-
XYZ41.3428.6645.47-
YUV148.85144.46174.47-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 42.63%
GREEN value IS 110 (43.36% from 255) = 21.91%
BLUE value IS 178 (69.92% from 255) = 35.46%
R=42.63%
G=21.91%
B=35.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.17
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21411017800.490.170.16320.7755.9163.53
HexD66EB203111101413840
Octal326156262061212050170100
Binary11010110110111010110010011000110001100001010000011110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D66EB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D66EB2; }

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

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

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

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

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

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

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

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