#DC59B5

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

Shades of Fuchsia #DC59B5

Tints of Fuchsia #DC59B5

Color information

#DC59B5 (or 0xDC59B5) is unknown color: approx Fuchsia. HEX triplet: DC, 59 and B5. RGB value is (220,89,181). Sum of RGB (Red+Green+Blue) = 220+89+181=490 (64% of max value = 765). Red value is 220 (86.33% from 255 or 44.90% from 490); Green value is 89 (35.16% from 255 or 18.16% from 490); Blue value is 181 (71.09% from 255 or 36.94% from 490); Max value from RGB is 220 - color contains mainly: red. Hex color #DC59B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC59B5 is #23A64A. Grayscale: #8A8A8A. Windows color (decimal): -2336331 or 11885020. OLE color: 11885020.

HSL color Cylindrical-coordinate representation of color #DC59B5: hue angle of 317.86º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DC59B5 is Cyan = 0, Magento = 0.60, Yellow = 0.18 and Black (K on CMYK) = 0.14.

Color convert

RGB22089181-
CMYK00.600.180.14
HSL317.86º65.17%60.59%-
HSV(B)317.86º59.55%86.27%-
XYZ41.4325.746.49-
YUV138.66151.9186.02-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 44.90%
GREEN value IS 89 (35.16% from 255) = 18.16%
BLUE value IS 181 (71.09% from 255) = 36.94%
R=44.90%
G=18.16%
B=36.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.18
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2208918100.600.180.14317.8665.1760.59
HexDC59B503C12E13e413d
Octal334131265074221647610175
Binary1101110010110011011010101111001001011101001111101000001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC59B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC59B5; }

 p { color: rgb(220,89,181); }

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

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

 a { background-color: rgb(220,89,181); }

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

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

 span { border-color: rgb(220,89,181); }

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