#DF59E5

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

Shades of Free Speech Magenta #DF59E5

Tints of Free Speech Magenta #DF59E5

Color information

#DF59E5 (or 0xDF59E5) is unknown color: approx Free Speech Magenta. HEX triplet: DF, 59 and E5. RGB value is (223,89,229). Sum of RGB (Red+Green+Blue) = 223+89+229=541 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.22% from 541); Green value is 89 (35.16% from 255 or 16.45% from 541); Blue value is 229 (89.84% from 255 or 42.33% from 541); Max value from RGB is 229 - color contains mainly: blue. Hex color #DF59E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF59E5 is #20A61A. Grayscale: #909090. Windows color (decimal): -2139675 or 15030751. OLE color: 15030751.

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

Color convert

RGB22389229-
CMYK0.030.6100.10
HSL297.43º72.92%62.35%-
HSV(B)297.43º61.14%89.8%-
XYZ48.1528.4977.09-
YUV145.03175.39183.62-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 41.22%
GREEN value IS 89 (35.16% from 255) = 16.45%
BLUE value IS 229 (89.84% from 255) = 42.33%
R=41.22%
G=16.45%
B=42.33%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal223892290.030.6100.10297.4372.9262.35
HexDF59E533D0A129493e
Octal33713134537501245111176
Binary1101111110110011110010111111101010101001010011001001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF59E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF59E5; }

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

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

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

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

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

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

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

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