Html Css Color HEX #DA3EC4 Fuchsia

📋 copy color: '#DA3EC4'

red 218 ◦ green 62 ◦ blue 196

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

Shades of Fuchsia #DA3EC4

Tints of Fuchsia #DA3EC4

RGB

 RED value IS 218 (85.55% from 255) = 45.8%

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

 BLUE value IS 196 (76.95% from 255) = 41.18%

R = 45.8%
G = 13.03%
B = 41.18%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.10

 K value IS 0.15

RGB Variations

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

Color information

#DA3EC4 (or 0xDA3EC4) is known color: Fuchsia. HEX triplet: DA, 3E and C4. RGB value is (218,62,196). Sum of RGB (Red+Green+Blue) = 218+62+196=476 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.80% from 476); Green value is 62 (24.61% from 255 or 13.03% from 476); Blue value is 196 (76.95% from 255 or 41.18% from 476); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3EC4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA3EC4 is #25C13B. Grayscale: #7B7B7B. Windows color (decimal): -2474300 or 12861146. OLE color: 12861146.

HSL color Cylindrical-coordinate representation of color #DA3EC4: hue angle of 308.46º 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 #DA3EC4 is Cyan = 0, Magento = 0.72, Yellow = 0.10 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 62 196 -
CMYK 0 0.72 0.10 0.15
HSL 308.46º 0.68% 0.55% -
HSV(B) 308.46º 0.72% 0.85% -
XYZ 40.6 22.34 54.4 -
YUV 123.92 168.68 195.1 -
System Red Green Blue C M Y K H S L
Decimal 218 62 196 0 0.72 0.10 0.15 308.46 0.68 0.55
Hex DA 3E C4 0 48 A F 134 44 37
Octal 332 76 304 0 110 12 17 464 104 67
Binary 11011010 111110 11000100 0 1001000 1010 1111 100110100 1000100 110111

Color Harmonies of #DA3EC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3EC4

Black with #DA3EC4

Text Example


Text Example

White with #DA3EC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3EC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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