#DC42B6

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

Shades of Fuchsia #DC42B6

Tints of Fuchsia #DC42B6

Color information

#DC42B6 (or 0xDC42B6) is unknown color: approx Fuchsia. HEX triplet: DC, 42 and B6. RGB value is (220,66,182). Sum of RGB (Red+Green+Blue) = 220+66+182=468 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.01% from 468); Green value is 66 (26.17% from 255 or 14.10% from 468); Blue value is 182 (71.48% from 255 or 38.89% from 468); Max value from RGB is 220 - color contains mainly: red. Hex color #DC42B6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC42B6 is #23BD49. Grayscale: #7C7C7C. Windows color (decimal): -2342218 or 11944668. OLE color: 11944668.

HSL color Cylindrical-coordinate representation of color #DC42B6: hue angle of 314.81º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DC42B6 is Cyan = 0, Magento = 0.7, Yellow = 0.17 and Black (K on CMYK) = 0.14.

Color convert

RGB22066182-
CMYK00.70.170.14
HSL314.81º68.75%56.08%-
HSV(B)314.81º70%86.27%-
XYZ39.9122.4946.49-
YUV125.27160.02195.57-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 47.01%
GREEN value IS 66 (26.17% from 255) = 14.10%
BLUE value IS 182 (71.48% from 255) = 38.89%
R=47.01%
G=14.10%
B=38.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.7
Y (Yellow) values IS 0.17
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2206618200.70.170.14314.8168.7556.08
HexDC42B604611E13b4538
Octal3341022660106211647310570
Binary11011100100001010110110010001101000111101001110111000101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC42B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC42B6; }

 p { color: rgb(220,66,182); }

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

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

 a { background-color: rgb(220,66,182); }

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

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

 span { border-color: rgb(220,66,182); }

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