#DF49DC

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

Shades of Free Speech Magenta #DF49DC

Tints of Free Speech Magenta #DF49DC

Color information

#DF49DC (or 0xDF49DC) is unknown color: approx Free Speech Magenta. HEX triplet: DF, 49 and DC. RGB value is (223,73,220). Sum of RGB (Red+Green+Blue) = 223+73+220=516 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.22% from 516); Green value is 73 (28.91% from 255 or 14.15% from 516); Blue value is 220 (86.33% from 255 or 42.64% from 516); Max value from RGB is 223 - color contains mainly: red. Hex color #DF49DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF49DC is #20B623. Grayscale: #868686. Windows color (decimal): -2143780 or 14436831. OLE color: 14436831.

HSL color Cylindrical-coordinate representation of color #DF49DC: hue angle of 301.2º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DF49DC is Cyan = 0, Magento = 0.67, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB22373220-
CMYK00.670.010.13
HSL301.2º70.09%58.04%-
HSV(B)301.2º67.26%87.45%-
XYZ45.7325.6270.25-
YUV134.61176.2191.05-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 43.22%
GREEN value IS 73 (28.91% from 255) = 14.15%
BLUE value IS 220 (86.33% from 255) = 42.64%
R=43.22%
G=14.15%
B=42.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2237322000.670.010.13301.270.0958.04
HexDF49DC0431D12d463a
Octal337111334010311545510672
Binary1101111110010011101110001000011111011001011011000110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF49DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF49DC; }

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

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

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

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

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

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

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

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