Html Css Color HEX #DC54B3 Fuchsia

📋 copy color: '#DC54B3'

red 220 ◦ green 84 ◦ blue 179

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

Shades of Fuchsia #DC54B3

Tints of Fuchsia #DC54B3

RGB

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

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

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

R = 45.55%
G = 17.39%
B = 37.06%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.19

 K value IS 0.14

RGB Variations

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

Color information

#DC54B3 (or 0xDC54B3) is known color: Fuchsia. HEX triplet: DC, 54 and B3. RGB value is (220,84,179). Sum of RGB (Red+Green+Blue) = 220+84+179=483 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.55% from 483); Green value is 84 (33.20% from 255 or 17.39% from 483); Blue value is 179 (70.31% from 255 or 37.06% from 483); Max value from RGB is 220 - color contains mainly: red. Hex color #DC54B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC54B3 is #23AB4C. Grayscale: #878787. Windows color (decimal): -2337613 or 11752668. OLE color: 11752668.

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

Color convert

RGB 220 84 179 -
CMYK 0 0.62 0.19 0.14
HSL 318.09º 0.66% 0.6% -
HSV(B) 318.09º 0.62% 0.86% -
XYZ 40.82 24.81 45.29 -
YUV 135.49 152.56 188.28 -
System Red Green Blue C M Y K H S L
Decimal 220 84 179 0 0.62 0.19 0.14 318.09 0.66 0.6
Hex DC 54 B3 0 3E 13 E 13E 42 3C
Octal 334 124 263 0 76 23 16 476 102 74
Binary 11011100 1010100 10110011 0 111110 10011 1110 100111110 1000010 111100

Color Harmonies of #DC54B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC54B3

Black with #DC54B3

Text Example


Text Example

White with #DC54B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC54B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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