#DF57EB

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

Shades of Free Speech Magenta #DF57EB

Tints of Free Speech Magenta #DF57EB

Color information

#DF57EB (or 0xDF57EB) is unknown color: approx Free Speech Magenta. HEX triplet: DF, 57 and EB. RGB value is (223,87,235). Sum of RGB (Red+Green+Blue) = 223+87+235=545 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.92% from 545); Green value is 87 (34.38% from 255 or 15.96% from 545); Blue value is 235 (92.19% from 255 or 43.12% from 545); Max value from RGB is 235 - color contains mainly: blue. Hex color #DF57EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF57EB is #20A814. Grayscale: #909090. Windows color (decimal): -2140181 or 15423455. OLE color: 15423455.

HSL color Cylindrical-coordinate representation of color #DF57EB: hue angle of 295.14º degrees, saturation: 0.79, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DF57EB is Cyan = 0.05, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB22387235-
CMYK0.050.6300.08
HSL295.14º78.72%63.14%-
HSV(B)295.14º62.98%92.16%-
XYZ48.8428.581.52-
YUV144.54179.06183.97-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 40.92%
GREEN value IS 87 (34.38% from 255) = 15.96%
BLUE value IS 235 (92.19% from 255) = 43.12%
R=40.92%
G=15.96%
B=43.12%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal223872350.050.6300.08295.1478.7263.14
HexDF57EB53F081274f3f
Octal33712735357701044711777
Binary11011111101011111101011101111111010001001001111001111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF57EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF57EB; }

 p { color: rgb(223,87,235); }

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

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

 a { background-color: rgb(223,87,235); }

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

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

 span { border-color: rgb(223,87,235); }

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