#dc3fc6

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

Shades of Free Speech Magenta #DC3FC6

Tints of Free Speech Magenta #DC3FC6

Color information

#DC3FC6 (or 0xDC3FC6) is unknown color: approx Free Speech Magenta. HEX triplet: DC, 3F and C6. RGB value is (220,63,198). Sum of RGB (Red+Green+Blue) = 220+63+198=481 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.74% from 481); Green value is 63 (25% from 255 or 13.10% from 481); Blue value is 198 (77.73% from 255 or 41.16% from 481); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3FC6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC3FC6 is #23C039. Grayscale: #7C7C7C. Windows color (decimal): -2342970 or 12992476. OLE color: 12992476.

HSL color Cylindrical-coordinate representation of color #DC3FC6: hue angle of 308.41º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DC3FC6 is Cyan = 0, Magento = 0.71, Yellow = 0.1 and Black (K on CMYK) = 0.14.

Color convert

RGB22063198-
CMYK00.710.10.14
HSL308.41º69.16%55.49%-
HSV(B)308.41º71.36%86.27%-
XYZ41.4922.8555.65-
YUV125.33169.01195.52-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 45.74%
GREEN value IS 63 (25% from 255) = 13.10%
BLUE value IS 198 (77.73% from 255) = 41.16%
R=45.74%
G=13.10%
B=41.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.1
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2206319800.710.10.14308.4169.1655.49
HexDC3FC6047AE1344537
Octal334773060107121646410567
Binary110111001111111100011001000111101011101001101001000101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dc3fc6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dc3fc6; }

 p { color: rgb(220,63,198); }

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

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

 a { background-color: rgb(220,63,198); }

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

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

 span { border-color: rgb(220,63,198); }

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