Html Css Color HEX #DA3DB4 Fuchsia

📋 copy color: '#DA3DB4'

red 218 ◦ green 61 ◦ blue 180

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

Shades of Fuchsia #DA3DB4

Tints of Fuchsia #DA3DB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 39.22%

R = 47.49%
G = 13.29%
B = 39.22%

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

#DA3DB4 (or 0xDA3DB4) is known color: Fuchsia. HEX triplet: DA, 3D and B4. RGB value is (218,61,180). Sum of RGB (Red+Green+Blue) = 218+61+180=459 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.49% from 459); Green value is 61 (24.22% from 255 or 13.29% from 459); Blue value is 180 (70.70% from 255 or 39.22% from 459); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3DB4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA3DB4 is #25C24B. Grayscale: #797979. Windows color (decimal): -2474572 or 11812314. OLE color: 11812314.

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

Color convert

RGB 218 61 180 -
CMYK 0 0.72 0.17 0.15
HSL 314.52º 0.68% 0.55% -
HSV(B) 314.52º 0.72% 0.85% -
XYZ 38.82 21.54 45.29 -
YUV 121.51 161.01 196.82 -
System Red Green Blue C M Y K H S L
Decimal 218 61 180 0 0.72 0.17 0.15 314.52 0.68 0.55
Hex DA 3D B4 0 48 11 F 13B 44 37
Octal 332 75 264 0 110 21 17 473 104 67
Binary 11011010 111101 10110100 0 1001000 10001 1111 100111011 1000100 110111

Color Harmonies of #DA3DB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3DB4

Black with #DA3DB4

Text Example


Text Example

White with #DA3DB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3DB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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