#DC3FB0

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

Shades of Fuchsia #DC3FB0

Tints of Fuchsia #DC3FB0

Color information

#DC3FB0 (or 0xDC3FB0) is unknown color: approx Fuchsia. HEX triplet: DC, 3F and B0. RGB value is (220,63,176). Sum of RGB (Red+Green+Blue) = 220+63+176=459 (60% of max value = 765). Red value is 220 (86.33% from 255 or 47.93% from 459); Green value is 63 (25% from 255 or 13.73% from 459); Blue value is 176 (69.14% from 255 or 38.34% from 459); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3FB0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC3FB0 is #23C04F. Grayscale: #7A7A7A. Windows color (decimal): -2342992 or 11550684. OLE color: 11550684.

HSL color Cylindrical-coordinate representation of color #DC3FB0: hue angle of 316.82º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DC3FB0 is Cyan = 0, Magento = 0.71, Yellow = 0.2 and Black (K on CMYK) = 0.14.

Color convert

RGB22063176-
CMYK00.710.20.14
HSL316.82º69.16%55.49%-
HSV(B)316.82º71.36%86.27%-
XYZ39.1321.9143.24-
YUV122.82158.01197.31-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 47.93%
GREEN value IS 63 (25% from 255) = 13.73%
BLUE value IS 176 (69.14% from 255) = 38.34%
R=47.93%
G=13.73%
B=38.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.2
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2206317600.710.20.14316.8269.1655.49
HexDC3FB004714E13d4537
Octal334772600107241647510567
Binary1101110011111110110000010001111010011101001111011000101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC3FB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC3FB0; }

 p { color: rgb(220,63,176); }

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

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

 a { background-color: rgb(220,63,176); }

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

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

 span { border-color: rgb(220,63,176); }

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