#DF53F2

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

Shades of Free Speech Magenta #DF53F2

Tints of Free Speech Magenta #DF53F2

Color information

#DF53F2 (or 0xDF53F2) is unknown color: approx Free Speech Magenta. HEX triplet: DF, 53 and F2. RGB value is (223,83,242). Sum of RGB (Red+Green+Blue) = 223+83+242=548 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.69% from 548); Green value is 83 (32.81% from 255 or 15.15% from 548); Blue value is 242 (94.92% from 255 or 44.16% from 548); Max value from RGB is 242 - color contains mainly: blue. Hex color #DF53F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF53F2 is #20AC0D. Grayscale: #8E8E8E. Windows color (decimal): -2141198 or 15881183. OLE color: 15881183.

HSL color Cylindrical-coordinate representation of color #DF53F2: hue angle of 292.83º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DF53F2 is Cyan = 0.08, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB22383242-
CMYK0.080.6600.05
HSL292.83º85.95%63.73%-
HSV(B)292.83º65.7%94.9%-
XYZ49.5528.2986.85-
YUV142.99183.88185.07-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 40.69%
GREEN value IS 83 (32.81% from 255) = 15.15%
BLUE value IS 242 (94.92% from 255) = 44.16%
R=40.69%
G=15.15%
B=44.16%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal223832420.080.6600.05292.8385.9563.73
HexDF53F2842051255640
Octal3371233621010205445126100
Binary1101111110100111111001010001000010010110010010110101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF53F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF53F2; }

 p { color: rgb(223,83,242); }

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

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

 a { background-color: rgb(223,83,242); }

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

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

 span { border-color: rgb(223,83,242); }

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