Html Css Color HEX #DA3BC2 Fuchsia

📋 copy color: '#DA3BC2'

red 218 ◦ green 59 ◦ blue 194

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

Shades of Fuchsia #DA3BC2

Tints of Fuchsia #DA3BC2

RGB

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

 GREEN value IS 59 (23.44% from 255) = 12.53%

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

R = 46.28%
G = 12.53%
B = 41.19%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.11

 K value IS 0.15

RGB Variations

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

Color information

#DA3BC2 (or 0xDA3BC2) is known color: Fuchsia. HEX triplet: DA, 3B and C2. RGB value is (218,59,194). Sum of RGB (Red+Green+Blue) = 218+59+194=471 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.28% from 471); Green value is 59 (23.44% from 255 or 12.53% from 471); Blue value is 194 (76.17% from 255 or 41.19% from 471); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3BC2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA3BC2 is #25C43D. Grayscale: #797979. Windows color (decimal): -2475070 or 12729306. OLE color: 12729306.

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

Color convert

RGB 218 59 194 -
CMYK 0 0.73 0.11 0.15
HSL 309.06º 0.68% 0.54% -
HSV(B) 309.06º 0.73% 0.85% -
XYZ 40.22 21.93 53.15 -
YUV 121.93 168.68 196.52 -
System Red Green Blue C M Y K H S L
Decimal 218 59 194 0 0.73 0.11 0.15 309.06 0.68 0.54
Hex DA 3B C2 0 49 B F 135 44 36
Octal 332 73 302 0 111 13 17 465 104 66
Binary 11011010 111011 11000010 0 1001001 1011 1111 100110101 1000100 110110

Color Harmonies of #DA3BC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3BC2

Black with #DA3BC2

Text Example


Text Example

White with #DA3BC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3BC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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