#D66EA8

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

Shades of Hopbush #D66EA8

Tints of Hopbush #D66EA8

Color information

#D66EA8 (or 0xD66EA8) is unknown color: approx Hopbush. HEX triplet: D6, 6E and A8. RGB value is (214,110,168). Sum of RGB (Red+Green+Blue) = 214+110+168=492 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.50% from 492); Green value is 110 (43.36% from 255 or 22.36% from 492); Blue value is 168 (66.02% from 255 or 34.15% from 492); Max value from RGB is 214 - color contains mainly: red. Hex color #D66EA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D66EA8 is #299157. Grayscale: #939393. Windows color (decimal): -2724184 or 11038422. OLE color: 11038422.

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

Color convert

RGB214110168-
CMYK00.490.210.16
HSL326.54º55.91%63.53%-
HSV(B)326.54º48.6%83.92%-
XYZ40.3828.2840.38-
YUV147.71139.46175.28-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 43.50%
GREEN value IS 110 (43.36% from 255) = 22.36%
BLUE value IS 168 (66.02% from 255) = 34.15%
R=43.50%
G=22.36%
B=34.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.21
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21411016800.490.210.16326.5455.9163.53
HexD66EA803115101473840
Octal326156250061252050770100
Binary11010110110111010101000011000110101100001010001111110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D66EA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D66EA8; }

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

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

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

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

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

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

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

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