Html Css Color HEX #DC57B7 Fuchsia

📋 copy color: '#DC57B7'

red 220 ◦ green 87 ◦ blue 183

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

Shades of Fuchsia #DC57B7

Tints of Fuchsia #DC57B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 37.35%

R = 44.9%
G = 17.76%
B = 37.35%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.17

 K value IS 0.14

RGB Variations

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

Color information

#DC57B7 (or 0xDC57B7) is known color: Fuchsia. HEX triplet: DC, 57 and B7. RGB value is (220,87,183). Sum of RGB (Red+Green+Blue) = 220+87+183=490 (64% of max value = 765). Red value is 220 (86.33% from 255 or 44.90% from 490); Green value is 87 (34.38% from 255 or 17.76% from 490); Blue value is 183 (71.88% from 255 or 37.35% from 490); Max value from RGB is 220 - color contains mainly: red. Hex color #DC57B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC57B7 is #23A848. Grayscale: #898989. Windows color (decimal): -2336841 or 12015580. OLE color: 12015580.

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

Color convert

RGB 220 87 183 -
CMYK 0 0.60 0.17 0.14
HSL 316.69º 0.66% 0.6% -
HSV(B) 316.69º 0.6% 0.86% -
XYZ 41.47 25.45 47.53 -
YUV 137.71 153.56 186.69 -
System Red Green Blue C M Y K H S L
Decimal 220 87 183 0 0.60 0.17 0.14 316.69 0.66 0.6
Hex DC 57 B7 0 3C 11 E 13D 42 3C
Octal 334 127 267 0 74 21 16 475 102 74
Binary 11011100 1010111 10110111 0 111100 10001 1110 100111101 1000010 111100

Color Harmonies of #DC57B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC57B7

Black with #DC57B7

Text Example


Text Example

White with #DC57B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC57B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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