Html Css Color HEX #DA5AB0 Fuchsia

📋 copy color: '#DA5AB0'

red 218 ◦ green 90 ◦ blue 176

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

Shades of Fuchsia #DA5AB0

Tints of Fuchsia #DA5AB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 36.36%

R = 45.04%
G = 18.6%
B = 36.36%

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

#DA5AB0 (or 0xDA5AB0) is known color: Fuchsia. HEX triplet: DA, 5A and B0. RGB value is (218,90,176). Sum of RGB (Red+Green+Blue) = 218+90+176=484 (64% of max value = 765). Red value is 218 (85.55% from 255 or 45.04% from 484); Green value is 90 (35.55% from 255 or 18.60% from 484); Blue value is 176 (69.14% from 255 or 36.36% from 484); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5AB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA5AB0 is #25A54F. Grayscale: #898989. Windows color (decimal): -2467152 or 11557594. OLE color: 11557594.

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

Color convert

RGB 218 90 176 -
CMYK 0 0.59 0.19 0.15
HSL 319.69º 0.63% 0.6% -
HSV(B) 319.69º 0.59% 0.85% -
XYZ 40.41 25.35 43.84 -
YUV 138.08 149.41 185.01 -
System Red Green Blue C M Y K H S L
Decimal 218 90 176 0 0.59 0.19 0.15 319.69 0.63 0.6
Hex DA 5A B0 0 3B 13 F 140 3F 3C
Octal 332 132 260 0 73 23 17 500 77 74
Binary 11011010 1011010 10110000 0 111011 10011 1111 101000000 111111 111100

Color Harmonies of #DA5AB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5AB0

Black with #DA5AB0

Text Example


Text Example

White with #DA5AB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA5AB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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