Html Css Color HEX #DA3EC6 Fuchsia

📋 copy color: '#DA3EC6'

red 218 ◦ green 62 ◦ blue 198

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

Shades of Fuchsia #DA3EC6

Tints of Fuchsia #DA3EC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 41.42%

R = 45.61%
G = 12.97%
B = 41.42%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.09

 K value IS 0.15

RGB Variations

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

Color information

#DA3EC6 (or 0xDA3EC6) is known color: Fuchsia. HEX triplet: DA, 3E and C6. RGB value is (218,62,198). Sum of RGB (Red+Green+Blue) = 218+62+198=478 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.61% from 478); Green value is 62 (24.61% from 255 or 12.97% from 478); Blue value is 198 (77.73% from 255 or 41.42% from 478); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3EC6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA3EC6 is #25C139. Grayscale: #7B7B7B. Windows color (decimal): -2474298 or 12992218. OLE color: 12992218.

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

Color convert

RGB 218 62 198 -
CMYK 0 0.72 0.09 0.15
HSL 307.69º 0.68% 0.55% -
HSV(B) 307.69º 0.72% 0.85% -
XYZ 40.83 22.43 55.6 -
YUV 124.15 169.68 194.94 -
System Red Green Blue C M Y K H S L
Decimal 218 62 198 0 0.72 0.09 0.15 307.69 0.68 0.55
Hex DA 3E C6 0 48 9 F 134 44 37
Octal 332 76 306 0 110 11 17 464 104 67
Binary 11011010 111110 11000110 0 1001000 1001 1111 100110100 1000100 110111

Color Harmonies of #DA3EC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3EC6

Black with #DA3EC6

Text Example


Text Example

White with #DA3EC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3EC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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