#DC48B1

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

Shades of Fuchsia #DC48B1

Tints of Fuchsia #DC48B1

Color information

#DC48B1 (or 0xDC48B1) is unknown color: approx Fuchsia. HEX triplet: DC, 48 and B1. RGB value is (220,72,177). Sum of RGB (Red+Green+Blue) = 220+72+177=469 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.91% from 469); Green value is 72 (28.52% from 255 or 15.35% from 469); Blue value is 177 (69.53% from 255 or 37.74% from 469); Max value from RGB is 220 - color contains mainly: red. Hex color #DC48B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC48B1 is #23B74E. Grayscale: #7F7F7F. Windows color (decimal): -2340687 or 11618524. OLE color: 11618524.

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

Color convert

RGB22072177-
CMYK00.670.200.14
HSL317.43º67.89%57.25%-
HSV(B)317.43º67.27%86.27%-
XYZ39.7723.0243.94-
YUV128.22155.53193.46-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 46.91%
GREEN value IS 72 (28.52% from 255) = 15.35%
BLUE value IS 177 (69.53% from 255) = 37.74%
R=46.91%
G=15.35%
B=37.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.20
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2207217700.670.200.14317.4367.8957.25
HexDC48B104314E13d4439
Octal3341102610103241647510471
Binary11011100100100010110001010000111010011101001111011000100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC48B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC48B1; }

 p { color: rgb(220,72,177); }

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

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

 a { background-color: rgb(220,72,177); }

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

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

 span { border-color: rgb(220,72,177); }

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