#DF46F0

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

Shades of Free Speech Magenta #DF46F0

Tints of Free Speech Magenta #DF46F0

Color information

#DF46F0 (or 0xDF46F0) is unknown color: approx Free Speech Magenta. HEX triplet: DF, 46 and F0. RGB value is (223,70,240). Sum of RGB (Red+Green+Blue) = 223+70+240=533 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.84% from 533); Green value is 70 (27.73% from 255 or 13.13% from 533); Blue value is 240 (94.14% from 255 or 45.03% from 533); Max value from RGB is 240 - color contains mainly: blue. Hex color #DF46F0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DF46F0 is #20B90F. Grayscale: #868686. Windows color (decimal): -2144528 or 15746783. OLE color: 15746783.

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

Color convert

RGB22370240-
CMYK0.070.7100.06
HSL294º85%60.78%-
HSV(B)294º70.83%94.12%-
XYZ48.3526.3684.98-
YUV135.13187.19190.68-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 41.84%
GREEN value IS 70 (27.73% from 255) = 13.13%
BLUE value IS 240 (94.14% from 255) = 45.03%
R=41.84%
G=13.13%
B=45.03%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal223702400.070.7100.062948560.78
HexDF46F074706126553d
Octal33710636071070644612575
Binary11011111100011011110000111100011101101001001101010101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF46F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF46F0; }

 p { color: rgb(223,70,240); }

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

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

 a { background-color: rgb(223,70,240); }

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

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

 span { border-color: rgb(223,70,240); }

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