Html Css Color HEX #DA5AB1 Fuchsia

📋 copy color: '#DA5AB1'

red 218 ◦ green 90 ◦ blue 177

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

Shades of Fuchsia #DA5AB1

Tints of Fuchsia #DA5AB1

RGB

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

 GREEN value IS 90 (35.55% from 255) = 18.56%

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

R = 44.95%
G = 18.56%
B = 36.49%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.19

 K value IS 0.15

RGB Variations

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

Color information

#DA5AB1 (or 0xDA5AB1) is known color: Fuchsia. HEX triplet: DA, 5A and B1. RGB value is (218,90,177). Sum of RGB (Red+Green+Blue) = 218+90+177=485 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.95% from 485); Green value is 90 (35.55% from 255 or 18.56% from 485); Blue value is 177 (69.53% from 255 or 36.49% from 485); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5AB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA5AB1 is #25A54E. Grayscale: #898989. Windows color (decimal): -2467151 or 11623130. OLE color: 11623130.

HSL color Cylindrical-coordinate representation of color #DA5AB1: hue angle of 319.22º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DA5AB1 is Cyan = 0, Magento = 0.59, Yellow = 0.19 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 90 177 -
CMYK 0 0.59 0.19 0.15
HSL 319.22º 0.63% 0.6% -
HSV(B) 319.22º 0.59% 0.85% -
XYZ 40.51 25.39 44.36 -
YUV 138.19 149.91 184.93 -
System Red Green Blue C M Y K H S L
Decimal 218 90 177 0 0.59 0.19 0.15 319.22 0.63 0.6
Hex DA 5A B1 0 3B 13 F 13F 3F 3C
Octal 332 132 261 0 73 23 17 477 77 74
Binary 11011010 1011010 10110001 0 111011 10011 1111 100111111 111111 111100

Color Harmonies of #DA5AB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5AB1

Black with #DA5AB1

Text Example


Text Example

White with #DA5AB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA5AB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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