Html Css Color HEX #DC54B9 Fuchsia

📋 copy color: '#DC54B9'

red 220 ◦ green 84 ◦ blue 185

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

Shades of Fuchsia #DC54B9

Tints of Fuchsia #DC54B9

RGB

 RED value IS 220 (86.33% from 255) = 44.99%

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

 BLUE value IS 185 (72.66% from 255) = 37.83%

R = 44.99%
G = 17.18%
B = 37.83%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.16

 K value IS 0.14

RGB Variations

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

Color information

#DC54B9 (or 0xDC54B9) is known color: Fuchsia. HEX triplet: DC, 54 and B9. RGB value is (220,84,185). Sum of RGB (Red+Green+Blue) = 220+84+185=489 (64% of max value = 765). Red value is 220 (86.33% from 255 or 44.99% from 489); Green value is 84 (33.20% from 255 or 17.18% from 489); Blue value is 185 (72.66% from 255 or 37.83% from 489); Max value from RGB is 220 - color contains mainly: red. Hex color #DC54B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC54B9 is #23AB46. Grayscale: #878787. Windows color (decimal): -2337607 or 12145884. OLE color: 12145884.

HSL color Cylindrical-coordinate representation of color #DC54B9: hue angle of 315.44º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DC54B9 is Cyan = 0, Magento = 0.62, Yellow = 0.16 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 84 185 -
CMYK 0 0.62 0.16 0.14
HSL 315.44º 0.66% 0.6% -
HSV(B) 315.44º 0.62% 0.86% -
XYZ 41.44 25.06 48.55 -
YUV 136.18 155.56 187.79 -
System Red Green Blue C M Y K H S L
Decimal 220 84 185 0 0.62 0.16 0.14 315.44 0.66 0.6
Hex DC 54 B9 0 3E 10 E 13B 42 3C
Octal 334 124 271 0 76 20 16 473 102 74
Binary 11011100 1010100 10111001 0 111110 10000 1110 100111011 1000010 111100

Color Harmonies of #DC54B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC54B9

Black with #DC54B9

Text Example


Text Example

White with #DC54B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC54B9; }

 p { color: rgb(220,84,185); }

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

background-color css

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

 a { background-color: rgb(220,84,185); }

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

border-color css

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

 span { border-color: rgb(220,84,185); }

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