#DF59EA

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

Shades of Free Speech Magenta #DF59EA

Tints of Free Speech Magenta #DF59EA

Color information

#DF59EA (or 0xDF59EA) is unknown color: approx Free Speech Magenta. HEX triplet: DF, 59 and EA. RGB value is (223,89,234). Sum of RGB (Red+Green+Blue) = 223+89+234=546 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.84% from 546); Green value is 89 (35.16% from 255 or 16.30% from 546); Blue value is 234 (91.80% from 255 or 42.86% from 546); Max value from RGB is 234 - color contains mainly: blue. Hex color #DF59EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF59EA is #20A615. Grayscale: #919191. Windows color (decimal): -2139670 or 15358431. OLE color: 15358431.

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

Color convert

RGB22389234-
CMYK0.050.6200.08
HSL295.45º77.54%63.33%-
HSV(B)295.45º61.97%91.76%-
XYZ48.8628.7780.82-
YUV145.6177.89183.21-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 40.84%
GREEN value IS 89 (35.16% from 255) = 16.30%
BLUE value IS 234 (91.80% from 255) = 42.86%
R=40.84%
G=16.30%
B=42.86%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal223892340.050.6200.08295.4577.5463.33
HexDF59EA53E081274e3f
Octal33713135257601044711677
Binary11011111101100111101010101111110010001001001111001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF59EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF59EA; }

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

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

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

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

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

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

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

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