#DC57D4

Color #DC57D4 Free Speech Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Magenta #DC57D4

Tints of Free Speech Magenta #DC57D4

Color information

#DC57D4 (or 0xDC57D4) is unknown color: approx Free Speech Magenta. HEX triplet: DC, 57 and D4. RGB value is (220,87,212). Sum of RGB (Red+Green+Blue) = 220+87+212=519 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.39% from 519); Green value is 87 (34.38% from 255 or 16.76% from 519); Blue value is 212 (83.20% from 255 or 40.85% from 519); Max value from RGB is 220 - color contains mainly: red. Hex color #DC57D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC57D4 is #23A82B. Grayscale: #8C8C8C. Windows color (decimal): -2336812 or 13916124. OLE color: 13916124.

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

Color convert

RGB22087212-
CMYK00.600.040.14
HSL303.61º65.52%60.2%-
HSV(B)303.61º60.45%86.27%-
XYZ44.8126.7965.1-
YUV141.02168.06184.34-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 42.39%
GREEN value IS 87 (34.38% from 255) = 16.76%
BLUE value IS 212 (83.20% from 255) = 40.85%
R=42.39%
G=16.76%
B=40.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.04
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2208721200.600.040.14303.6165.5260.2
HexDC57D403C4E130423c
Octal33412732407441646010274
Binary11011100101011111010100011110010011101001100001000010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC57D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC57D4; }

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

 H1.HeaderClassName
 {
   color: #DC57D4;
 }
 .AnyTagClassName
 {
   color: #DC57D4;
 }
</style>
background-color css

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

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

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

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

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

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