#D16EA5

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

Shades of Hopbush #D16EA5

Tints of Hopbush #D16EA5

Color information

#D16EA5 (or 0xD16EA5) is unknown color: approx Hopbush. HEX triplet: D1, 6E and A5. RGB value is (209,110,165). Sum of RGB (Red+Green+Blue) = 209+110+165=484 (64% of max value = 765). Red value is 209 (82.03% from 255 or 43.18% from 484); Green value is 110 (43.36% from 255 or 22.73% from 484); Blue value is 165 (64.84% from 255 or 34.09% from 484); Max value from RGB is 209 - color contains mainly: red. Hex color #D16EA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D16EA5 is #2E915A. Grayscale: #919191. Windows color (decimal): -3051867 or 10841809. OLE color: 10841809.

HSL color Cylindrical-coordinate representation of color #D16EA5: hue angle of 326.67º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D16EA5 is Cyan = 0, Magento = 0.47, Yellow = 0.21 and Black (K on CMYK) = 0.18.

Color convert

RGB209110165-
CMYK00.470.210.18
HSL326.67º51.83%62.55%-
HSV(B)326.67º47.37%81.96%-
XYZ38.6627.4238.85-
YUV145.87138.8173.03-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 43.18%
GREEN value IS 110 (43.36% from 255) = 22.73%
BLUE value IS 165 (64.84% from 255) = 34.09%
R=43.18%
G=22.73%
B=34.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.21
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20911016500.470.210.18326.6751.8362.55
HexD16EA502F1512147343f
Octal32115624505725225076477
Binary1101000111011101010010101011111010110010101000111110100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D16EA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D16EA5; }

 p { color: rgb(209,110,165); }

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

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

 a { background-color: rgb(209,110,165); }

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

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

 span { border-color: rgb(209,110,165); }

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