#DC4EB5

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

Shades of Fuchsia #DC4EB5

Tints of Fuchsia #DC4EB5

Color information

#DC4EB5 (or 0xDC4EB5) is unknown color: approx Fuchsia. HEX triplet: DC, 4E and B5. RGB value is (220,78,181). Sum of RGB (Red+Green+Blue) = 220+78+181=479 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.93% from 479); Green value is 78 (30.86% from 255 or 16.28% from 479); Blue value is 181 (71.09% from 255 or 37.79% from 479); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4EB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC4EB5 is #23B14A. Grayscale: #838383. Windows color (decimal): -2339147 or 11882204. OLE color: 11882204.

HSL color Cylindrical-coordinate representation of color #DC4EB5: hue angle of 316.48º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DC4EB5 is Cyan = 0, Magento = 0.65, Yellow = 0.18 and Black (K on CMYK) = 0.14.

Color convert

RGB22078181-
CMYK00.650.180.14
HSL316.48º66.98%58.43%-
HSV(B)316.48º64.55%86.27%-
XYZ40.582446.21-
YUV132.2155.54190.62-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 45.93%
GREEN value IS 78 (30.86% from 255) = 16.28%
BLUE value IS 181 (71.09% from 255) = 37.79%
R=45.93%
G=16.28%
B=37.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.18
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2207818100.650.180.14316.4866.9858.43
HexDC4EB504112E13c433a
Octal3341162650101221647410372
Binary11011100100111010110101010000011001011101001111001000011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC4EB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC4EB5; }

 p { color: rgb(220,78,181); }

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

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

 a { background-color: rgb(220,78,181); }

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

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

 span { border-color: rgb(220,78,181); }

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