#DC4DF6

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

Shades of Free Speech Magenta #DC4DF6

Tints of Free Speech Magenta #DC4DF6

Color information

#DC4DF6 (or 0xDC4DF6) is unknown color: approx Free Speech Magenta. HEX triplet: DC, 4D and F6. RGB value is (220,77,246). Sum of RGB (Red+Green+Blue) = 220+77+246=543 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.52% from 543); Green value is 77 (30.47% from 255 or 14.18% from 543); Blue value is 246 (96.48% from 255 or 45.30% from 543); Max value from RGB is 246 - color contains mainly: blue. Hex color #DC4DF6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC4DF6 is #23B209. Grayscale: #8A8A8A. Windows color (decimal): -2339338 or 16141788. OLE color: 16141788.

HSL color Cylindrical-coordinate representation of color #DC4DF6: hue angle of 290.77º degrees, saturation: 0.9, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DC4DF6 is Cyan = 0.11, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB22077246-
CMYK0.110.6900.04
HSL290.77º90.37%63.33%-
HSV(B)290.77º68.7%96.47%-
XYZ48.827.1889.86-
YUV139.02188.38185.76-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 40.52%
GREEN value IS 77 (30.47% from 255) = 14.18%
BLUE value IS 246 (96.48% from 255) = 45.30%
R=40.52%
G=14.18%
B=45.30%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal220772460.110.6900.04290.7790.3763.33
HexDC4DF6B45041235a3f
Octal334115366131050444313277
Binary110111001001101111101101011100010101001001000111011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC4DF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC4DF6; }

 p { color: rgb(220,77,246); }

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

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

 a { background-color: rgb(220,77,246); }

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

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

 span { border-color: rgb(220,77,246); }

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