#DA3EC2

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

Shades of Fuchsia #DA3EC2

Tints of Fuchsia #DA3EC2

Color information

#DA3EC2 (or 0xDA3EC2) is unknown color: approx Fuchsia. HEX triplet: DA, 3E and C2. RGB value is (218,62,194). Sum of RGB (Red+Green+Blue) = 218+62+194=474 (62% of max value = 765). Red value is 218 (85.55% from 255 or 45.99% from 474); Green value is 62 (24.61% from 255 or 13.08% from 474); Blue value is 194 (76.17% from 255 or 40.93% from 474); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3EC2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA3EC2 is #25C13D. Grayscale: #7B7B7B. Windows color (decimal): -2474302 or 12730074. OLE color: 12730074.

HSL color Cylindrical-coordinate representation of color #DA3EC2: hue angle of 309.23º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DA3EC2 is Cyan = 0, Magento = 0.72, Yellow = 0.11 and Black (K on CMYK) = 0.15.

Color convert

RGB21862194-
CMYK00.720.110.15
HSL309.23º67.83%54.9%-
HSV(B)309.23º71.56%85.49%-
XYZ40.3722.2553.2-
YUV123.69167.68195.27-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 45.99%
GREEN value IS 62 (24.61% from 255) = 13.08%
BLUE value IS 194 (76.17% from 255) = 40.93%
R=45.99%
G=13.08%
B=40.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.11
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2186219400.720.110.15309.2367.8354.9
HexDA3EC2048BF1354437
Octal332763020110131746510467
Binary110110101111101100001001001000101111111001101011000100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA3EC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA3EC2; }

 p { color: rgb(218,62,194); }

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

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

 a { background-color: rgb(218,62,194); }

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

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

 span { border-color: rgb(218,62,194); }

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