#DC4DB2

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

Shades of Fuchsia #DC4DB2

Tints of Fuchsia #DC4DB2

Color information

#DC4DB2 (or 0xDC4DB2) is unknown color: approx Fuchsia. HEX triplet: DC, 4D and B2. RGB value is (220,77,178). Sum of RGB (Red+Green+Blue) = 220+77+178=475 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.32% from 475); Green value is 77 (30.47% from 255 or 16.21% from 475); Blue value is 178 (69.92% from 255 or 37.47% from 475); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4DB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC4DB2 is #23B24D. Grayscale: #838383. Windows color (decimal): -2339406 or 11685340. OLE color: 11685340.

HSL color Cylindrical-coordinate representation of color #DC4DB2: hue angle of 317.62º 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 #DC4DB2 is Cyan = 0, Magento = 0.65, Yellow = 0.19 and Black (K on CMYK) = 0.14.

Color convert

RGB22077178-
CMYK00.650.190.14
HSL317.62º67.14%58.24%-
HSV(B)317.62º65%86.27%-
XYZ40.223.7444.58-
YUV131.27154.38191.29-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 46.32%
GREEN value IS 77 (30.47% from 255) = 16.21%
BLUE value IS 178 (69.92% from 255) = 37.47%
R=46.32%
G=16.21%
B=37.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.19
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2207717800.650.190.14317.6267.1458.24
HexDC4DB204113E13e433a
Octal3341152620101231647610372
Binary11011100100110110110010010000011001111101001111101000011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC4DB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC4DB2; }

 p { color: rgb(220,77,178); }

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

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

 a { background-color: rgb(220,77,178); }

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

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

 span { border-color: rgb(220,77,178); }

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