Html Css Color HEX #DC3EC2 Fuchsia

📋 copy color: '#DC3EC2'

red 220 ◦ green 62 ◦ blue 194

#DC3EC2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fuchsia #DC3EC2

Tints of Fuchsia #DC3EC2

RGB

 RED value IS 220 (86.33% from 255) = 46.22%

 GREEN value IS 62 (24.61% from 255) = 13.03%

 BLUE value IS 194 (76.17% from 255) = 40.76%

R = 46.22%
G = 13.03%
B = 40.76%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.12

 K value IS 0.14

RGB Variations

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

Color information

#DC3EC2 (or 0xDC3EC2) is known color: Fuchsia. HEX triplet: DC, 3E and C2. RGB value is (220,62,194). Sum of RGB (Red+Green+Blue) = 220+62+194=476 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.22% from 476); Green value is 62 (24.61% from 255 or 13.03% from 476); Blue value is 194 (76.17% from 255 or 40.76% from 476); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3EC2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC3EC2 is #23C13D. Grayscale: #7B7B7B. Windows color (decimal): -2343230 or 12730076. OLE color: 12730076.

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

Color convert

RGB 220 62 194 -
CMYK 0 0.72 0.12 0.14
HSL 309.87º 0.69% 0.55% -
HSV(B) 309.87º 0.72% 0.86% -
XYZ 40.98 22.56 53.23 -
YUV 124.29 167.35 196.27 -
System Red Green Blue C M Y K H S L
Decimal 220 62 194 0 0.72 0.12 0.14 309.87 0.69 0.55
Hex DC 3E C2 0 48 C E 136 45 37
Octal 334 76 302 0 110 14 16 466 105 67
Binary 11011100 111110 11000010 0 1001000 1100 1110 100110110 1000101 110111

Color Harmonies of #DC3EC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3EC2

Black with #DC3EC2

Text Example


Text Example

White with #DC3EC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3EC2; }

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

 H1.HeaderClassName
 {
   color: #DC3EC2;
 }
 .AnyTagClassName
 {
   color: #DC3EC2;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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