#DF49DE

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

Shades of Free Speech Magenta #DF49DE

Tints of Free Speech Magenta #DF49DE

Color information

#DF49DE (or 0xDF49DE) is unknown color: approx Free Speech Magenta. HEX triplet: DF, 49 and DE. RGB value is (223,73,222). Sum of RGB (Red+Green+Blue) = 223+73+222=518 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.05% from 518); Green value is 73 (28.91% from 255 or 14.09% from 518); Blue value is 222 (87.11% from 255 or 42.86% from 518); Max value from RGB is 223 - color contains mainly: red. Hex color #DF49DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF49DE is #20B621. Grayscale: #868686. Windows color (decimal): -2143778 or 14567903. OLE color: 14567903.

HSL color Cylindrical-coordinate representation of color #DF49DE: hue angle of 300.4º 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 #DF49DE is Cyan = 0, Magento = 0.67, Yellow = 0.00 and Black (K on CMYK) = 0.13.

Color convert

RGB22373222-
CMYK00.670.000.13
HSL300.4º70.09%58.04%-
HSV(B)300.4º67.26%87.45%-
XYZ4625.7371.65-
YUV134.84177.2190.88-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 43.05%
GREEN value IS 73 (28.91% from 255) = 14.09%
BLUE value IS 222 (87.11% from 255) = 42.86%
R=43.05%
G=14.09%
B=42.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.00
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2237322200.670.000.13300.470.0958.04
HexDF49DE0430D12c463a
Octal337111336010301545410672
Binary1101111110010011101111001000011011011001011001000110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF49DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF49DE; }

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

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

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

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

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

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

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

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