#D66EA2

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

Shades of Hopbush #D66EA2

Tints of Hopbush #D66EA2

Color information

#D66EA2 (or 0xD66EA2) is unknown color: approx Hopbush. HEX triplet: D6, 6E and A2. RGB value is (214,110,162). Sum of RGB (Red+Green+Blue) = 214+110+162=486 (64% of max value = 765). Red value is 214 (83.98% from 255 or 44.03% from 486); Green value is 110 (43.36% from 255 or 22.63% from 486); Blue value is 162 (63.67% from 255 or 33.33% from 486); Max value from RGB is 214 - color contains mainly: red. Hex color #D66EA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D66EA2 is #29915D. Grayscale: #929292. Windows color (decimal): -2724190 or 10645206. OLE color: 10645206.

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

Color convert

RGB214110162-
CMYK00.490.240.16
HSL330º55.91%63.53%-
HSV(B)330º48.6%83.92%-
XYZ39.8328.0637.5-
YUV147.02136.46175.77-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 44.03%
GREEN value IS 110 (43.36% from 255) = 22.63%
BLUE value IS 162 (63.67% from 255) = 33.33%
R=44.03%
G=22.63%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.24
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21411016200.490.240.1633055.9163.53
HexD66EA2031181014a3840
Octal326156242061302051270100
Binary11010110110111010100010011000111000100001010010101110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D66EA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D66EA2; }

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

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

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

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

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

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

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

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