#DC47F6

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

Shades of Free Speech Magenta #DC47F6

Tints of Free Speech Magenta #DC47F6

Color information

#DC47F6 (or 0xDC47F6) is unknown color: approx Free Speech Magenta. HEX triplet: DC, 47 and F6. RGB value is (220,71,246). Sum of RGB (Red+Green+Blue) = 220+71+246=537 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.97% from 537); Green value is 71 (28.12% from 255 or 13.22% from 537); Blue value is 246 (96.48% from 255 or 45.81% from 537); Max value from RGB is 246 - color contains mainly: blue. Hex color #DC47F6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DC47F6 is #23B809. Grayscale: #868686. Windows color (decimal): -2340874 or 16140252. OLE color: 16140252.

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

Color convert

RGB22071246-
CMYK0.110.7100.04
HSL291.09º90.67%62.16%-
HSV(B)291.09º71.14%96.47%-
XYZ48.426.3889.73-
YUV135.5190.36188.27-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 40.97%
GREEN value IS 71 (28.12% from 255) = 13.22%
BLUE value IS 246 (96.48% from 255) = 45.81%
R=40.97%
G=13.22%
B=45.81%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal220712460.110.7100.04291.0990.6762.16
HexDC47F6B47041235b3e
Octal334107366131070444313376
Binary110111001000111111101101011100011101001001000111011011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC47F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC47F6; }

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

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

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

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

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

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

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

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