#DC4AB1

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

Shades of Fuchsia #DC4AB1

Tints of Fuchsia #DC4AB1

Color information

#DC4AB1 (or 0xDC4AB1) is unknown color: approx Fuchsia. HEX triplet: DC, 4A and B1. RGB value is (220,74,177). Sum of RGB (Red+Green+Blue) = 220+74+177=471 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.71% from 471); Green value is 74 (29.30% from 255 or 15.71% from 471); Blue value is 177 (69.53% from 255 or 37.58% from 471); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4AB1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC4AB1 is #23B54E. Grayscale: #818181. Windows color (decimal): -2340175 or 11619036. OLE color: 11619036.

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

Color convert

RGB22074177-
CMYK00.660.200.14
HSL317.67º67.59%57.65%-
HSV(B)317.67º66.36%86.27%-
XYZ39.923.2943.99-
YUV129.4154.87192.62-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 46.71%
GREEN value IS 74 (29.30% from 255) = 15.71%
BLUE value IS 177 (69.53% from 255) = 37.58%
R=46.71%
G=15.71%
B=37.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.20
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2207417700.660.200.14317.6767.5957.65
HexDC4AB104214E13e443a
Octal3341122610102241647610472
Binary11011100100101010110001010000101010011101001111101000100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC4AB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC4AB1; }

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

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

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

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

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

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

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

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