Html Css Color HEX #DC57B3 Fuchsia

📋 copy color: '#DC57B3'

red 220 ◦ green 87 ◦ blue 179

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

Shades of Fuchsia #DC57B3

Tints of Fuchsia #DC57B3

RGB

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

 GREEN value IS 87 (34.38% from 255) = 17.9%

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

R = 45.27%
G = 17.9%
B = 36.83%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.19

 K value IS 0.14

RGB Variations

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

Color information

#DC57B3 (or 0xDC57B3) is known color: Fuchsia. HEX triplet: DC, 57 and B3. RGB value is (220,87,179). Sum of RGB (Red+Green+Blue) = 220+87+179=486 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.27% from 486); Green value is 87 (34.38% from 255 or 17.90% from 486); Blue value is 179 (70.31% from 255 or 36.83% from 486); Max value from RGB is 220 - color contains mainly: red. Hex color #DC57B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC57B3 is #23A84C. Grayscale: #898989. Windows color (decimal): -2336845 or 11753436. OLE color: 11753436.

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

Color convert

RGB 220 87 179 -
CMYK 0 0.60 0.19 0.14
HSL 318.5º 0.66% 0.6% -
HSV(B) 318.5º 0.6% 0.86% -
XYZ 41.06 25.29 45.36 -
YUV 137.26 151.56 187.02 -
System Red Green Blue C M Y K H S L
Decimal 220 87 179 0 0.60 0.19 0.14 318.5 0.66 0.6
Hex DC 57 B3 0 3C 13 E 13E 42 3C
Octal 334 127 263 0 74 23 16 476 102 74
Binary 11011100 1010111 10110011 0 111100 10011 1110 100111110 1000010 111100

Color Harmonies of #DC57B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC57B3

Black with #DC57B3

Text Example


Text Example

White with #DC57B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC57B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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