Html Css Color HEX #DA54BC Fuchsia

📋 copy color: '#DA54BC'

red 218 ◦ green 84 ◦ blue 188

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

Shades of Fuchsia #DA54BC

Tints of Fuchsia #DA54BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 38.37%

R = 44.49%
G = 17.14%
B = 38.37%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.14

 K value IS 0.15

RGB Variations

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

Color information

#DA54BC (or 0xDA54BC) is known color: Fuchsia. HEX triplet: DA, 54 and BC. RGB value is (218,84,188). Sum of RGB (Red+Green+Blue) = 218+84+188=490 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.49% from 490); Green value is 84 (33.20% from 255 or 17.14% from 490); Blue value is 188 (73.83% from 255 or 38.37% from 490); Max value from RGB is 218 - color contains mainly: red. Hex color #DA54BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA54BC is #25AB43. Grayscale: #878787. Windows color (decimal): -2468676 or 12342490. OLE color: 12342490.

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

Color convert

RGB 218 84 188 -
CMYK 0 0.61 0.14 0.15
HSL 313.43º 0.64% 0.59% -
HSV(B) 313.43º 0.61% 0.85% -
XYZ 41.16 24.88 50.21 -
YUV 135.92 157.39 186.54 -
System Red Green Blue C M Y K H S L
Decimal 218 84 188 0 0.61 0.14 0.15 313.43 0.64 0.59
Hex DA 54 BC 0 3D E F 139 40 3B
Octal 332 124 274 0 75 16 17 471 100 73
Binary 11011010 1010100 10111100 0 111101 1110 1111 100111001 1000000 111011

Color Harmonies of #DA54BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA54BC

Black with #DA54BC

Text Example


Text Example

White with #DA54BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA54BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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