Html Css Color HEX #DA5AB3 Fuchsia

📋 copy color: '#DA5AB3'

red 218 ◦ green 90 ◦ blue 179

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

Shades of Fuchsia #DA5AB3

Tints of Fuchsia #DA5AB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 36.76%

R = 44.76%
G = 18.48%
B = 36.76%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.18

 K value IS 0.15

RGB Variations

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

Color information

#DA5AB3 (or 0xDA5AB3) is known color: Fuchsia. HEX triplet: DA, 5A and B3. RGB value is (218,90,179). Sum of RGB (Red+Green+Blue) = 218+90+179=487 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.76% from 487); Green value is 90 (35.55% from 255 or 18.48% from 487); Blue value is 179 (70.31% from 255 or 36.76% from 487); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5AB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA5AB3 is #25A54C. Grayscale: #8A8A8A. Windows color (decimal): -2467149 or 11754202. OLE color: 11754202.

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

Color convert

RGB 218 90 179 -
CMYK 0 0.59 0.18 0.15
HSL 318.28º 0.63% 0.6% -
HSV(B) 318.28º 0.59% 0.85% -
XYZ 40.71 25.47 45.42 -
YUV 138.42 150.91 184.76 -
System Red Green Blue C M Y K H S L
Decimal 218 90 179 0 0.59 0.18 0.15 318.28 0.63 0.6
Hex DA 5A B3 0 3B 12 F 13E 3F 3C
Octal 332 132 263 0 73 22 17 476 77 74
Binary 11011010 1011010 10110011 0 111011 10010 1111 100111110 111111 111100

Color Harmonies of #DA5AB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5AB3

Black with #DA5AB3

Text Example


Text Example

White with #DA5AB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA5AB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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