#DF58EA

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

Shades of Free Speech Magenta #DF58EA

Tints of Free Speech Magenta #DF58EA

Color information

#DF58EA (or 0xDF58EA) is unknown color: approx Free Speech Magenta. HEX triplet: DF, 58 and EA. RGB value is (223,88,234). Sum of RGB (Red+Green+Blue) = 223+88+234=545 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.92% from 545); Green value is 88 (34.77% from 255 or 16.15% from 545); Blue value is 234 (91.80% from 255 or 42.94% from 545); Max value from RGB is 234 - color contains mainly: blue. Hex color #DF58EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF58EA is #20A715. Grayscale: #909090. Windows color (decimal): -2139926 or 15358175. OLE color: 15358175.

HSL color Cylindrical-coordinate representation of color #DF58EA: hue angle of 295.48º 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 #DF58EA is Cyan = 0.05, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB22388234-
CMYK0.050.6200.08
HSL295.48º77.66%63.14%-
HSV(B)295.48º62.39%91.76%-
XYZ48.7728.6180.79-
YUV145.01178.23183.63-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 40.92%
GREEN value IS 88 (34.77% from 255) = 16.15%
BLUE value IS 234 (91.80% from 255) = 42.94%
R=40.92%
G=16.15%
B=42.94%

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
Decimal223882340.050.6200.08295.4877.6663.14
HexDF58EA53E081274e3f
Octal33713035257601044711677
Binary11011111101100011101010101111110010001001001111001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF58EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF58EA; }

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

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

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

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

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

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

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

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