Html Css Color HEX #DA54B3 Fuchsia

📋 copy color: '#DA54B3'

red 218 ◦ green 84 ◦ blue 179

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

Shades of Fuchsia #DA54B3

Tints of Fuchsia #DA54B3

RGB

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

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

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

R = 45.32%
G = 17.46%
B = 37.21%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.18

 K value IS 0.15

RGB Variations

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

Color information

#DA54B3 (or 0xDA54B3) is known color: Fuchsia. HEX triplet: DA, 54 and B3. RGB value is (218,84,179). Sum of RGB (Red+Green+Blue) = 218+84+179=481 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.32% from 481); Green value is 84 (33.20% from 255 or 17.46% from 481); Blue value is 179 (70.31% from 255 or 37.21% from 481); Max value from RGB is 218 - color contains mainly: red. Hex color #DA54B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA54B3 is #25AB4C. Grayscale: #868686. Windows color (decimal): -2468685 or 11752666. OLE color: 11752666.

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

Color convert

RGB 218 84 179 -
CMYK 0 0.61 0.18 0.15
HSL 317.46º 0.64% 0.59% -
HSV(B) 317.46º 0.61% 0.85% -
XYZ 40.22 24.5 45.26 -
YUV 134.9 152.89 187.28 -
System Red Green Blue C M Y K H S L
Decimal 218 84 179 0 0.61 0.18 0.15 317.46 0.64 0.59
Hex DA 54 B3 0 3D 12 F 13D 40 3B
Octal 332 124 263 0 75 22 17 475 100 73
Binary 11011010 1010100 10110011 0 111101 10010 1111 100111101 1000000 111011

Color Harmonies of #DA54B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA54B3

Black with #DA54B3

Text Example


Text Example

White with #DA54B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA54B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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