Html Css Color HEX #DA3DB6 Fuchsia

📋 copy color: '#DA3DB6'

red 218 ◦ green 61 ◦ blue 182

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

Shades of Fuchsia #DA3DB6

Tints of Fuchsia #DA3DB6

RGB

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

 GREEN value IS 61 (24.22% from 255) = 13.23%

 BLUE value IS 182 (71.48% from 255) = 39.48%

R = 47.29%
G = 13.23%
B = 39.48%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.17

 K value IS 0.15

RGB Variations

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

Color information

#DA3DB6 (or 0xDA3DB6) is known color: Fuchsia. HEX triplet: DA, 3D and B6. RGB value is (218,61,182). Sum of RGB (Red+Green+Blue) = 218+61+182=461 (61% of max value = 765). Red value is 218 (85.55% from 255 or 47.29% from 461); Green value is 61 (24.22% from 255 or 13.23% from 461); Blue value is 182 (71.48% from 255 or 39.48% from 461); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3DB6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA3DB6 is #25C249. Grayscale: #797979. Windows color (decimal): -2474570 or 11943386. OLE color: 11943386.

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

Color convert

RGB 218 61 182 -
CMYK 0 0.72 0.17 0.15
HSL 313.76º 0.68% 0.55% -
HSV(B) 313.76º 0.72% 0.85% -
XYZ 39.03 21.62 46.37 -
YUV 121.74 162.01 196.66 -
System Red Green Blue C M Y K H S L
Decimal 218 61 182 0 0.72 0.17 0.15 313.76 0.68 0.55
Hex DA 3D B6 0 48 11 F 13A 44 37
Octal 332 75 266 0 110 21 17 472 104 67
Binary 11011010 111101 10110110 0 1001000 10001 1111 100111010 1000100 110111

Color Harmonies of #DA3DB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3DB6

Black with #DA3DB6

Text Example


Text Example

White with #DA3DB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3DB6; }

 p { color: rgb(218,61,182); }

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

background-color css

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

 a { background-color: rgb(218,61,182); }

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

border-color css

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

 span { border-color: rgb(218,61,182); }

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