#DF53E2

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

Shades of Free Speech Magenta #DF53E2

Tints of Free Speech Magenta #DF53E2

Color information

#DF53E2 (or 0xDF53E2) is unknown color: approx Free Speech Magenta. HEX triplet: DF, 53 and E2. RGB value is (223,83,226). Sum of RGB (Red+Green+Blue) = 223+83+226=532 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.92% from 532); Green value is 83 (32.81% from 255 or 15.60% from 532); Blue value is 226 (88.67% from 255 or 42.48% from 532); Max value from RGB is 226 - color contains mainly: blue. Hex color #DF53E2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF53E2 is #20AC1D. Grayscale: #8C8C8C. Windows color (decimal): -2141214 or 14832607. OLE color: 14832607.

HSL color Cylindrical-coordinate representation of color #DF53E2: hue angle of 298.74º degrees, saturation: 0.71, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DF53E2 is Cyan = 0.01, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB22383226-
CMYK0.010.6300.11
HSL298.74º71.14%60.59%-
HSV(B)298.74º63.27%88.63%-
XYZ47.2527.3774.74-
YUV141.16175.88186.37-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 41.92%
GREEN value IS 83 (32.81% from 255) = 15.60%
BLUE value IS 226 (88.67% from 255) = 42.48%
R=41.92%
G=15.60%
B=42.48%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal223832260.010.6300.11298.7471.1460.59
HexDF53E213F0B12b473d
Octal33712334217701345310775
Binary110111111010011111000101111111010111001010111000111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF53E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF53E2; }

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

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

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

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

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

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

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

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