Html Css Color HEX #DA3AB4 Fuchsia

📋 copy color: '#DA3AB4'

red 218 ◦ green 58 ◦ blue 180

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

Shades of Fuchsia #DA3AB4

Tints of Fuchsia #DA3AB4

RGB

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

 GREEN value IS 58 (23.05% from 255) = 12.72%

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

R = 47.81%
G = 12.72%
B = 39.47%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.17

 K value IS 0.15

RGB Variations

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

Color information

#DA3AB4 (or 0xDA3AB4) is known color: Fuchsia. HEX triplet: DA, 3A and B4. RGB value is (218,58,180). Sum of RGB (Red+Green+Blue) = 218+58+180=456 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.81% from 456); Green value is 58 (23.05% from 255 or 12.72% from 456); Blue value is 180 (70.70% from 255 or 39.47% from 456); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3AB4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA3AB4 is #25C54B. Grayscale: #777777. Windows color (decimal): -2475340 or 11811546. OLE color: 11811546.

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

Color convert

RGB 218 58 180 -
CMYK 0 0.73 0.17 0.15
HSL 314.25º 0.68% 0.54% -
HSV(B) 314.25º 0.73% 0.85% -
XYZ 38.66 21.23 45.24 -
YUV 119.75 162.01 198.08 -
System Red Green Blue C M Y K H S L
Decimal 218 58 180 0 0.73 0.17 0.15 314.25 0.68 0.54
Hex DA 3A B4 0 49 11 F 13A 44 36
Octal 332 72 264 0 111 21 17 472 104 66
Binary 11011010 111010 10110100 0 1001001 10001 1111 100111010 1000100 110110

Color Harmonies of #DA3AB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3AB4

Black with #DA3AB4

Text Example


Text Example

White with #DA3AB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3AB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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