Html Css Color HEX #DA54B1 Fuchsia

📋 copy color: '#DA54B1'

red 218 ◦ green 84 ◦ blue 177

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

Shades of Fuchsia #DA54B1

Tints of Fuchsia #DA54B1

RGB

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

 GREEN value IS 84 (33.2% from 255) = 17.54%

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

R = 45.51%
G = 17.54%
B = 36.95%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.19

 K value IS 0.15

RGB Variations

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

Color information

#DA54B1 (or 0xDA54B1) is known color: Fuchsia. HEX triplet: DA, 54 and B1. RGB value is (218,84,177). Sum of RGB (Red+Green+Blue) = 218+84+177=479 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.51% from 479); Green value is 84 (33.20% from 255 or 17.54% from 479); Blue value is 177 (69.53% from 255 or 36.95% from 479); Max value from RGB is 218 - color contains mainly: red. Hex color #DA54B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA54B1 is #25AB4E. Grayscale: #868686. Windows color (decimal): -2468687 or 11621594. OLE color: 11621594.

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

Color convert

RGB 218 84 177 -
CMYK 0 0.61 0.19 0.15
HSL 318.36º 0.64% 0.59% -
HSV(B) 318.36º 0.61% 0.85% -
XYZ 40.02 24.42 44.2 -
YUV 134.67 151.89 187.44 -
System Red Green Blue C M Y K H S L
Decimal 218 84 177 0 0.61 0.19 0.15 318.36 0.64 0.59
Hex DA 54 B1 0 3D 13 F 13E 40 3B
Octal 332 124 261 0 75 23 17 476 100 73
Binary 11011010 1010100 10110001 0 111101 10011 1111 100111110 1000000 111011

Color Harmonies of #DA54B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA54B1

Black with #DA54B1

Text Example


Text Example

White with #DA54B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA54B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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