#DC49F6

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

Shades of Free Speech Magenta #DC49F6

Tints of Free Speech Magenta #DC49F6

Color information

#DC49F6 (or 0xDC49F6) is unknown color: approx Free Speech Magenta. HEX triplet: DC, 49 and F6. RGB value is (220,73,246). Sum of RGB (Red+Green+Blue) = 220+73+246=539 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.82% from 539); Green value is 73 (28.91% from 255 or 13.54% from 539); Blue value is 246 (96.48% from 255 or 45.64% from 539); Max value from RGB is 246 - color contains mainly: blue. Hex color #DC49F6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DC49F6 is #23B609. Grayscale: #888888. Windows color (decimal): -2340362 or 16140764. OLE color: 16140764.

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

Color convert

RGB22073246-
CMYK0.110.7000.04
HSL290.98º90.58%62.55%-
HSV(B)290.98º70.33%96.47%-
XYZ48.5326.6389.77-
YUV136.68189.7187.43-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 40.82%
GREEN value IS 73 (28.91% from 255) = 13.54%
BLUE value IS 246 (96.48% from 255) = 45.64%
R=40.82%
G=13.54%
B=45.64%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal220732460.110.7000.04290.9890.5862.55
HexDC49F6B46041235b3f
Octal334111366131060444313377
Binary110111001001001111101101011100011001001001000111011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC49F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC49F6; }

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

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

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

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

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

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

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

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