#DC49B4

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

Shades of Fuchsia #DC49B4

Tints of Fuchsia #DC49B4

Color information

#DC49B4 (or 0xDC49B4) is unknown color: approx Fuchsia. HEX triplet: DC, 49 and B4. RGB value is (220,73,180). Sum of RGB (Red+Green+Blue) = 220+73+180=473 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.51% from 473); Green value is 73 (28.91% from 255 or 15.43% from 473); Blue value is 180 (70.70% from 255 or 38.05% from 473); Max value from RGB is 220 - color contains mainly: red. Hex color #DC49B4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC49B4 is #23B64B. Grayscale: #808080. Windows color (decimal): -2340428 or 11815388. OLE color: 11815388.

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

Color convert

RGB22073180-
CMYK00.670.180.14
HSL316.33º67.74%57.45%-
HSV(B)316.33º66.82%86.27%-
XYZ40.1423.2845.56-
YUV129.15156.7192.8-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 46.51%
GREEN value IS 73 (28.91% from 255) = 15.43%
BLUE value IS 180 (70.70% from 255) = 38.05%
R=46.51%
G=15.43%
B=38.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.18
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2207318000.670.180.14316.3367.7457.45
HexDC49B404312E13c4439
Octal3341112640103221647410471
Binary11011100100100110110100010000111001011101001111001000100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC49B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC49B4; }

 p { color: rgb(220,73,180); }

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

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

 a { background-color: rgb(220,73,180); }

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

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

 span { border-color: rgb(220,73,180); }

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