Html Css Color HEX #DA3AB1 Fuchsia

📋 copy color: '#DA3AB1'

red 218 ◦ green 58 ◦ blue 177

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

Shades of Fuchsia #DA3AB1

Tints of Fuchsia #DA3AB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 39.07%

R = 48.12%
G = 12.8%
B = 39.07%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.19

 K value IS 0.15

RGB Variations

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

Color information

#DA3AB1 (or 0xDA3AB1) is known color: Fuchsia. HEX triplet: DA, 3A and B1. RGB value is (218,58,177). Sum of RGB (Red+Green+Blue) = 218+58+177=453 (60% of max value = 765). Red value is 218 (85.55% from 255 or 48.12% from 453); Green value is 58 (23.05% from 255 or 12.80% from 453); Blue value is 177 (69.53% from 255 or 39.07% from 453); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3AB1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA3AB1 is #25C54E. Grayscale: #777777. Windows color (decimal): -2475343 or 11614938. OLE color: 11614938.

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

Color convert

RGB 218 58 177 -
CMYK 0 0.73 0.19 0.15
HSL 315.38º 0.68% 0.54% -
HSV(B) 315.38º 0.73% 0.85% -
XYZ 38.36 21.11 43.65 -
YUV 119.41 160.51 198.32 -
System Red Green Blue C M Y K H S L
Decimal 218 58 177 0 0.73 0.19 0.15 315.38 0.68 0.54
Hex DA 3A B1 0 49 13 F 13B 44 36
Octal 332 72 261 0 111 23 17 473 104 66
Binary 11011010 111010 10110001 0 1001001 10011 1111 100111011 1000100 110110

Color Harmonies of #DA3AB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3AB1

Black with #DA3AB1

Text Example


Text Example

White with #DA3AB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3AB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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