#DC49BB

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

Shades of Fuchsia #DC49BB

Tints of Fuchsia #DC49BB

Color information

#DC49BB (or 0xDC49BB) is unknown color: approx Fuchsia. HEX triplet: DC, 49 and BB. RGB value is (220,73,187). Sum of RGB (Red+Green+Blue) = 220+73+187=480 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.83% from 480); Green value is 73 (28.91% from 255 or 15.21% from 480); Blue value is 187 (73.44% from 255 or 38.96% from 480); Max value from RGB is 220 - color contains mainly: red. Hex color #DC49BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC49BB is #23B644. Grayscale: #818181. Windows color (decimal): -2340421 or 12274140. OLE color: 12274140.

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

Color convert

RGB22073187-
CMYK00.670.150.14
HSL313.47º67.74%57.45%-
HSV(B)313.47º66.82%86.27%-
XYZ40.8723.5749.41-
YUV129.95160.2192.23-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 45.83%
GREEN value IS 73 (28.91% from 255) = 15.21%
BLUE value IS 187 (73.44% from 255) = 38.96%
R=45.83%
G=15.21%
B=38.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.15
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2207318700.670.150.14313.4767.7457.45
HexDC49BB043FE1394439
Octal3341112730103171647110471
Binary1101110010010011011101101000011111111101001110011000100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC49BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC49BB; }

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

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

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

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

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

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

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

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