#DC5EA9

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

Shades of Hopbush #DC5EA9

Tints of Hopbush #DC5EA9

Color information

#DC5EA9 (or 0xDC5EA9) is unknown color: approx Hopbush. HEX triplet: DC, 5E and A9. RGB value is (220,94,169). Sum of RGB (Red+Green+Blue) = 220+94+169=483 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.55% from 483); Green value is 94 (37.11% from 255 or 19.46% from 483); Blue value is 169 (66.41% from 255 or 34.99% from 483); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5EA9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC5EA9 is #23A156. Grayscale: #8C8C8C. Windows color (decimal): -2335063 or 11099868. OLE color: 11099868.

HSL color Cylindrical-coordinate representation of color #DC5EA9: hue angle of 324.29º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DC5EA9 is Cyan = 0, Magento = 0.57, Yellow = 0.23 and Black (K on CMYK) = 0.14.

Color convert

RGB22094169-
CMYK00.570.230.14
HSL324.29º64.29%61.57%-
HSV(B)324.29º57.27%86.27%-
XYZ40.6826.0940.43-
YUV140.22144.24184.9-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 45.55%
GREEN value IS 94 (37.11% from 255) = 19.46%
BLUE value IS 169 (66.41% from 255) = 34.99%
R=45.55%
G=19.46%
B=34.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.23
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2209416900.570.230.14324.2964.2961.57
HexDC5EA903917E144403e
Octal334136251071271650410076
Binary1101110010111101010100101110011011111101010001001000000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC5EA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC5EA9; }

 p { color: rgb(220,94,169); }

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

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

 a { background-color: rgb(220,94,169); }

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

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

 span { border-color: rgb(220,94,169); }

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