#DC3DC6

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

Shades of Free Speech Magenta #DC3DC6

Tints of Free Speech Magenta #DC3DC6

Color information

#DC3DC6 (or 0xDC3DC6) is unknown color: approx Free Speech Magenta. HEX triplet: DC, 3D and C6. RGB value is (220,61,198). Sum of RGB (Red+Green+Blue) = 220+61+198=479 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.93% from 479); Green value is 61 (24.22% from 255 or 12.73% from 479); Blue value is 198 (77.73% from 255 or 41.34% from 479); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3DC6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC3DC6 is #23C239. Grayscale: #7B7B7B. Windows color (decimal): -2343482 or 12991964. OLE color: 12991964.

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

Color convert

RGB22061198-
CMYK00.720.10.14
HSL308.3º69.43%55.1%-
HSV(B)308.3º72.27%86.27%-
XYZ41.3822.6355.61-
YUV124.16169.68196.36-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 45.93%
GREEN value IS 61 (24.22% from 255) = 12.73%
BLUE value IS 198 (77.73% from 255) = 41.34%
R=45.93%
G=12.73%
B=41.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.1
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2206119800.720.10.14308.369.4355.1
HexDC3DC6048AE1344537
Octal334753060110121646410567
Binary110111001111011100011001001000101011101001101001000101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC3DC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC3DC6; }

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

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

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

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

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

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

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

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