#DF5EE5

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

Shades of Free Speech Magenta #DF5EE5

Tints of Free Speech Magenta #DF5EE5

Color information

#DF5EE5 (or 0xDF5EE5) is unknown color: approx Free Speech Magenta. HEX triplet: DF, 5E and E5. RGB value is (223,94,229). Sum of RGB (Red+Green+Blue) = 223+94+229=546 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.84% from 546); Green value is 94 (37.11% from 255 or 17.22% from 546); Blue value is 229 (89.84% from 255 or 41.94% from 546); Max value from RGB is 229 - color contains mainly: blue. Hex color #DF5EE5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF5EE5 is #20A11A. Grayscale: #939393. Windows color (decimal): -2138395 or 15032031. OLE color: 15032031.

HSL color Cylindrical-coordinate representation of color #DF5EE5: hue angle of 297.33º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DF5EE5 is Cyan = 0.03, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB22394229-
CMYK0.030.5900.10
HSL297.33º72.19%63.33%-
HSV(B)297.33º58.95%89.8%-
XYZ48.5829.3577.23-
YUV147.96173.74181.52-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 40.84%
GREEN value IS 94 (37.11% from 255) = 17.22%
BLUE value IS 229 (89.84% from 255) = 41.94%
R=40.84%
G=17.22%
B=41.94%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal223942290.030.5900.10297.3372.1963.33
HexDF5EE533B0A129483f
Octal33713634537301245111077
Binary1101111110111101110010111111011010101001010011001000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF5EE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF5EE5; }

 p { color: rgb(223,94,229); }

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

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

 a { background-color: rgb(223,94,229); }

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

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

 span { border-color: rgb(223,94,229); }

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