#DF49ED

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

Shades of Free Speech Magenta #DF49ED

Tints of Free Speech Magenta #DF49ED

Color information

#DF49ED (or 0xDF49ED) is unknown color: approx Free Speech Magenta. HEX triplet: DF, 49 and ED. RGB value is (223,73,237). Sum of RGB (Red+Green+Blue) = 223+73+237=533 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.84% from 533); Green value is 73 (28.91% from 255 or 13.70% from 533); Blue value is 237 (92.97% from 255 or 44.47% from 533); Max value from RGB is 237 - color contains mainly: blue. Hex color #DF49ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DF49ED is #20B612. Grayscale: #888888. Windows color (decimal): -2143763 or 15550943. OLE color: 15550943.

HSL color Cylindrical-coordinate representation of color #DF49ED: hue angle of 294.88º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DF49ED is Cyan = 0.06, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB22373237-
CMYK0.060.6900.07
HSL294.88º82%60.78%-
HSV(B)294.88º69.2%92.94%-
XYZ48.126.5782.71-
YUV136.55184.7189.66-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 41.84%
GREEN value IS 73 (28.91% from 255) = 13.70%
BLUE value IS 237 (92.97% from 255) = 44.47%
R=41.84%
G=13.70%
B=44.47%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal223732370.060.6900.07294.888260.78
HexDF49ED64507127523d
Octal33711135561050744712275
Binary11011111100100111101101110100010101111001001111010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF49ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF49ED; }

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

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

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

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

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

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

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

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