#DF49C9

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

Shades of Free Speech Magenta #DF49C9

Tints of Free Speech Magenta #DF49C9

Color information

#DF49C9 (or 0xDF49C9) is unknown color: approx Free Speech Magenta. HEX triplet: DF, 49 and C9. RGB value is (223,73,201). Sum of RGB (Red+Green+Blue) = 223+73+201=497 (65% of max value = 765). Red value is 223 (87.5% from 255 or 44.87% from 497); Green value is 73 (28.91% from 255 or 14.69% from 497); Blue value is 201 (78.91% from 255 or 40.44% from 497); Max value from RGB is 223 - color contains mainly: red. Hex color #DF49C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF49C9 is #20B636. Grayscale: #848484. Windows color (decimal): -2143799 or 13191647. OLE color: 13191647.

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

Color convert

RGB22373201-
CMYK00.670.100.13
HSL308.8º70.09%58.04%-
HSV(B)308.8º67.26%87.45%-
XYZ43.3624.6757.74-
YUV132.44166.7192.59-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 44.87%
GREEN value IS 73 (28.91% from 255) = 14.69%
BLUE value IS 201 (78.91% from 255) = 40.44%
R=44.87%
G=14.69%
B=40.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.10
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2237320100.670.100.13308.870.0958.04
HexDF49C9043AD135463a
Octal3371113110103121546510672
Binary1101111110010011100100101000011101011011001101011000110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF49C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF49C9; }

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

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

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

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

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

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

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

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