Html Css Color HEX #DA3BC6 Fuchsia

📋 copy color: '#DA3BC6'

red 218 ◦ green 59 ◦ blue 198

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

Shades of Fuchsia #DA3BC6

Tints of Fuchsia #DA3BC6

RGB

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

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

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

R = 45.89%
G = 12.42%
B = 41.68%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.09

 K value IS 0.15

RGB Variations

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

Color information

#DA3BC6 (or 0xDA3BC6) is known color: Fuchsia. HEX triplet: DA, 3B and C6. RGB value is (218,59,198). Sum of RGB (Red+Green+Blue) = 218+59+198=475 (62% of max value = 765). Red value is 218 (85.55% from 255 or 45.89% from 475); Green value is 59 (23.44% from 255 or 12.42% from 475); Blue value is 198 (77.73% from 255 or 41.68% from 475); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3BC6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA3BC6 is #25C439. Grayscale: #797979. Windows color (decimal): -2475066 or 12991450. OLE color: 12991450.

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

Color convert

RGB 218 59 198 -
CMYK 0 0.73 0.09 0.15
HSL 307.55º 0.68% 0.54% -
HSV(B) 307.55º 0.73% 0.85% -
XYZ 40.67 22.11 55.55 -
YUV 122.39 170.68 196.2 -
System Red Green Blue C M Y K H S L
Decimal 218 59 198 0 0.73 0.09 0.15 307.55 0.68 0.54
Hex DA 3B C6 0 49 9 F 134 44 36
Octal 332 73 306 0 111 11 17 464 104 66
Binary 11011010 111011 11000110 0 1001001 1001 1111 100110100 1000100 110110

Color Harmonies of #DA3BC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3BC6

Black with #DA3BC6

Text Example


Text Example

White with #DA3BC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3BC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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